You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After a deep look at this issue. The previous proposal is not a good one and the SuiInit is good.
Can we let this go first with debug_assertions? Because we can easily have a special debug build of sui-move without bytecode verifier support at this moment, it will solve the current use case and also the test coverage in quick without any burden on product level, and it will really kind for a contract developer and help us build the ecosystem and community. I am also happy to address this issue.
Steps to Reproduce Issue
The following repo shows the restrictions about the testcase in a different file.
https://github.com/yanganto/SuiMoveTestIssue
The demo1 and demo2 are the same, and the testcases are the same, the only different is one is in the module and the other is in the test module.
sui move test
under/demo1
sui move test
under/demo2
Expected Result
Expected the
demo2
should pass.Specify what outcome you expected should have resulted, but didn't.
Actual Result
The test of demo2 fails, due to the visibility issue.
System Information
The text was updated successfully, but these errors were encountered: