Skip to content

Assertion messages not printed #13

@Hamilnvt

Description

@Hamilnvt

Source status

  • This report is based only on public Jai information and/or my own source code.
  • I am not including leaked compiler binaries, leaked docs, private standard library code, private screenshots, copied diagnostics, or generated artifacts from non-public Jai materials.

Repro

#import "Basic";

main :: () {
assert(false, "assertion message");
}

Expected behavior

I expect the message "assertion message" to be printed out

OpenJai behavior

Assertion failed

Notes

Maybe print some more nformation as well (e.g. what assertion, location)

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions