checker: warn -> error for uninitialized ref fields

This commit is contained in:
Alexander Medvednikov 2023-09-24 15:10:31 +03:00
parent 7bfb35dd1c
commit a1f5552529
6 changed files with 9 additions and 34 deletions

View file

@ -41,8 +41,9 @@
- [ ] -skip-unused on by default
- [ ] 64/32 bit int depending on arch (will remove array.len limitation on 64 bit systems)
- [ ] `copy()` builtin function (e.g. for easier conversion from `[]Foo` to `[4]Foo`)
- [ ] Lambdas: `a.sort(|a, b| a > b)`
- [x] Lambdas: `a.sort(|a, b| a > b)`
- [ ] Custom attributes.
- [ ] `arr.first() or { }` like `arr[0] or { }`
## [Version 1.0]