-
Notifications
You must be signed in to change notification settings - Fork 128
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
refactor: Migrate go builder to WrappableError #1383
Conversation
Signed-off-by: Fabian Kammel <fk@edgeless.systems>
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.
Thanks for the PR. Very much appreciated!
@ianlewis PTAL
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.
Thanks for taking this on!
Signed-off-by: Fabian Kammel <fk@edgeless.systems>
Signed-off-by: Fabian Kammel <fk@edgeless.systems>
I have reworked the tests as discussed @ianlewis based on the structure in I have defined the functions to check errors outside of the tests to keep the cognitive complexity value of the checker low. Also this allowed to reuse the same functions in |
Worked on this after discovering #599
I added two questions (as TODO prefixed code comments) where I was not sure which path is the better. Do you have any guidance?
Signed-off-by: Fabian Kammel fk@edgeless.systems