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

Conversation

@Xanewok
Copy link
Contributor

@Xanewok Xanewok commented Jan 10, 2020

This is a drive-by fix as I'm slowly digging into the code.

We don't use any explicit #[lang = ...] items anymore (panic_fmt is replaced with now-stable #[panic_implementation], OOM is handled via alloc_error_handler feature directly etc.), so I thought it'd be good to remove it for clarity to limit used nightly features.

@Xanewok Xanewok added the A0-please_review Pull request needs code review. label Jan 10, 2020
@Xanewok Xanewok requested a review from pepyakin January 10, 2020 16:02
@parity-cla-bot
Copy link

It looks like @Xanewok signed our Contributor License Agreement. 👍

Many thanks,

Parity Technologies CLA Bot

Copy link
Member

@bkchr bkchr left a comment

Choose a reason for hiding this comment

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

Can you please merge master?

@Xanewok
Copy link
Contributor Author

Xanewok commented Jan 10, 2020

This is based on latest master now, I believe #4597 should fix the breakage there once it's merged

@bkchr
Copy link
Member

bkchr commented Jan 10, 2020

It is merged now :)

We don't use any explicit `#[lang = ...]` items anymore (`panic_fmt`
is replaced with now-stable `#[panic_implementation]`, OOM is handled
via `alloc_error_handler` directly etc.), so I thought it'd be good to
remove it for clarity to limit used nightly features.
@Xanewok
Copy link
Contributor Author

Xanewok commented Jan 10, 2020

Thanks, rebased just now!

@bkchr bkchr merged commit 8dc5675 into paritytech:master Jan 10, 2020
@Xanewok Xanewok deleted the no-lang-items branch January 11, 2020 20:05
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

A0-please_review Pull request needs code review.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants