SerenityOS build: Thursday, November 09
Images 💾⌗
- serenity-x86_64-20231109-a098b6e.img.gz (Raw image, 202.2 MiB)
Last commit ⭐⌗
commit a098b6e371f3f794a0a43b259cf7aa0b2f9bbe73
Author: Timothy Flynn <trflynn89@pm.me>
AuthorDate: Wed Nov 8 13:58:44 2023 -0500
Commit: Sam Atkins <atkinssj@serenityos.org>
CommitDate: Wed Nov 8 22:26:36 2023 +0000
LibGfx: Ensure const-correctness when reading from the GPOS byte stream
Otherwise, the call to `read_in_place` gives the following error:
Tried to obtain a non-const span from a read-only FixedMemoryStream
Other builds