Skip to content
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

Add ability to reexport crate #145

Merged
merged 3 commits into from Mar 14, 2022
Merged

Add ability to reexport crate #145

merged 3 commits into from Mar 14, 2022

Conversation

gshep
Copy link
Contributor

@gshep gshep commented Mar 8, 2022

Closes #144

adjust code to the change
@gshep gshep marked this pull request as draft March 8, 2022 08:02
@gshep gshep marked this pull request as ready for review March 8, 2022 08:16
Copy link
Member

@ascjones ascjones left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!

Copy link
Contributor

@jsdw jsdw left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Awesome, looks great!

We should add a couple of UI tests for this (happy for this to be a separate piece of work); potentially we can rename scale-info in the test cargo.toml and then use foo::{self as scale_info}; at the top of most tests to expose it in the "usual place", and then we can fully test that #[scale_info(crate = "foo")] works :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Feature request: ability to reexport crate
3 participants