mirror of
https://github.com/vlang/v.git
synced 2025-09-13 14:32:26 +03:00
checker: warn -> error for uninitialized ref fields
This commit is contained in:
parent
7bfb35dd1c
commit
a1f5552529
6 changed files with 9 additions and 34 deletions
|
@ -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]
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue