-
Notifications
You must be signed in to change notification settings - Fork 175
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
[MRG] Parse callbacks on yield #347
[MRG] Parse callbacks on yield #347
Conversation
Awesome @robintibor I like it, I even started implementing this on my side few minutes ago! Just add maybe the test of cloning from #340 :) |
Codecov Report
@@ Coverage Diff @@
## master #347 +/- ##
==========================================
+ Coverage 81.23% 81.70% +0.47%
==========================================
Files 51 51
Lines 3453 3455 +2
==========================================
+ Hits 2805 2823 +18
+ Misses 648 632 -16 |
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.
whatever works ! :)
great @sliwy added the test and actually found a small copy-paste-bug :) |
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, ready to merge :)
🍻 |
Here is another way to solve #340
It passed tests locally, let's see if its all good