Rob Landley
Rob Landley
As for incorporating https://github.com/mruby/mruby into toybox, it's doesn't look impossible but I'm not sure it makes sense? (Vs just packaging it together into the same filesystem.) Toybox has incorporated external...
FYI I took a stab at doing a mkroot/packages/mruby build but mruby needs a build tool called "rake" that's implemented in ruby, and the "minirake" script it has is a...
I cycled back to this issue and asked over at https://github.com/mruby/mruby/issues/6258 if mruby has a microperl equivalent where it can build just enough of itself to run a build written...
To clarify the close status: finishing mke2fs needs to fix the help, but playing with help text of unifinshed commands in pending... the command doesn't _do_ anything yet.
I added "ls ---sort=nocase", does that address your issue? I also overcomplicated things by making --sort take a csv list of fallback sorts to perform in order, and adding short...
Fixed the -~ thing. Still need to add --sort tests to the test suite.
Adding the new ls tests got derailed by http://lists.landley.net/pipermail/toybox-landley.net/2023-May/029559.html which I've revisited a few times since and went "ew" at each time, and I think I just want to diverge...
Try commit 0b20d799bc9a
Assuming the commit I asked for testing on back in June fixed it.
If it was just "change -lcurses to -lncurses which has been in all sy stems for 7 years" I'd happily do it. But "also probe for this other random library...