Alex
Alex
Can you run the following with the compiler locally? ``` #line 100 "it_works.c" #error If this comes from it_works.c, it works! ``` e.g. `clang test.c` gives ``` it_works.c:100:2: error: If...
Perhaps we can give the frontend access to the git history at build-time for it to generate a changelog for that deployment? That is, list all squashed or merge commits...
> Is it ok if I just go with with OFFSET_X_1, OFFSET_X_2, etc for now? That's totally fine - in other files we do exactly that!
Patchset looks good to me, but I'm getting this error at boot: Compiler is `mips-linux-gnu-gcc (GCC) 13.2.0`
Nope, `ccache -C` didn't resolve it
[papermario-bad.zip](https://github.com/user-attachments/files/17247956/papermario-bad.zip)
> In fact, energy_in_out is the only effect over 0x1000 bytes. https://github.com/bates64/papermario-dx/pull/98 successfully reports: > segment 'effect_energy_in_out' is oversized! (size is 1200; +200 compared to max size 1000) Will merge...
Main piece of engineering work here is WASM diffing
Last I tried I could repro this on ares
Draft PR because there is an issue with object names (I think?). To reproduce add `Loop(0) EndLoop` to a script and observe that the reported script name is incorrect -...