-
Notifications
You must be signed in to change notification settings - Fork 69
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
[Enhancement] simplify python rules #64
base: master
Are you sure you want to change the base?
Conversation
This reverts commit 71cc0fa.
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.
Let's make sure this gets tested...
Hi @igorpeshansky , is there anything left to do for me? :) |
Hi! Any chance this fix is ready to merge soon? |
Hi @igorpeshansky , I added the requested tests but the PR is still showing |
Hi @igorpeshansky is there anything left to do here? |
@igorpeshansky is there anything keeping you from merging this? |
What
Simplify python rules to only have 2 states and a single regex for matching lines between the start (
Traceback ...
) and End (<Error>...
) of a Traceback.The new regex matches any line that starts with one or more tabs/spaces, followed by at least one non-whitespace symbol, followed by whatever else.
Why
This is the second proposed option here: #62 (comment)
Fix #62
FYI @jkschulz & @igorpeshansky