Skip to content

Commit a647a71

Browse files
authored
roadmap: remove any
1 parent 4dc3388 commit a647a71

File tree

1 file changed

+16
-18
lines changed

1 file changed

+16
-18
lines changed

ROADMAP.md

Lines changed: 16 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,20 @@
11
## [Version 0.3]
2-
3-
-- [x] gc option
4-
-- [x] channels
5-
-- [x] lock{}
6-
-- [x] thread safe arrays
7-
-- [x] rune type
8-
-- [x] replace `ustring` with `[]rune`
9-
-- [x] fix `byte.str()`
10-
-- [x] maps with non-string keys
11-
-- [x] iOS/Android support
12-
-- [x] parallel cgen
13-
-- [x] IO streams
14-
-- [x] struct embedding
15-
-- [x] interface embedding
16-
-- [x] interfaces: allow struct fields (not just methods)
17-
-- [x] short generics syntax (`foo(5)` instead of `foo<int>(5)`)
18-
-- [x] more advanced errors, not just `error('message')`
2+
- [x] gc option
3+
- [x] channels
4+
- [x] lock{}
5+
- [x] thread safe arrays
6+
- [x] rune type
7+
- [x] replace `ustring` with `[]rune`
8+
- [x] fix `byte.str()`
9+
- [x] maps with non-string keys
10+
- [x] iOS/Android support
11+
- [x] parallel cgen
12+
- [x] IO streams
13+
- [x] struct embedding
14+
- [x] interface embedding
15+
- [x] interfaces: allow struct fields (not just methods)
16+
- [x] short generics syntax (`foo(5)` instead of `foo<int>(5)`)
17+
- [x] more advanced errors, not just `error('message')`
1918

2019
## [Version 0.4]
2120

@@ -27,7 +26,6 @@
2726
- [ ] Handle function pointers safely, remove `if function == 0 {`
2827
- [x] Bundle OpenSSL like GC
2928
- [x] Anonymous structs
30-
- [ ] `any` type
3129
- [x] Improve vweb: allow separation of logic via "controllers", lots of other fixes
3230
- [x] New VPM site
3331

0 commit comments

Comments
 (0)