Carl Gay
Carl Gay
Not as simple as that, unfortunately. I will update here if I figure out what causes it.
I was planning to add that flag in a later commit (please comment on the bug if you have preferences for what it should look like). I would like to...
Worse, I think this means that core functions like `make` don't get warnings for invalid (or missing) keyword args. I would love to get warnings when I forget to supply...
Looks like the initial description got lost somehow. I tried this and there is no warning, so the bug is that there should be a warning when you provide an...
I notice also that #"windows10" is not a possible Windows `$os-variant`.
From Gitter: ``` Carl Gay @cgay 16:25 @housel is dylan-lang/opendylan#888 important? It still happens. Peter S. Housel @housel 16:25 No, those functions don't actually end up being called (If they...
In fact, the whole File Streams section of the IO docs should probably be in the System docs instead, with a circular firing squad of pointers between docs.
I'm not sure what 2013 Me meant there, but warning about unused local variables still seems like a good idea to 2018 Me.
Dunno if it's overly complex, but we could use the low three bits of the exit status to indicate 1. serious warnings 2. non-serious warnings 3. other errors
And since Open Dylan has the property that even serious warnings don't prevent a binary being created, we should have to explicitly ask for the exit status to reflect that...