File tree Expand file tree Collapse file tree 1 file changed +14
-9
lines changed Expand file tree Collapse file tree 1 file changed +14
-9
lines changed Original file line number Diff line number Diff line change 32
32
33
33
## [ Version 0.5]
34
34
35
- - [ ] [ Thread safe maps] ( https://github.com/vlang/v/discussions/11729 )
36
- - [x] Parallel parser
37
- - [x] Parallel checker
38
- - [ ] Parallel C compilation
39
- - [ ] Direct C/C++ interop without generating wrappers
40
- - [ ] ` recover() ` from panics
41
- - [ ] -usecache on by default
42
- - [ ] -skip-unused on by default
35
+ - [x] Parallel parser (not integrated yet)
36
+ - [x] Parallel checker (not integrated yet)
37
+ - [x] Parallel C compilation (not integrated yet)
43
38
- [x] 64/32 bit int depending on arch (will remove array.len limitation on 64 bit systems)
44
39
- [ ] ` copy() ` builtin function (e.g. for easier conversion from ` []Foo ` to ` [4]Foo ` )
45
40
- [x] Lambdas: ` a.sort(|a, b| a > b) `
46
41
- [ ] Custom attributes
47
42
- [ ] ` arr.first() or { } ` like ` arr[0] or { } `
48
- - [ ] ORM migrations
49
43
- [ ] Contexts that are passed implicitly (e.g. for custom allocation/memory management)
50
44
45
+ ## [ Version 0.6]
46
+
47
+ - [ ] Integrate the new parallel parser/checker/cgen
48
+ - [ ] Incremental compilation
49
+ - [ ] [ Thread safe maps] ( https://github.com/vlang/v/discussions/11729 )
50
+ - [ ] Direct C/C++ interop without generating wrappers
51
+ - [ ] ` recover() ` from panics
52
+ - [ ] -usecache on by default
53
+ - [ ] -skip-unused on by default
54
+ - [ ] ORM migrations
55
+
51
56
## [ Version 1.0]
52
57
53
58
- [ ] Cross compilation of C
You can’t perform that action at this time.
0 commit comments