Robin Sommer
Robin Sommer
Updated with your feedback, except for the change to _result_, see above.
Thanks for merging and the feedback, and more generally for all your great work on iTerm2!
+1 It'd be great if an application could leverage CAF's logging capabilities for its own debug logging even if CAF isn't specifically compiled with debugging support .
Interesting, will need a bit of digging what's going on there. `&size` isn't expected here: `struct` isn't a parseable type to begin with (that's what units are for), so fields...
We should see if we can integrate the runtime with Coverity, and maybe some generated code as well. Less important for the compiler.
Sounds right, removing milestone.
Should tie this to `-d` then: keep symbols if in debug mode.
Removing milestone.
This is on purpose, but I admit that it's confusing. The idea is that `time()` actually *is* the Spicy literal for a constant time value, so it doesn't allow expressions...
> I believe we might have all the pieces in place to allow combining `[&until|&until-including]` and `&eod` which is currently not allowed. We should check whether we can enable this...