Ali Mohammad Pur
Ali Mohammad Pur
Does returning None in a normal function that's supposed to return...say, i32 cause an error?
Yeah that's a...bad problem... Right now we're pretending that the signature of `.split()` is: ``` fn split(this, anon c: c_char) throws -> [String] ``` but it's *actually* ``` fn split(this,...
`-r`/`--run` uses an interpreter to run your code (which is still WIP), the flag you're looking for is probably `--compile-run`.
Unless the bug report is about the comptime interpreter - being slow - not supporting multi-argument format() - or being incomplete in general In which case, yeah, #soon maybe for...
we can't really change the semantics of value matches unless we explicitly check for no overlaps, consider this: ``` let x = 1 match 1 { 0..10 => "foo" 1..3...
calm down stalebot, sheesh
Current status: - [X] Cross-compiling toolchain - [x] CMake integration - [X] basic integration (niceties to compile) - [x] dependency stuff - [X] generate a depfile - [x] make sure...
shoo, it's progressing at its own pace (of 1 feature/month)
Because they would be rewrites, and I have a strict no-rewrite personal policy for this PR