rust-osdev / x86_64

Library to program x86_64 hardware.
https://docs.rs/x86_64
Apache License 2.0
797 stars 132 forks source link

properly jump the address gap in CleanUp #469

Closed Freax13 closed 8 months ago

Freax13 commented 8 months ago

Starting with 0.15, the addition operator will no longer implicitly jump the gap in the address space. Instead, we can use Step::forward.

Fixes #468

phil-opp commented 8 months ago

We should probably create a patch release for this, right?

Freax13 commented 8 months ago

We should probably create a patch release for this, right?

I agree

GZTimeWalker commented 8 months ago

We should probably create a patch release for this, right?

Hi there, so when will the plan be to release this patch?

Freax13 commented 8 months ago

We should probably create a patch release for this, right?

Hi there, so when will the plan be to release this patch?

If everything goes well, I'm planning on creating a PR for a new release after #472 is merged.