Andrew Twyman
Andrew Twyman
I don't have specifics in mind, really. It's more of a theoretical suggestion. By AST I think I just mean the list of TypeDecl objects which is the `allIdl` variable...
Note from prior discussion elsewhere: Looks likely to have been introduced by #354
Can you explain the shell magic here? Is this removing escape characters added by the Windows cmd.exe? As I mentioned in my comment on the issue here, I think it...
Some questions to understand the intent of this PR: What's the use case and problem this solves? What arguments in particular have run into this? Why isn't the escaping done...
Sorry, SBT has always been a bit of black magic, which pre-dates my time as maintainer, so I've always done my best not to mess with it. Now that you've...
What build settings does the affected project have? Is this warning turned on explicitly? I haven't seen this warning, even though we run with -Werror -Wall -Wextra, and I don't...
You can also add compile flags to individual files in a target in Xcode (though gyp can't do that). Hmm, I'm torn. It seems like there might be a slippery...
More structure in the generated output would certainly be a good enhancement, though I'm not sure that presuming a 1:1 mapping from the layout of the .djinni files and the...
A few comments: - I think you mean "ident" not "indent" in the title. - I feel like I'm not seeing a full set of changes. I see you adding...