Hector Peeters
Hector Peeters
When allocating arrays in functions that don't return an error type, the compiler generates incorrect cpp code as it uses the `TRY` macro. It might also be nice to annotate...
When using antlr4ts (version 0.4.0-alpha.4) to generate a parser and lexer for the XQuery 3.1 language, the generated code includes some invalid typescript: `private int bracesInside = 0;` This can...
### Description When using `map` as an id for a node, the live editor does not produce any output. The UI does not show any errors the developer console shows:...
When compiling the progenitor version of the kernel using `gcc 12.2.0`, the following error appears. ``` main.c:(.text+0x1d8): undefined reference to `__stack_chk_fail' ``` This could be fixed by either adding the...
When creating a rule with a fully qualified function call in the `ale/3.0` branch, Metatheory fails to compile the pattern. A rule defined like so: ```julia @rule Main.identity(~a) --> ~a...
For my project, I rely heavily on the metadata analysis included with the package. However, with switching to the `ale/3.0` branch, it seems like the built-in metadata analysis has been...