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

wasm-builder: bump toml from 0.8.2 to 0.8.8; replace ansi_term #2914

Merged
merged 7 commits into from
Jan 13, 2024

Conversation

maksimryndin
Copy link
Contributor

Hi folks!

Thank for the well organized codebase and an outstanding engineering!

I am trying to compile a substrate node template from source (https://github.com/paritytech/polkadot-sdk) and encountered a dependency conflict
Screenshot 2024-01-11 at 12 22 16
and a deprecation warning from advisory db for ansi_term (I see you replace it with some alternatives in other crates).

While for ansi_term there is an adopted fork (https://github.com/rustadopt/ansiterm-rs) and it was my first commit in the PR, I've decided to use https://github.com/console-rs/console as you already use it to reduce dependencies (as I believe other substrate crates will remove ansi_term eventually)

@cla-bot-2021
Copy link

cla-bot-2021 bot commented Jan 11, 2024

User @maksimryndin, please sign the CLA here.

@bkchr bkchr added the R0-silent Changes should not be mentioned in any release notes label Jan 12, 2024
@bkchr bkchr enabled auto-merge January 13, 2024 08:05
@bkchr bkchr added this pull request to the merge queue Jan 13, 2024
Merged via the queue into paritytech:master with commit 127b9be Jan 13, 2024
123 checks passed
bgallois pushed a commit to duniter/duniter-polkadot-sdk that referenced this pull request Mar 25, 2024
…ytech#2914)

Hi folks!

Thank for the well organized codebase and an outstanding engineering!

I am trying to compile a substrate node template from source
(https://github.com/paritytech/polkadot-sdk) and encountered a
dependency conflict
![Screenshot 2024-01-11 at 12 22
16](https://github.com/paritytech/polkadot-sdk/assets/16288656/b630773f-9d58-4abc-a15c-45f0e6b96b48)
and a deprecation warning from advisory db for `ansi_term` (I see you
replace it with some alternatives in other crates).

While for `ansi_term` there is an adopted fork
(https://github.com/rustadopt/ansiterm-rs) and it was my first commit in
the PR, I've decided to use https://github.com/console-rs/console as you
already use it to reduce dependencies (as I believe other substrate
crates will remove ansi_term eventually)

---------

Co-authored-by: Bastian Köcher <git@kchr.de>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
R0-silent Changes should not be mentioned in any release notes
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants