mirror of
https://github.com/vlang/v.git
synced 2025-09-13 14:32:26 +03:00
tmpl: fix an extra newline in @for; builtin: some i64 fixes
This commit is contained in:
parent
55f4412e5a
commit
c4a434bd7f
10 changed files with 71 additions and 33 deletions
|
@ -1,3 +1,6 @@
|
|||
Roadmap with big features.
|
||||
For a list of all features and fixes, check out the changelog.
|
||||
|
||||
## [Version 0.3]
|
||||
|
||||
- [x] gc option
|
||||
|
@ -39,7 +42,6 @@
|
|||
- [ ] `copy()` builtin function (e.g. for easier conversion from `[]Foo` to `[4]Foo`)
|
||||
- [x] Lambdas: `a.sort(|a, b| a > b)`
|
||||
- [ ] Custom attributes
|
||||
- [ ] `arr.first() or { }` like `arr[0] or { }`
|
||||
- [ ] Contexts that are passed implicitly (e.g. for custom allocation/memory management)
|
||||
|
||||
## [Version 0.6]
|
||||
|
@ -52,7 +54,8 @@
|
|||
- [ ] -usecache on by default
|
||||
- [ ] -skip-unused on by default
|
||||
- [ ] ORM migrations
|
||||
|
||||
- [ ] Allow `$if` everywhere: top level, inside struct definitions, etc
|
||||
|
||||
## [Version 1.0]
|
||||
|
||||
- [ ] Cross compilation of C
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue