mirror of
https://github.com/vlang/v.git
synced 2025-09-13 14:32:26 +03:00
all: remove ustring (#10630)
This commit is contained in:
parent
5a4a1997e7
commit
0f9537ece5
10 changed files with 56 additions and 354 deletions
|
@ -8,7 +8,7 @@
|
|||
- [ ] [C2V translator](https://github.com/vlang/v/issues/6985)
|
||||
- [ ] doom.v
|
||||
- [x] rune type
|
||||
- [ ] replace `ustring` with `[]rune`
|
||||
- [x] replace `ustring` with `[]rune`
|
||||
- [x] fix `byte.str()`
|
||||
- [x] maps with non-string keys
|
||||
- [x] iOS/Android support
|
||||
|
@ -25,4 +25,4 @@
|
|||
- [ ] merge v.c and v_win.c
|
||||
- [ ] more advanced errors, not just `error('message')`
|
||||
- [ ] VLS for autocomplete, refactoring, go to definition etc
|
||||
- [ ] Recursive structs via optionals: `struct Node { next ?Node }`
|
||||
- [ ] Recursive structs via optionals: `struct Node { next ?Node }`
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue