Skip to content

Remove derive_more from dependencies #1602

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

Merged
merged 1 commit into from
May 22, 2024

Conversation

pkhry
Copy link
Contributor

@pkhry pkhry commented May 21, 2024

closes #1503

@pkhry pkhry requested a review from a team as a code owner May 21, 2024 16:42
Copy link
Contributor

@niklasad1 niklasad1 left a comment

Choose a reason for hiding this comment

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

Would be easier to review if you could omit the TOML fmt changes, I guess you are using some fmt tool for that.

I for one preferred to old format with features on line but perhaps we could add some fmt rules in this repo. Substrate is using taplo for that I guess we could as well

@jsdw
Copy link
Collaborator

jsdw commented May 22, 2024

We've had this sort of thing before, and yeah I'd be up for having some CI check that the TOML formatting is ok (+ a thing to run to make it ok), just to avoid any disagreements on what the format should be etc once it's set up :)

@pkhry pkhry force-pushed the pkhry/derive_more_display branch from 96cbd4b to 98167fd Compare May 22, 2024 11:10
@pkhry pkhry force-pushed the pkhry/remove_derive_more branch from 0d2b3c9 to 4bec8e7 Compare May 22, 2024 11:26
@pkhry
Copy link
Contributor Author

pkhry commented May 22, 2024

Would be easier to review if you could omit the TOML fmt changes, I guess you are using some fmt tool for that.

dropped formatting changes until we setup the autoformatting tool

@pkhry pkhry merged commit fa304f4 into pkhry/derive_more_display May 22, 2024
@pkhry pkhry deleted the pkhry/remove_derive_more branch May 22, 2024 12:24
pkhry added a commit that referenced this pull request May 22, 2024
* Remove derive_more's 'Display' from core

* Remove derive_more's 'Display' from metadata

* Remove derive_more's 'Display' from signer

* Remove derive_more from dependencies (#1602)

closes #1503
pkhry added a commit that referenced this pull request May 22, 2024
* Remove derive_more's 'Display' from core

* Remove derive_more's 'Display' from metadata

* Remove derive_more's 'Display' from signer

* Remove derive_more from dependencies (#1602)

closes #1503
pkhry added a commit that referenced this pull request May 23, 2024
* Remove derive_more's 'Display' from core

* Remove derive_more's 'Display' from metadata

* Remove derive_more's 'Display' from signer

* Remove derive_more from dependencies (#1602)

closes #1503
niklasad1 added a commit that referenced this pull request May 24, 2024
* replace derive_more's 'From' in signer

* replace derive_more's 'From' in core

* Remove `derive_more`'s `Display` usages (#1601)

* Remove derive_more's 'Display' from core

* Remove derive_more's 'Display' from metadata

* Remove derive_more's 'Display' from signer

* Remove derive_more from dependencies (#1602)

closes #1503

* Update signer/src/eth.rs

Co-authored-by: Niklas Adolfsson <[email protected]>

* rename convert_error to impl_from

* rename convert_error to impl_from in core

---------

Co-authored-by: Niklas Adolfsson <[email protected]>
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.

3 participants