-
Notifications
You must be signed in to change notification settings - Fork 13
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
Memcpy hints #230
Memcpy hints #230
Conversation
pkg/hints/hint_utils/ids_manager.go
Outdated
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.
Should I do this? The main reason is to check the error from tests and to "abstract" them a little bit, but I feel I am adding noise to the code and maybe it is not worth it.
If you feel the same i can revert the commit and not implementing it in future prs 😄
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.
I think it's good!
Although it might be a good idea to open an issue to make sure we use these error functions on other hints
Nice work! I would like for you to add this integration test though. I've tried to run it locally and it seems to be halting |
Co-authored-by: Juan-M-V <[email protected]>
Co-authored-by: fmoletta <[email protected]>
This reverts commit 9efe91f.
This reverts commit ad0c563.
Thank you! 👍 done! |
closes #180