Joe Eli McIlvain
Joe Eli McIlvain
@kingsleyh - absolutely, I can always make time for a knowledge transfer session. Please join me in chat at [savi.zulipchat.com](https://savi.zulipchat.com/) (you can log in with your GitHub ID) and we...
Discussed this briefly in today's sync call. Personally, to me it is not clear that these should be considered different syntax highlighting cases, especially given the "create sugar" that Pony...
I gave some explanation in the sync call. For anyone who wants to understand this issue, I recommend reading first [this RFC that I made, proposing a new language feature...
Regarding the error message shown in @chalcolith 's code above, I think the error message is correct and understandable, as long as you know the background about Pony concrete types...
If somebody thinks we should improve the error message for `!is_eq_typeargs(sub, super, errorf, opt)` then we can keep the ticket open for that purpose. Otherwise, yes, it can be closed.
I'm talking about [this error message](https://github.com/ponylang/ponyc/blob/2677755dfe209c64387d3637cf33470b4edb7a17/src/libponyc/type/subtype.c#L217-L221), which is emitted from the `is_eq_typeargs` function.
Discussed in the sync call. Listen to the sync call recording for a more detailed explanation, but what's going on here is: - `x` is a "boxed" tuple (stored via...
If you convert this from a draft PR to a real PR, it can be merged.
I have a custom build system in Sublime text that runs a script in the project directory. This script is where I set up whatever various commands I want to...
I will have a crack at updating the PR to make `env` and `$ENV` be empty objects when the sandbox flag is present. Regarding the `input*` functions, my thinking was...