-
Notifications
You must be signed in to change notification settings - Fork 71
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
Make it possible to pass closure to GooseTask::new #120
Make it possible to pass closure to GooseTask::new #120
Conversation
3e54a4a
to
49ac4c4
Compare
49ac4c4
to
373511e
Compare
This is so weird -- test fail locally for me, but pass on CI ... |
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.
Some comments
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.
Exciting to see this working! Please see my feedback above. We also need to performance test before/after to understand if there's a performance impact from this change.
Performance comparisons between the |
1ca5b4c
to
aa20847
Compare
This works perfectly now - as proven by the CI runs.
The tests error I first ran into is described in #122 and led to a stack overflow error, but was unrelated to things.
Closes: #76