-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Resolve issue 39 #50
Resolve issue 39 #50
Conversation
Great! Can you add a test to the Once you add the test file I can also help make sure it's running properly. |
Thanks for the feedback. I have added some test files. Not sure if these tests are good. I tried to run the tests locally but there are some issues with my local bsc simulator that I might have to reinstall. |
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.
Looks good! The only issue is that your solution file for the simulation has the wrong number of spaces (that's why the test is failing). The simulator right aligns numbers based on the number of bits in their type.
I've merged it into |
Thanks! @dz333 |
@dz333
Changed
e.to.mergeStmts(nstmts, false)
to allow recv stmt gets prepended.