Christopher Fore

Results 8 comments of Christopher Fore

Hello, I believe I gave a bang in the reproduce section (it also worked using `!b` too). I'd consider this one different from the bug you linked however, since this...

> Opps sorry .. I'm blind today :) No worries! > .. its not related! Nice! :)

I feel like it shouldn't matter, as a C error is a C error regardless. If it does matter, then run at all, as I have X11 libraries installed.

> ? `println(os.args)`? This doesn't work. ``` println(os.args) ``` ``` test.vsh:1:9: error: undefined ident: `os` 1 | println(os.args) | ~~ ``` > I am not sure if `.vsh` files should...

@danieldaeschle This should reproduce it ``` module main fn main() { var := if true { 0 } else if false { 1 } else { eprintln('Error') return } }...

It seems like it shouldn't work, because it's trying to assign nothing to a variable essentially but the error message seems like it's erroring for the wrong reason. The variable...

Ah, alright. Should I rename the issue to something more appropriate then? As nested If statements do technically work. It's just the short-circuiting that doesn't work.

Are you referring to the futureproofing fixes? Since sort.c doesn't include kernel.h anywhere (even indirectly), I could drop those though and re-submit just the fix itself if that's preferred. Regarding...