Hanno Braun
Hanno Braun
This issue is no longer applicable. See [A New Direction](https://www.fornjot.app/blog/a-new-direction/) for context.
I have decided to close this issue, for the following reasons: - The example use case I talked about has been implemented, using one of @follower's suggestions (Rusty File Dialogs)....
Unfortunately I can still reproduce my original issue using the branch from this pull request.
@aldanor > @hannobraun Thanks. Did you actually call `.clean_rmeta()`? (just making sure) Yes, I just confirmed. (and good call making sure, because I forgot to confirm before) > Could you...
@aldanor > Could you check what's the minimal set of files to kill so that it works (i.e. so you could then run `cargo test --features compiletest`)? > > ```shell...
The register access code is mostly generated by a macro now, making this issue less pressing. It would still be nice to get this information from a file provided by...
Hi, thanks for opening this issue. > I managed to get things working on Mac OS X (I hope to provide a PR with added notes for the platform in...
Hmm, I don't think a Rust update could have caused this. At least I can't think of a way that wouldn't have broken a lot more code than this. Interesting...
I've tested this and everything works on my side. I also [updated the Rust version](https://github.com/hannobraun/embedded/commit/d39d8576f3669c95a54bb093187c6951f857daba) to the latest nightly, and [updated sermon's dependencies](https://github.com/hannobraun/embedded/commit/0d4798e9d147fa4cb090d430242fef4b16272a9c) to the latest versions. No change, everything...
> I forked this repo and made a `mac-osx` branch there showing my current test setup. [...] Thanks! > Nothing ready for a PR, but at least you can see...