v0.10.0-pre.1
Pre-release
Pre-release
What's Changed
incompatible changes:
libraries:
- syscall(linux): forkAndExecInChild by @luoliwoshang in #959
changes:
- ssa: fix incorrectly ABI for uninstantiated generic methods by @cpunion in #962
- ssa: fix cvtType check types.Alias by @visualfc in #955
- ssa: abi.NamedName for instance named by @visualfc in #960
- runtime: show stacktrace when panic by @cpunion in #930
- runtime: fix reflect type for go1.23 by @visualfc in #966
- build: make llgo root usage optional for runtime loading by @cpunion in #936
- build: find llgo root by @cpunion in #968
- build: ParseArgs returns new slices to fix wrong patterns with flags appending by @cpunion in #934
- test: retry failed test to avoid clang error by @cpunion in #969
- env: allow compiling code outside llgo directory by @cpunion in #933
- xtool/clang: disable types by @xushiwei in #951
- README: fix macos installation doc verify by @cpunion in #941
- README: fix dependences requirement for macOS by @MeteorsLiu in #937
- README: C/C++, ObjC, Swift by @xushiwei in #970
deps:
- build(deps): github.com/goplus/llvm 0.8.1 in /compiler by @dependabot in #928
- build(deps): github.com/goplus/mod 0.13.16 in /compiler by @dependabot in #952
- build(deps): github.com/goplus/gogen 1.16.6 in /compiler by @dependabot in #964
ci & tools:
- build(deps): bump actions/cache from 3 to 4 by @dependabot in #943
New Contributors
- @MeteorsLiu made their first contribution in #937
Full Changelog: v0.9.9...v0.10.0-pre.1