-
Notifications
You must be signed in to change notification settings - Fork 53
Initialize _events property #210
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
Conversation
philippjfr
left a comment
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 tracking this down. Would be nice if we had some integration tests here.
|
(To be clear I'm not asking you to add those) |
|
@philippjfr do you want to merge this as-is with a follow-up issue for more tests, or do you want to wait for someone to add tests to this branch? |
mattpap
left a comment
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.
Logically makes sense. Regression tests would be good to have.
|
@tfehlmann, thanks. |
developers001
left a comment
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.
approve
developers001
left a comment
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.
accepted the code
The
_eventsproperty is currently uninitialized which results in a runtime error in the_consume_patchfunction.