mirror of
https://github.com/vlang/v.git
synced 2025-09-13 14:32:26 +03:00
all: anonymous structs (part 2)
This commit is contained in:
parent
f4b39fbe4f
commit
426421bebb
10 changed files with 151 additions and 99 deletions
|
@ -5,8 +5,12 @@
|
|||
- [ ] Parallel checker
|
||||
- [ ] Parallel C compilation
|
||||
- [ ] `recover()` from panics
|
||||
- [ ] vfmt: fix common errors automatically (make vars mutable and vice versa, add missing imports)
|
||||
- [ ] vfmt: add missing imports (like goimports)
|
||||
- [ ] merge v.c and v_win.c
|
||||
- [ ] Recursive structs via optionals: `struct Node { next ?Node }`
|
||||
- [ ] Handle function pointers safely, remove `if function == 0 {`
|
||||
- [ ] Bundle OpenSSL like GC
|
||||
- [ ] Anonymous structs
|
||||
- [ ] -usecache on by default
|
||||
- [ ] -skip-unused on by default
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue