Fix issue casting an untyped list. Addresses #908.

This commit is contained in:
Christoffer Lerno
2023-08-02 23:03:50 +02:00
parent 9b1c75d061
commit fc0973f378
4 changed files with 10 additions and 5 deletions

View File

@@ -152,6 +152,7 @@
- Added posix socket functions.
### Fixes
- Fix casts on empty initializers.
- Fix to DString reserve
- @local declarations in generic modules available by accident.
- Fixes missing checks to body arguments.