Images 💾

Last commit ⭐

commit cd2a6767bcded31fe8f621bbdcfaabcbcfca0448
Author:     Andrew Kaster <akaster@serenityos.org>
AuthorDate: Sun Jun 25 14:12:52 2023 -0600
Commit:     Andreas Kling <kling@serenityos.org>
CommitDate: Mon Jun 26 05:09:00 2023 +0200

    AK: Never use assert() when targeting Windows platforms
    
    The Windows CRT definition of assert() is not noreturn, and causes
    compile errors when using it as the backing for VERIFY() in debug
    configurations of applications like the Jakt compiler.