Cleanup
This commit is contained in:
@@ -22,10 +22,9 @@
|
||||
}, 4);
|
||||
|
||||
Fix backlog
|
||||
- [ ] Fix invalid error message: AlmostLinearToSRGB :: (a: Color);; return {sqrtf(a.r), sqrtf(a.g), sqrtf(a.b), a.a}
|
||||
- [ ] Fix and decide what to do when initializing global variable using not constants C:/AProgramming/cparse/compiler/modules/Language.core:180:28: error: initializer element is not a compile-time constant
|
||||
- [ ] Test and bulletproof any, slices
|
||||
- [ ] Need tests that make sure stuff errors out
|
||||
- [ ] Test suite that expects test to error out
|
||||
- [ ] String declaration in Language.core this way we can compound create it and access fields and stuff
|
||||
- [ ] This error is valid error case when someone creates a compound out of basic type C:/AProgramming/cparse/compiler/examples/arms_race/arms_race.core:137 Internal compiler error: Invalid type was passed to the compound expression, should have been an array, struct or slice
|
||||
result := String{data, filesize}
|
||||
|
||||
Reference in New Issue
Block a user