-
-
Notifications
You must be signed in to change notification settings - Fork 2.9k
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
WIP: Changeset: Refactor to improve API, and other cleanups #5233
base: develop
Are you sure you want to change the base?
Conversation
3e7389a
to
68d5830
Compare
eba354f
to
8c83307
Compare
8c83307
to
65c56ea
Compare
Sorry for the late response! This is great work. Should I cherry-pick some of the commits into new PRs or should I write my comments here? Might get messy fast... I think having #5267 would be really useful here |
65c56ea
to
1ac42cb
Compare
cbf0873
to
d7ac033
Compare
6b7d14a
to
12800f6
Compare
12800f6
to
ab05e9e
Compare
3c19543
to
27d0e11
Compare
27d0e11
to
b1d3255
Compare
This avoids some duplicate code and it helps ensure that `clear()` works properly.
Eventually all uses of the class will be switched to the generator.
Eventually all uses of the class will be switched to the generator.
b1d3255
to
60f2a05
Compare
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
DO NOT MERGE: This will be split into multiple smaller pull requests to make things easier to review.
The code in
Changeset.js
had lots of readability problems so I spent some time trying to clean it up. There shouldn't be any behavior change.cc @webzwo0i