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

One final pass in opte-drv (#214) #253

Merged
merged 1 commit into from
Sep 21, 2022
Merged

One final pass in opte-drv (#214) #253

merged 1 commit into from
Sep 21, 2022

Conversation

rzezeski
Copy link
Contributor

  • Did a final sweep in opte-drv to see if there was anything else to migrate over to xde.

  • Moved over the _Unwind_Resume hack. It seems xde has been working fine without it, but I also notice the Rust issue that originally prompted me to create this hack is still marked as open. So I thought it would be best to migrate the hack over to xde just as a safeguard against the problem coming back until that Rust issue is resolved.

    Undefined reference to _Unwind_Resume rust-lang/rust#47493

Copy link
Contributor

@bnaecker bnaecker left a comment

Choose a reason for hiding this comment

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

Nice, LGTM!

#![feature(alloc_error_handler)]
#![feature(rustc_private)]
#![deny(unused_must_use)]
Copy link
Contributor

Choose a reason for hiding this comment

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

Excellent :)

- Did a final sweep in opte-drv to see if there was anything else to
  migrate over to xde.

- Moved over the _Unwind_Resume hack. It seems xde has been working
  fine without it, but I also notice the Rust issue that originally
  prompted me to create this hack is still marked as open. So I
  thought it would be best to migrate the hack over to xde just as a
  safeguard against the problem coming back until that Rust issue is
  resolved.

  rust-lang/rust#47493
@rzezeski rzezeski merged commit 19bf8d4 into master Sep 21, 2022
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.

None yet

2 participants