Andrew Kaster
Andrew Kaster
- Remove _aligned_alloc and _aligned_free from LibC and stdlib.h
After the conversion to use libtool, some ports (e.g. `freetype`) are missing the `--with-sysroot=${SERENITY_INSTALL_ROOT}` configopts for telling libtool where to look for shlibs.
@hoanga Those two diffs looks straightforward. I'm not sure about the datetime one. It would probably be better to come up with a way to actually format the current timezone...
Ah that makes sense. Well, it doesn't make sense why we don't detect the stack overflow in those cases. But, I've moved all those tests to their own section and...
I've updated this issue with new results from 2022-06-04
Hi, please take a look at the rationale for not providing binary packages here: https://github.com/awesomekling/ladybird/issues/2#issuecomment-1177684116 Additionally, the Serenity LibWeb does not currently compile on Windows. If you want to compile...
see https://github.com/SerenityOS/serenity/pull/14369
Serenity ports can choose to use whatever exception settings they like -- just if they end up interacting with Serenity native libraries (LibGUI for example), and they throw an exception...
This looks pretty interesting. I'm wondering if it makes putting literal `{` in strings impossible now? there would have to be a way to escape the curly brace. There's some...
This is expected because WeakPtr::has_value() is not implemented for comptime. At the same time, this is unexpected because WeakPtr::has_value() is not implemented for comptime. It should fail to parse/compile the...