-
Notifications
You must be signed in to change notification settings - Fork 348
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
Replace uses of content_hash! with #[derive(ContentHash)] #3041
Conversation
04a83da
to
199eef8
Compare
Not quite sure how to stack commits on GitHub... but the intention is to submit this change after the diffbase that implements the macro is submitted. |
568ae2c
to
e87eb86
Compare
199eef8
to
47fa571
Compare
e87eb86
to
4821670
Compare
47fa571
to
09a70e0
Compare
The way you did it just now is fine, though I think normally all of us just sorta "suck it up" and review every change on GitHub commit-by-commit. So you could split this into two PRs, or just one with two commits, depending on how you feel, I suppose. |
Also, @sunshowers also has mentioned in Discord that she uses a version of https://github.com/getcord/spr with |
4821670
to
cb0a5cb
Compare
cb0a5cb
to
c7870e1
Compare
09a70e0
to
9e54a31
Compare
8212866
to
435be6f
Compare
3ccd1c9
to
0cb8cd1
Compare
435be6f
to
c4e1eea
Compare
0cb8cd1
to
e88f5e0
Compare
131a18c
to
b9331eb
Compare
e88f5e0
to
f5c3fab
Compare
As Austin said, this way is fine. It allows one PR to get in before another. Putting closely related commits in a single PR makes it easier to review, though, because GitHub makes it easy to navigate the stack. |
f5c3fab
to
5398539
Compare
c0c0be5
to
ebfcdc1
Compare
5398539
to
4cc3955
Compare
ebfcdc1
to
88829de
Compare
4cc3955
to
135c1cc
Compare
88829de
to
da45214
Compare
135c1cc
to
bc737e7
Compare
da45214
to
b73131c
Compare
This is a pure refactor with no behavior changes. #3054
bc737e7
to
f466f08
Compare
An issue with this, as far as I know, is that This is not an issue with spr specifically -- it is inherent to how poorly GitHub deals with stacks. :( |
This is a pure refactor with no behavior changes.