% analysis was incorrect for int vectors.

This commit is contained in:
Christoffer Lerno
2024-08-09 15:23:40 +02:00
parent 44db4a21fc
commit f3e5268083
3 changed files with 12 additions and 2 deletions

View File

@@ -52,6 +52,7 @@
- Better error when casting to a distinct fails.
- With single module, name the .o file after what `-o` provides. #1306
- Bitstruct members can now have attributes.
- `%` analysis was incorrect for int vectors.
### Stdlib changes