mirror of
https://github.com/vlang/v.git
synced 2025-09-13 14:32:26 +03:00
all: change optional to option (#16914)
This commit is contained in:
parent
241109516f
commit
90941b3b1f
255 changed files with 1428 additions and 1428 deletions
|
@ -6,7 +6,7 @@
|
|||
- [ ] Parallel C compilation
|
||||
- [ ] `recover()` from panics
|
||||
- [x] vfmt: add missing imports (like goimports)
|
||||
- [ ] Recursive structs via optionals: `struct Node { next ?Node }`
|
||||
- [ ] Recursive structs via options: `struct Node { next ?Node }`
|
||||
- [ ] Optional function struct fields
|
||||
- [ ] Handle function pointers safely, remove `if function == 0 {`
|
||||
- [x] Bundle OpenSSL like GC
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue