-
Notifications
You must be signed in to change notification settings - Fork 145
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 Clojure hooks #827
Fix Clojure hooks #827
Conversation
@zgtm Could you check whether the other hooks are affected by this problem as well? |
ac4fa8f
to
87ac314
Compare
@zgtm I reduced the variance in test runtime by adding |
87ac314
to
960fb7e
Compare
This should also affect the hook |
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 finding and fixing this! I've added another commit, feel free to squash into your first commit!
The hooks did not apply as the `targetMethodDescriptor` was incorrect.
f6f52a7
to
25e86f5
Compare
Made the exact same change at a similar time (only with an additional comment) :-) |
No description provided.