Tags: goplus/xgolsw
Tags
Upgrade spx to v2.0.0-pre.41 (#253) * Initial plan * Upgrade spx to v2.0.0-pre.41 and regenerate pkgdata.zip Co-authored-by: go-wyvern <[email protected]> --------- Co-authored-by: copilot-swe-agent[bot] <[email protected]> Co-authored-by: go-wyvern <[email protected]>
chore: upgrade spx to v2.0.0-pre.40 and regenerate pkgdata.zip (#251) * Initial plan * chore: upgrade spx to v2.0.0-pre.40 and regenerate pkgdata.zip Co-authored-by: go-wyvern <[email protected]> * chore: add .gitignore to exclude build artifacts Co-authored-by: go-wyvern <[email protected]> * chore: remove .gitignore file not requested in issue Co-authored-by: go-wyvern <[email protected]> --------- Co-authored-by: copilot-swe-agent[bot] <[email protected]> Co-authored-by: go-wyvern <[email protected]>
Bump the "go-modules" group with 1 updates across multiple ecosystems (… …#243) * chore(deps): bump the go-modules group with 3 updates Bumps the go-modules group with 3 updates: [github.com/goplus/spx/v2](https://github.com/goplus/spx), [golang.org/x/text](https://github.com/golang/text) and [golang.org/x/tools](https://github.com/golang/tools). Updates `github.com/goplus/spx/v2` from 2.0.0-pre.37 to 2.0.0-pre.38 - [Release notes](https://github.com/goplus/spx/releases) - [Commits](goplus/spx@v2.0.0-pre.37...v2.0.0-pre.38) Updates `golang.org/x/text` from 0.31.0 to 0.32.0 - [Release notes](https://github.com/golang/text/releases) - [Commits](golang/text@v0.31.0...v0.32.0) Updates `golang.org/x/tools` from 0.39.0 to 0.40.0 - [Release notes](https://github.com/golang/tools/releases) - [Commits](golang/tools@v0.39.0...v0.40.0) --- updated-dependencies: - dependency-name: github.com/goplus/spx/v2 dependency-version: 2.0.0-pre.38 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: go-modules - dependency-name: golang.org/x/text dependency-version: 0.32.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: go-modules - dependency-name: golang.org/x/tools dependency-version: 0.40.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: go-modules ... Signed-off-by: dependabot[bot] <[email protected]> * Regenerate pkgdata.zip after dependency updates (#244) * Initial plan * Regenerate pkgdata.zip for updated dependencies Co-authored-by: aofei <[email protected]> --------- Co-authored-by: copilot-swe-agent[bot] <[email protected]> Co-authored-by: aofei <[email protected]> --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Copilot <[email protected]> Co-authored-by: aofei <[email protected]>
refactor: drop bundled client implementation (#238) We decided to stop maintaining a client implementation because such an implementation is hard to meet real-world needs, including support for Worker threads. Signed-off-by: Aofei Sheng <[email protected]>
feat: add func filtering for spx resource parameter inspection (#178) Add `HasSpxResourceNameTypeParams` function to optimize spx resource reference inspection by enabling early filtering of function calls that don't contain spx resource name type parameters. The function supports all 6 spx resource name types (`BackdropName`, `SpriteName`, `SpriteCostumeName`, `SpriteAnimationName`, `SoundName`, `WidgetName`) and handles complex scenarios including pointers, slices, and variadic parameters. Includes caching for non-`main` package functions to improve performance. Signed-off-by: Aofei Sheng <[email protected]>
PreviousNext