SerenityOS build: Thursday, December 29
Images 💾⌗
- serenity-x86_64-20221229-feb0eb9.vdi.gz (VirtualBox VDI, 649.91 MiB)
- serenity-x86_64-20221229-feb0eb9.img.gz (Raw image, 650.25 MiB)
Last commit ⭐⌗
commit feb0eb930971c49f2e9626435aa44ea0a01300a1
Author: Sam Atkins <atkinssj@serenityos.org>
AuthorDate: Wed Dec 28 20:12:03 2022 +0000
Commit: Tim Flynn <trflynn89@pm.me>
CommitDate: Wed Dec 28 22:34:00 2022 -0500
AK: Fix constructing ErrorOr from ErrorOr of a related type
Mark other ErrorOr types as friends, and fix a typo in the &&
constructor, so that we can create an ErrorOr<Core::Object> from an
ErrorOr<GUI::Widget>. Also, add some requires() clauses to these
constructors so the error messages are clearer.
Other builds