-
Notifications
You must be signed in to change notification settings - Fork 38
feat: add evaluation-scoped hook data #1216
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
base: main
Are you sure you want to change the base?
Conversation
Signed-off-by: Developer <[email protected]>
I'm going to switch to a draft. I found a number of issues when I removed the weak map. |
Signed-off-by: Michael Beemer <[email protected]>
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.
Looks good to me, left two questions :)
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.
Looks good, left two minor suggestions.
Signed-off-by: Michael Beemer <[email protected]>
This PR
Related Issues
Fixes #1215
Notes
I had to add a bit more complexity in order to maintain support for existing hook implementations that used weakmaps.
How to test
Unit tests have been added