fish RiiR is basically complete
(aus.social)
from snaggen@programming.dev to rust@programming.dev on 08 Jan 2024 15:18
https://programming.dev/post/8299434
from snaggen@programming.dev to rust@programming.dev on 08 Jan 2024 15:18
https://programming.dev/post/8299434
87261 rust lines added 76766 / 77063 C++ lines removed ▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░ 99 %
#riir #rustlang
–
The reader and input stack have been ported, which is basically everything. There’s still some entry points in C++ (PR being reviewed) and test helper binary (might make a good external contribution as it’s entirely self-contained), but almost all of the C++ is gone, and with it large chunks of the FFI.
Now we just have the second 90% to go - making sure this rewritten fish is portable and distributable!
threaded - newest
lol why
Why not?
explanation here, it wasn’t just for the meme: github.com/fish-shell/fish-shell/pull/9512#issuec…
nice reading, thanks! Rust FTW BTW :)
Love to see more stuff written in Rust
It should then be easier to package in
nix
IINM.77k lines rewritten… that’s nuts!