Skip to content

asserts #43

@Bibi56

Description

@Bibi56

add "-ea" in VM options in run config for the asserts to work
(in README.md)

I don't know if this needs some rewriting or the code.
But asserts are optimized (at least on some JVMs).
So:
assert begin(gl);
Does... nothing without adding -ea
boolean result = begin(gl);
assert result;
Would be fine with or without the option.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions