SerenityOS build: Sunday, November 27
Images 💾⌗
- serenity-x86_64-20221127-0c4befd.img.gz (Raw image, 141.84 MiB)
- serenity-x86_64-20221127-0c4befd.vdi.gz (VirtualBox VDI, 141.49 MiB)
Last commit ⭐⌗
commit 0c4befd811dbf426ce98f7781ef1fe68cc06cd59
Author: davidot <davidot@serenityos.org>
AuthorDate: Sun Nov 27 01:15:37 2022 +0100
Commit: Linus Groh <mail@linusgroh.de>
CommitDate: Sun Nov 27 00:51:36 2022 +0000
LibJS: Use the source offset to sort imports in module
Using source offsets directly means we don't have to synthesize any
SourceRanges and circumvents that SourceRange returns invalid values for
the last range of a file.
Other builds