ChanServ changed the topic of #rust-embedded to: Welcome to the Rust Embedded IRC channel! Bridged to #rust-embedded:matrix.org and logged at https://libera.irclog.whitequark.org/rust-embedded, code of conduct at https://www.rust-lang.org/conduct.html
starblue has quit [Ping timeout: 256 seconds]
starblue has joined #rust-embedded
GenTooMan has quit [Ping timeout: 244 seconds]
GenTooMan has joined #rust-embedded
genpaku has quit [Remote host closed the connection]
genpaku has joined #rust-embedded
causal has quit [Quit: WeeChat 3.6]
causal has joined #rust-embedded
causal has quit [Client Quit]
<re_irc> <9names (@9names:matrix.org)> hey folks. anyone know why embedded-sdmmc-rs release 0.4.0 never happened?
<re_irc> the pr was merged, the issue was closed, but nothing appeared on crates.io and no tag was created in the git repo.
<re_irc> <9names (@9names:matrix.org)> oh it was only merged into 'develop'. i thought it made it's way to master.
<re_irc> <jannic> Also, the latest git commit was a breaking change - so in case somebody does the release now, it does make a difference if you release the commit named "Prepare 0.4.0 release" or current head. (And I'm taking about the develop branch as well, as it's the default branch of that repo.)
dc740 has joined #rust-embedded
dc740 has quit [Ping timeout: 268 seconds]
<re_irc> <aktaboot> thebutlah: has it been a pain to code on that thing with rust ? I have not yet used rust on esp32s, and I was wondering about the current state, especially for the risc-v thing 🤔
starblue has quit [Ping timeout: 248 seconds]
starblue has joined #rust-embedded
<re_irc> <James Munns> btw, mini announcement:
<re_irc> Decided to do a "Final Friday Showcase" on twitter, for anyone to plug their rust-embedded related work:
<re_irc> <James Munns> Send the RE twitter a DM with a link/picture/video and a tweet-sized description, and I'll tweet it out on Friday. I'd like to make this a success, so if any of y'all have something to share, I'd really appreciate it :D
<re_irc> <James Munns> If you don't have twitter, you can DM me on matrix, and I'll add it to the queue :D
starblue has quit [Ping timeout: 248 seconds]
starblue has joined #rust-embedded
starblue has quit [Ping timeout: 256 seconds]
starblue has joined #rust-embedded
GenTooMan has quit [Ping timeout: 256 seconds]
GenTooMan has joined #rust-embedded
dc740 has joined #rust-embedded
<re_irc> <eldruin> jannic: Ah, thanks for noticing! I'll take the commit into the release, since it is a breaking one anyway and I never released it
<re_irc> <eldruin> 9names: Sorry about that, I forgot to publish it
<re_irc> <jannic> eldruin: I'm not sure if the commit should be part of the release. It might not have been intentional to make it a breaking change.
<re_irc> <eldruin> ok I'll publish as-is then and we will see on the next release
<re_irc> <jannic> As noticed here (https://github.com/rp-rs/rp-hal/pull/426#discussion_r950879789), it's a subtle property of type inference that the default parameters are not considered in this case. I don't know if ostenning really wanted to change the API so that the caller has to specify those values manually. Kind of defeats the idea of default parameters.
<re_irc> <eldruin> ok, I'll wait with the release
<re_irc> <eldruin> I have another fix PR was well https://github.com/rust-embedded-community/embedded-sdmmc-rs/pull/58
<re_irc> <jannic> Fine. I guess nobody is urgently waiting for the release, otherwise it would have been noticed earlier that it never got published.
<re_irc> <eldruin> Could you open an issue for the problem you discovered in the embedded-sdmmc-rs as well?
<re_irc> <eldruin> It would be good to assess that before making a new release
Robert_x1 has joined #rust-embedded
Robert_x1 has left #rust-embedded [Konversation terminated!]
<re_irc> <jannic> I personally don't have a use case for that crate, I just stumbled upon the build failure in "rp-hal". So I don't know how it is usually used and if this change is actually an issue or if it's sufficient to just adapt the docs to state that those values need to be specified.
GenTooMan has quit [Ping timeout: 244 seconds]
<re_irc> <eldruin> yeah probably just documenting it is fine. Thank you!
GenTooMan has joined #rust-embedded
dc740 has quit [Ping timeout: 256 seconds]
causal has joined #rust-embedded
bjc has joined #rust-embedded
<re_irc> <adamgreig> dirbaio: I wonder if the singleton macro should actually be in critical-section or something, it's no longer cortex-m specific at all...