Missing check on optional left hand side for s.x. #1360

This commit is contained in:
Christoffer Lerno
2024-08-15 21:15:59 +02:00
parent dc44254ba1
commit d0bb69516a
4 changed files with 393 additions and 344 deletions

View File

@@ -72,6 +72,7 @@
- Ordering issues with `$include` / `$exec` fixed #1302.
- Issues with wincrt linking.
- Debug info with recursive canonical type usage could cause segfault.
- Missing check on optional left hand side for `s.x`.
### Stdlib changes