-
Notifications
You must be signed in to change notification settings - Fork 323
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Enable Enso asserts on CI #7929
Conversation
6de74e6
to
6bd9b4c
Compare
6bd9b4c
to
824c368
Compare
ret = Runtime.assert js_check | ||
ret . should_be Nothing | ||
|
||
Test.specify "should be able to take lambdas as expressions" <| |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Maybe also an assertion failure test?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It's very basic, but there are many other tests in engine.
Pavel Marek reports a new STANDUP for today (2023-10-04): Progress: - Merged |
Follow up of #7883
Pull Request Description
Enable Enso asserts (
Runtime.assert
) on the CI by default. Even if JVM assertions are disabled.Important Notes
Checklist
Please ensure that the following checklist has been satisfied before submitting the PR:
Scala,
Java,
and
Rust
style guides. In case you are using a language not listed above, follow the Rust style guide.
./run ide build
.