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