<mithro>
sb0: I was looking at how to make it possible to build misoc with all the code being read only
<mithro>
sb0: at the moment it is *really* hard to do that as compile objects and generated headers end up in the misoc tree
<sb0>
yes, that should change
<mithro>
sb0: great!
<mithro>
sb0: you guys are really weird - you use github issues for discussion and then the mailing list for patches!? That is like the total opposite of most groups I know :P
<mithro>
sb0: I'm also looking at how we need to patch the Xilinx tools to get reproducible firmware generation
ylamarre has quit [Read error: Connection reset by peer]
ylamarre has joined #m-labs
ylamarre has quit [Ping timeout: 255 seconds]
<cr1901_modern>
whitequark: Did something "bad" happen to Rust? I remember you saying in your Foundry blog post that Rust keeps getting "better each day".
<whitequark>
it does
<whitequark>
it did then and it still does, I just don't really know if it's good enough
<cr1901_modern>
What would have to change for it to be "good"? Isn't Rust meant to be a systems language? Unfortunately, it seems that runs contradictory to your goal of not using pointers at all.
<cr1901_modern>
(Maybe a small library that implements flexible data structures like lists that doesn't depend on a runtime)?