-
-
Notifications
You must be signed in to change notification settings - Fork 2.6k
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
Add timestamp to events #1832
Add timestamp to events #1832
Conversation
This reverts commit 9f2a29c.
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.
I have some minor thoughts on this PR, please follow and let's see what we should think next.
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.
Not approved, but need changes.
@windmemory Could you please mark my reviews as |
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.
Need changes
Revised code according to review and one comment to discuss. |
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 following my reviews!
There only leaves one unnecessary change need to be reverted: please keep the optional arguments optional in on()
methods, so that we will not introduce any breaking changes to our end user (high level developers)
After that, we will be able to start making the CI happy.
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.
When we upgrade our library, the best practice will be kept not to make breaking changes as possible as we can.
If the changes are needed, we should make it compatible and deprecated for one to two major version, before making it a real breaking change.
That's right, changed according to review suggestions. |
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.
LGTM.
Please let me know when you want to merge this.
Merged. |
Refer to #1829