mirror of
https://github.com/vlang/v.git
synced 2025-09-13 14:32:26 +03:00
builder: remove msvc code from non windows systems
This commit is contained in:
parent
12265a15ed
commit
a069577e9c
7 changed files with 611 additions and 594 deletions
|
@ -6,7 +6,6 @@
|
|||
- [ ] Parallel C compilation
|
||||
- [ ] `recover()` from panics
|
||||
- [ ] vfmt: add missing imports (like goimports)
|
||||
- [ ] merge v.c and v_win.c
|
||||
- [ ] Recursive structs via optionals: `struct Node { next ?Node }`
|
||||
- [ ] Optional function struct fields
|
||||
- [ ] Handle function pointers safely, remove `if function == 0 {`
|
||||
|
@ -15,4 +14,4 @@
|
|||
- [ ] -usecache on by default
|
||||
- [ ] -skip-unused on by default
|
||||
- [ ] `any` type
|
||||
- [ ] `copy()` builtin function for easier conversion from `[]Foo` to `[4]Foo`
|
||||
- [ ] `copy()` builtin function (e.g. for easier conversion from `[]Foo` to `[4]Foo`)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue