Sam Atkins

Results 328 comments of Sam Atkins

> I think code gen is definitely a viable idea, I prototyped it yesterday and it looks like it will work for most of the ARIA roles. I had actually...

The `package.sh` script isn't marked as executable. I think you need to `chmod +x` it.

After trying it out, I get crashes in `strtold()` when trying to provide any of the command-line arguments. :grimacing: It fails `assert(sizeof(double) == sizeof(long double));` (This is a problem with...

Looks like it still managed to not be executable. (https://github.com/SerenityOS/serenity/pull/19622) :thonk: Maybe something about your system is messing with it. Are you on Windows?

I'm just going to merge this as-is, and come back to the dbgln change when I get around to it.

I'm going to wait to look at this until I get the new type-checking done. That's going to affect a lot of things.

This has a *lot* of conflicts. :sweat_smile:

This has conflicts again because the Qt files got moved. :sweat_smile: