-
Notifications
You must be signed in to change notification settings - Fork 412
Bump workspace to rust edition 2018 #1780
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
0576138
to
9307678
Compare
Codecov ReportBase: 90.71% // Head: 90.71% // No change to project coverage 👍
Additional details and impacted files@@ Coverage Diff @@
## main #1780 +/- ##
=======================================
Coverage 90.71% 90.71%
=======================================
Files 87 87
Lines 47353 47353
Branches 47353 47353
=======================================
Hits 42958 42958
Misses 4395 4395
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report at Codecov. |
051b258
to
707ff84
Compare
Nice. Could you maybe list the combination of commands and args you used? Seems I keep missing some areas. Struggling to reproduce. |
It was quite troublesome, I had to apply the migration multiple times due to numerous imports gated behind different features and config flags. I then committed the changes after each iteration and squashed them all into a single commit. |
Yeah I think that's pretty much the trouble I'm dealing with. Not getting all the combos of config and features. I'll attempt again in the morning. Think I just had fuzzing left then maybe I can share a repro. |
In any case, with the |
Seems this needs a rebase now? |
2df7003
to
ee7abae
Compare
Alright, I've reproduced this but pretty much also lost track of all the steps. Phew! |
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.
Can you take the first commit from #1770 so that this doesn't conflict there?
ee7abae
to
25a4245
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.
Looks good, now my finger hurts from scrolling.
db5348f
to
dbbbd46
Compare
Rebased to address conflicts. |
Oof. All those conflicts 😢 Basically looks good to me unless we still wanted something split out of here into a follow up, or are we happy with the whole package? |
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 sure if we wanted to split any of these changes out as discussed on discord, but this LGTM. Bring on the merge conflicts?
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.
Only one note.
Mostly motivated by the need of async/await.
dbbbd46
to
f4f1093
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.
Everything looks crate!
Except the CI error... looks transient. |
Yea, will give CI a nudge once the others pass, is a networking issue for github CI failing to talk to....github 🤦 |
Mostly motivated by the need of async/await.
To reproduce, follow https://doc.rust-lang.org/cargo/commands/cargo-fix.html#edition-migration.