1
0
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:
Alexander Medvednikov 2023-05-30 18:39:37 +02:00 committed by GitHub
parent 4dc338863c
commit a647a71c52
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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