Skip to content
This repository has been archived by the owner on Nov 15, 2023. It is now read-only.

Prepare for rust 1.62.1 #11903

Merged
merged 8 commits into from
Jul 26, 2022
Merged

Prepare for rust 1.62.1 #11903

merged 8 commits into from
Jul 26, 2022

Conversation

skunert
Copy link
Contributor

@skunert skunert commented Jul 25, 2022

  • update UI tests for rust 1.62.1

@skunert skunert added A2-insubstantial Pull request requires no code review (e.g., a sub-repository hash update). B0-silent Changes should not be mentioned in any release notes C1-low PR touches the given topic and has a low impact on builders. D3-trivial 🧸 PR contains trivial changes in a runtime directory that do not require an audit labels Jul 25, 2022
@paritytech-ci paritytech-ci requested a review from a team July 25, 2022 09:59
@alvicsam
Copy link
Contributor

clippy is not happy with the latest nightly https://gitlab.parity.io/parity/mirrors/substrate/-/jobs/1695838

@skunert
Copy link
Contributor Author

skunert commented Jul 25, 2022

Yes, there are also still some warnings in sp-runtime, looking into it

@skunert
Copy link
Contributor Author

skunert commented Jul 25, 2022

I had to replace some automatic derives of scale_info::TypeInfo. I introduced manual implementations for the two warnings we saw (implementation is cargo-expand output mostly) and fixed the warnings.

Also clippy should be fixed.

@alvicsam alvicsam merged commit 9428b0e into master Jul 26, 2022
@alvicsam alvicsam deleted the skunert/prepare-rust-1.62 branch July 26, 2022 12:37
DaviRain-Su pushed a commit to octopus-network/substrate that referenced this pull request Aug 23, 2022
* Update UI test output for rust 1.62.1

* switch ci to staging image to check that everything works

* fix artifacts node-bench-regression-guard

* Imeplement `scale_info::TypeInfo` manually to silence aggressive rust warning

* Fix more clippy lints

* Make clippy happy by relying on auto-deref were possible

* Add tracking issue to the comments

* pin ci image

Co-authored-by: alvicsam <[email protected]>
ark0f pushed a commit to gear-tech/substrate that referenced this pull request Feb 27, 2023
* Update UI test output for rust 1.62.1

* switch ci to staging image to check that everything works

* fix artifacts node-bench-regression-guard

* Imeplement `scale_info::TypeInfo` manually to silence aggressive rust warning

* Fix more clippy lints

* Make clippy happy by relying on auto-deref were possible

* Add tracking issue to the comments

* pin ci image

Co-authored-by: alvicsam <[email protected]>
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
A2-insubstantial Pull request requires no code review (e.g., a sub-repository hash update). B0-silent Changes should not be mentioned in any release notes C1-low PR touches the given topic and has a low impact on builders. D3-trivial 🧸 PR contains trivial changes in a runtime directory that do not require an audit
Projects
None yet
Development

Successfully merging this pull request may close these issues.

8 participants