Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.md | 2025-06-18 | 1.3 kB | |
v0.10.46 source code.tar.gz | 2025-06-18 | 506.0 kB | |
v0.10.46 source code.zip | 2025-06-18 | 555.2 kB | |
Totals: 3 Items | 1.1 MB | 0 |
What's Changed
- Bump bindgen to 0.71.1 to fix libsci from-rust build by @radhikalism in https://github.com/babashka/sci/pull/955
- Refresh libsci.md doc by @radhikalism in https://github.com/babashka/sci/pull/956
- Fix [#957]: sci.async should return :val nil for ns form by @borkdude in https://github.com/babashka/sci/pull/958
- Fix [#959]: instance method invocation now leverages type hints by @borkdude in https://github.com/babashka/sci/pull/960
- Additional fix for Java instance invocation reflection by @borkdude in https://github.com/babashka/sci/pull/961
- More interop fixes by @borkdude in https://github.com/babashka/sci/pull/962
- Fix [#967]: ns-name should work on symbol by @borkdude in https://github.com/babashka/sci/pull/968
- Fix [#969]:
^:clojure.core/eval-file
metadata should affect file by @borkdude in https://github.com/babashka/sci/pull/970 - Fix :static-methods option for class with different name in host by @borkdude in https://github.com/babashka/sci/pull/972
- Fix [#973]: support with-redefs on core vars by @borkdude in https://github.com/babashka/sci/pull/974
New Contributors
- @radhikalism made their first contribution in https://github.com/babashka/sci/pull/955
Full Changelog: https://github.com/babashka/sci/compare/v0.9.45...v0.10.46