mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
roadmap: remove any
This commit is contained in:
parent
4dc338863c
commit
a647a71c52
34
ROADMAP.md
34
ROADMAP.md
@ -1,21 +1,20 @@
|
||||
## [Version 0.3]
|
||||
|
||||
-- [x] gc option
|
||||
-- [x] channels
|
||||
-- [x] lock{}
|
||||
-- [x] thread safe arrays
|
||||
-- [x] rune type
|
||||
-- [x] replace `ustring` with `[]rune`
|
||||
-- [x] fix `byte.str()`
|
||||
-- [x] maps with non-string keys
|
||||
-- [x] iOS/Android support
|
||||
-- [x] parallel cgen
|
||||
-- [x] IO streams
|
||||
-- [x] struct embedding
|
||||
-- [x] interface embedding
|
||||
-- [x] interfaces: allow struct fields (not just methods)
|
||||
-- [x] short generics syntax (`foo(5)` instead of `foo<int>(5)`)
|
||||
-- [x] more advanced errors, not just `error('message')`
|
||||
- [x] gc option
|
||||
- [x] channels
|
||||
- [x] lock{}
|
||||
- [x] thread safe arrays
|
||||
- [x] rune type
|
||||
- [x] replace `ustring` with `[]rune`
|
||||
- [x] fix `byte.str()`
|
||||
- [x] maps with non-string keys
|
||||
- [x] iOS/Android support
|
||||
- [x] parallel cgen
|
||||
- [x] IO streams
|
||||
- [x] struct embedding
|
||||
- [x] interface embedding
|
||||
- [x] interfaces: allow struct fields (not just methods)
|
||||
- [x] short generics syntax (`foo(5)` instead of `foo<int>(5)`)
|
||||
- [x] more advanced errors, not just `error('message')`
|
||||
|
||||
## [Version 0.4]
|
||||
|
||||
@ -27,7 +26,6 @@
|
||||
- [ ] Handle function pointers safely, remove `if function == 0 {`
|
||||
- [x] Bundle OpenSSL like GC
|
||||
- [x] Anonymous structs
|
||||
- [ ] `any` type
|
||||
- [x] Improve vweb: allow separation of logic via "controllers", lots of other fixes
|
||||
- [x] New VPM site
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user