-
Notifications
You must be signed in to change notification settings - Fork 56
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
Ocean must pass tests when run with -release
#96
Labels
Milestone
Comments
For the reference, the one failure I noticed was |
For the reference, I think the problem with the |
contract == assert |
nemanja-boric-sociomantic
added a commit
to nemanja-boric-sociomantic/ocean-1
that referenced
this issue
Sep 5, 2017
The enforcement which was used to confirm that the active member has been accessed was omitted in the `-release` build. Now it's moved in the method's body and it still active, no matter if compiled with `-release`. Fixes sociomantic-tsunami#96
mihails-strasuns-sociomantic
pushed a commit
that referenced
this issue
Sep 5, 2017
The enforcement which was used to confirm that the active member has been accessed was omitted in the `-release` build. Now it's moved in the method's body and it still active, no matter if compiled with `-release`. Fixes #96
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Essentially another form of the goal to clean up
assert
usage in ocean to make-release
flag feasible for our applications. Right now it doesn't even pass tests because some failed assertions are checked withtestThrown
.The text was updated successfully, but these errors were encountered: