Conversation
satur9nine
commented
Jan 25, 2026
- Makes Java API for vectors cleaner like Rust, Swift and Python
- Don't silently drop arrays of incorrect fixed length, throw instead
- Restore missing JavaTest.sh
- Ensure all vector creation examples in tutorial mention reverse order
- Fix Kotlin shell script to ensure bash is used
- Makes Java API for vectors cleaner like Rust, Swift and Python - Don't silently drop arrays of incorrect fixed length, throw instead - Restore missing JavaTest.sh - Ensure all vector creation examples in tutorial mention reverse order - Fix Kotlin shell script to ensure bash is used
|
hey @satur9nine - any concerns that a change like this will break existing code? |
Overall test coverage is very good so I don't see any big risks but there is one notable behavior change. I fixed a bug I mentioned in the commit message "Don't silently drop arrays of incorrect fixed length, throw instead". Notice |