-
Notifications
You must be signed in to change notification settings - Fork 56
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
ASTVerifier #214
ASTVerifier #214
Conversation
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.
Great implementation! Just a couple minor nitpicks...
Docstring fixes are pushed. Comment about API deprecation vs. just removing code still stands. About lru_cache - I decided to keep implementation as it is. Seems good enough to me. We are close to getting that ready. Let's make sure we are on the same page regarding next steps. |
I'm rebasing this on previous merges and force-pushing the branch into your fork (which is something GitHub seems to allow!). I'd like to have |
Improved performance by caching intermediate data during bisect.
I think this is now in a state ready for merging (provided that the tests pass, we'll see in a minute). |
Improved performance by caching intermediate data during bisect.
Major changes:
Closes #211