Mark Drobnak

Results 108 comments of Mark Drobnak

We should still expose some way of waiting for the photo to be taken. The details of how that waiting happens can be hidden behind a simple function, like @Meziu...

Yeah, I got clippy working on a custom rustc. You basically build it and then copy around the tools binaries into the right sysroot bin folder (where rustc is). But...

I did some tests locally trying to get clippy to work with nightly on the 3DS target. For some reason it doesn't work, even though we pass the build-std option....

Most of what we're testing is how the 3DS reacts to the stuff we do (ex. does the networking stack accept this, are these words printed to the screen, etc),...

I opened a PR to fix `cargo +nightly 3ds clippy`: https://github.com/rust3ds/cargo-3ds/pull/24

Thanks for the heads up @ian-h-chamberlain! Let us know if you have any issues getting your environment set up.

I don't think it's possible for it to be a stack issue, right? This is happening before the stack even reaches `main` (and the stack at that point shouldn't be...

Thanks for taking a look at this. I'm interested in exploring another thread, which is if the static memory for the thread info gets set correctly. Last I looked at...

After rebasing the std and threads PR, updating dependencies, and merging master into `test/rapier-physics`, I now see a full ARM exception when running the example in debug mode: ![image](https://user-images.githubusercontent.com/4417660/167274929-0b0bcad7-9cc9-4045-8860-eadc98a2b303.png) This...

Actually, this may just be an issue in the new std changes or pthread_3ds: ![image](https://user-images.githubusercontent.com/4417660/167275015-c265da56-fc34-4f23-8605-74c932cfe025.png)