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]
|
## [Version 0.3]
|
||||||
|
- [x] gc option
|
||||||
-- [x] gc option
|
- [x] channels
|
||||||
-- [x] channels
|
- [x] lock{}
|
||||||
-- [x] lock{}
|
- [x] thread safe arrays
|
||||||
-- [x] thread safe arrays
|
- [x] rune type
|
||||||
-- [x] rune type
|
- [x] replace `ustring` with `[]rune`
|
||||||
-- [x] replace `ustring` with `[]rune`
|
- [x] fix `byte.str()`
|
||||||
-- [x] fix `byte.str()`
|
- [x] maps with non-string keys
|
||||||
-- [x] maps with non-string keys
|
- [x] iOS/Android support
|
||||||
-- [x] iOS/Android support
|
- [x] parallel cgen
|
||||||
-- [x] parallel cgen
|
- [x] IO streams
|
||||||
-- [x] IO streams
|
- [x] struct embedding
|
||||||
-- [x] struct embedding
|
- [x] interface embedding
|
||||||
-- [x] interface embedding
|
- [x] interfaces: allow struct fields (not just methods)
|
||||||
-- [x] interfaces: allow struct fields (not just methods)
|
- [x] short generics syntax (`foo(5)` instead of `foo<int>(5)`)
|
||||||
-- [x] short generics syntax (`foo(5)` instead of `foo<int>(5)`)
|
- [x] more advanced errors, not just `error('message')`
|
||||||
-- [x] more advanced errors, not just `error('message')`
|
|
||||||
|
|
||||||
## [Version 0.4]
|
## [Version 0.4]
|
||||||
|
|
||||||
@ -27,7 +26,6 @@
|
|||||||
- [ ] Handle function pointers safely, remove `if function == 0 {`
|
- [ ] Handle function pointers safely, remove `if function == 0 {`
|
||||||
- [x] Bundle OpenSSL like GC
|
- [x] Bundle OpenSSL like GC
|
||||||
- [x] Anonymous structs
|
- [x] Anonymous structs
|
||||||
- [ ] `any` type
|
|
||||||
- [x] Improve vweb: allow separation of logic via "controllers", lots of other fixes
|
- [x] Improve vweb: allow separation of logic via "controllers", lots of other fixes
|
||||||
- [x] New VPM site
|
- [x] New VPM site
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user