-
Notifications
You must be signed in to change notification settings - Fork 208
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
refactor: Use new M.splitArray and M.splitRecord #6431
Conversation
118fff9
to
b3a6e7c
Compare
f1b5db9
to
3476d57
Compare
3476d57
to
e4e6115
Compare
e4e6115
to
fac2eba
Compare
fac2eba
to
ab70895
Compare
ab70895
to
0bf4739
Compare
Low priority, but may be easy. Ping. |
0bf4739
to
db6b4b6
Compare
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.
Removing the need for M.partial
is an improvement.
To make git history cleaner and reviewing easier, please consider separating the new code from the refactoring. The changes in packages/store
could land in master without any others, since they're backwards compatible.
Also for commit history none of this is a "fix".
feat: splitArgs and splitRecord
would describe the new functionality.
refactor: use new splitArgs and splitRecord
would describe the changes to make use of them.
For the refactoring commit there's one more in casting/src/netconfig.js
(added since this PR started)
db6b4b6
to
1d5ca9f
Compare
Good suggestion! Since this splits the PR into two, I'm putting this PR back into Draft until it is split that way. |
b2e7f5a
to
6e99025
Compare
6e99025
to
2b904b3
Compare
18d3834
to
9f60267
Compare
5d3b773
to
708baa7
Compare
9f60267
to
5fedea2
Compare
708baa7
to
e6462f9
Compare
cd1cca9
to
6b8b56c
Compare
e6462f9
to
c4598ba
Compare
Done. With the base extracted to #6597 , both are now Ready for Review.
Done.
Done. |
6b8b56c
to
1371826
Compare
c4598ba
to
5bb2d34
Compare
1371826
to
6405c35
Compare
5bb2d34
to
e7fd34a
Compare
5c2885d
to
6344cff
Compare
e7fd34a
to
970d5b1
Compare
970d5b1
to
14d89af
Compare
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. Thanks for splitting.
14d89af
to
f7e1c23
Compare
Replace
M.split
andM.partial
withM.splitArgs
andM.splitRecord
, where the latter two have required, optional, and rest parts.Anticipates the compression from #6432