This repository has been archived by the owner on Nov 15, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2.6k
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
gnunicorn
requested review from
andresilva,
Demi-Marie,
jimpo,
kianenigma,
pepyakin,
Robbepop and
gui1117
as code owners
November 27, 2019 12:37
gnunicorn
force-pushed
the
ben-the-crate-rename
branch
from
November 27, 2019 17:48
5b3afac
to
e29ff6f
Compare
gnunicorn
force-pushed
the
ben-the-crate-rename
branch
from
November 28, 2019 11:23
e29ff6f
to
e86d69a
Compare
force pushed a new run of the script against master (rather than attempting to fix the enormous conflict) |
gnunicorn
force-pushed
the
ben-the-crate-rename
branch
2 times, most recently
from
November 29, 2019 10:40
32ef1c3
to
985ba76
Compare
gnunicorn
force-pushed
the
ben-the-crate-rename
branch
from
December 2, 2019 08:33
985ba76
to
6f77e0a
Compare
tomusdrw
approved these changes
Dec 2, 2019
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 as is. I mostly focused my review on the script, as I suspect the rest is just the script being applied.
Merged
sorpaas
pushed a commit
that referenced
this pull request
Nov 20, 2020
* Adding script for rename, could be applicable for nodes on top of it, too * add stderr and gitlab ci features * apply script * fix now minor details in expected stderr * Update the Cargo.lock * fix name: sc-transaction -> sc-tracing * fix rename in script, too
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
refs #4099 .
Rename crates in
/primitives
and/client
: prefix them with withsp-
andsc-
respectively, remove any unnecessary suffixing-primitives
,-runtime-api
. Fixup all the used names inside the repo.Upgrading
You'll find the bash script
rename-crates-for-2.0.sh
in the.maintain
-folder. It is the script that was run and should be working the same way on your substrate-github-referencing project by renaming all the references inCargo.toml
and*.rs
-files. You might have tocargo clean
and build on a clean project again, if you encounter errors.