Jason Youngberg

Results 8 comments of Jason Youngberg

This was already decided against in #24, which is why I wrote my own debug implementations

The main fix will almost certainly be removing that method and turning extra into an AtomicU64. However I'm unsure what to do with old versions. Should they be yanked? What...

@Andy-Python-Programmer @lylythechosenone Do you have any feedback on whether to yank 0.2 - 0.4?

You can safely get a `&mut mp_request` with a spinlock. And it's still unsound to even have the aliasing references at all, even if it's never written to. I imagine...

I was able to get my tests to run by first compiling the kernel with ```bash cargo test -p kernel --no-run --target x86_64-unknown-none ``` Then replacing the kernel in `build.rs`...

I've also tested some different versions, it looks like the error was introduced in `nightly-2024-04-13`. `nightly-2024-05-25`: crash `nightly-2024-05-24`: crash `nightly-2024-05-10`: crash `nightly-2024-05-01`: crash `nightly-2024-04-20`: crash `nightly-2024-04-16`: crash `nightly-2024-04-13`: crash `nightly-2024-04-12`:...

> Does this also happen with `cargo check`? That would give us a good lead ❤️ No, just clippy

Removing the rust-toolchain and running `cargo +nightly -Z bindeps clippy` still ICEs