C272

Results 9 comments of C272

@Mark-Simulacrum Yes, renaming the JSON target file to include "linux" in the filename would allow the target to build (in the linked issue, the author is using `mytarget.json`, so none...

@bors r- Still need to fix the typo, apologies.

Fixed the typo, and the new patch should also fix the test failures - all `linux-android` targets report their OS as `android` and not `linux`, which I overlooked.

Even with path traversal mitigation, I still think this would be a very bad idea. This screams "attack surface", at least to me. What situation would require the client specifying...

That sounds like a good idea, my first thought would be to make this a build step that uses the program to generate it's own VSCode extension. I'll work on...

@svallory Since Iro files are essentially just giant state machine definitions, processing input through a stack of states until input ends, I'll talk more generally about generating AST-based outputs from...

> What do you mean? Does iro support it? I know that Langium does not. Ignore that, evidently my brain wasn't working at the time... this shouldn't be a problem...

Hi @shrsv, thank you for your interest in contributing to Iro! The reason that I have held off on implementing support for Sublime 3 up until now is partly because...

No problem! And you are right, the wording in the README makes it slightly confusing as it seems to imply that Sublime is completely unsupported. I will change the wording...