David Anderson
David Anderson
It'll be a while. It's a slog if there ever was a slog. I'd branch if you need to.On Aug 22, 2024 10:28 AM, NotnHeavy ***@***.***> wrote: The thing with...
This is intentional. Even if a stock is unused, it goes through full error reporting in 1.11+.
I'm trying to think if this is doable without finishing the "rm-matchtag" branch. The syntax would be something like: ``` native any getarg(argpack, int arg_index); native any getarg_array(argpack, int arg_index,...
As to the pattern in the example: this is way beyond what the translation system was designed for, to be honest. I would break these into smaller phrases and then...
At a glance, this looks ABI-safe and source compatible which is my main concern. I'll take a more in-depth look soon.
Looks like there are some build failures in the tests that need to be resolved, too.
This is a huge improvement to the API, thanks for working on this! I'm up against some tight deadlines this week so I was only able to get halfway through...
In an include, this should not be an error.
For large plugins - can you send/link/attach an example? We definitely want spcomp to be lightning fast, so benchmarks are important. Diagnostics: - Please propose an error format that would...
I'm very reluctant to take any changes to the macro parser. They should not be used. Need a strong justification as to why helper functions/normal variables don't work (with examples).Also...