We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
See https://github.com/maruel/panicparse/blob/master/stack/stack.go#L272.
The text was updated successfully, but these errors were encountered:
I clarified the loop a bit in 8852acb.
Sorry, something went wrong.
stack: move local variables into a struct
e8e77c6
Create a struct to hold parsing states. It's very far from a state machine but that's a step in the right direction. Addresses issue #2
stack: migrate line parsing code into a function
3441ea3
This makes the line parsing a bit easier to read. Still work to do. No functional change. Addresses issue #2
6723201
No branches or pull requests
See https://github.com/maruel/panicparse/blob/master/stack/stack.go#L272.
The text was updated successfully, but these errors were encountered: