Mauritius Clemens
Mauritius Clemens
err, so nobody has actually tried to use this as a dev environment for at least two years ? I'm guessing I'd be better off just copying the nixpkgs config...
how has this been a bug for 5 years
the other pull request might work better for 9.2 but I don't remember when the API changes were made. I don't know enough about the GHC API and to tell...
Well, the hello world works with my dubious changes, it even tries to shut down my computer. `reboot(LINUX_REBOOT_MAGIC1, LINUX_REBOOT_MAGIC2, LINUX_REBOOT_CMD_POWER_OFF) = -1 EPERM (Operation not permitted)` https://github.com/haskus/haskus-system/compare/master...pillowtrucker:haskus-system:testing-system-build?expand=1
Need to adopt a `CODE_OF_CONDUCT.md` imho
that's great! thank you
I think adding `add_compile_definitions(BOOST_ASIO_HAS_STD_INVOKE_RESULT)` to https://github.com/Siv3D/OpenSiv3D/blob/main/Linux/CMakeLists.txt fixes the compilation with llvm18 in the meantime
yeah that fixed it. I don't know if it's worth adding or mentioning in the readme. I'm probably the only person who is trying to build stuff with llvm18
actually nevermind that about testing, your tests pass at least ``` ✘ wrath@whence ~/CurryMUD unjank-9.8.1 ❯ mkdir persist [20:31:43] wrath@whence ~/CurryMUD unjank-9.8.1 ...
Ok. It takes about 40 minutes for me to test any change because that's how long the single-threaded LTO with lld takes, but I've finally finished rebuilding the engine and...