Skip to content
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

Fix processing issues with very complex changesets #45

Merged
merged 2 commits into from
May 23, 2019
Merged

Conversation

mroth
Copy link
Owner

@mroth mroth commented May 23, 2019

I believe this should address #26 #34 and #35 all at once. Only took me two years to get around to really fixing this.

Fixes #26.
Fixes #34.
Fixes #35.

mroth added 2 commits May 23, 2019 16:42
This was originally written early in my Go programming days, and as a
CLI tool there are a lot of log.Fatals deep in the stack showing for
reporting fatal parsing conditions to the user. But, this makes writing
new tests a bit more difficult.

In preparation for starting to debug the process parsing bugs, extract
the error handling to be more library like.
I believe this should fix issues #26 #34 and #35.
@mroth mroth merged commit 5ec3d9f into master May 23, 2019
@mroth mroth deleted the process-fixes branch May 23, 2019 23:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
1 participant