-
gitomat
[illumos-gate] 15436 remove cxgbe unimplemented stat printf -- Robert Mustacchi <rm⊙fo>
-
gitomat
[illumos-gate] 15437 cxgbetool could work on instance names -- Robert Mustacchi <rm⊙fo>
-
pmooney
toasterson: There's no use in asking about fs2. The author has pretty clearly abandoned maintenance of it.
-
pmooney
Better to draft up PRs to replace it with something else in crates which have adopted it as a dependency
-
toasterson
Ok, then I'll tell the Plume guys that.
-
toasterson
I also have to check with them because of the nix crate
-
toasterson
I can try replacing it with fs4 and testing that
-
pmooney
I'm not certain that's required
-
pmooney
fs2 is pretty old
-
pmooney
I'm willing to bet that a bunch of its functionality is present in libstd now
-
toasterson
Plume seems to require it directly Although I am confused from where
-
pmooney
-
toasterson
damn yours searching is fast
-
toasterson
ah no my cargo tree foo is bad
-
toasterson
You werent working on anything there by chance?
-
gitomat
[illumos-gate] 15441 Update PCI classes and caps to PCI Ver 1.15 -- Robert Mustacchi <rm⊙fo>
-
gitomat
[illumos-gate] 15440 February 2023 hwdata update -- Robert Mustacchi <rm⊙fo>
-
pmooney
toasterson: I wasn't. Just commiserating about the fs2 situation.
-
toasterson
Ok, just good to know before I update the dependencies in there.
-
richlowe
if someone wanted to turn bldenv back into a normal damn shell script, I would be enthusiastically in favor.
-
richlowe
or if anyone of you know how to use this wildass getopt to say an option requires an argument
-
richlowe
this manual page,
-
rmustacc
Which getopt?
-
rmustacc
ksh?
-
richlowe
fucking ksh93
-
richlowe
look at the top of bldenv
-
richlowe
that usage message _also_ controls the flags accepted
-
andyf
ksh93 getopt is fantastic, but not well documented
-
rmustacc
That is not how I normally spell usage.
-
richlowe
the manual page describes it in the style of a lawyer writing an ikea manual
-
andyf
[p:pkg?Show only packages matching pattern]:[<pattern>]
-
richlowe
thank you andy,
-
richlowe
the "listof/oneof" junk can stay implied
-
andyf
and $OPTARG should get it
-
andyf
It does mean you get `--help` and so on for free
-
richlowe
yes, but it also means I just spent a much longer time than you probably think working out how take a damn argument
-
richlowe
and phrase what the manual seemed to at least potentially trying to say