User Details
- User Since
- Feb 10 2016, 6:59 PM (468 w, 3 d)
Dec 6 2024
Patch looks fine. I'll add to the main libxo repo.
Dec 28 2023
Nov 1 2023
$ sudo dtrace -n 'BEGIN { mod(0xffffffff8261a000); exit(0); }'
dtrace: description 'BEGIN ' matched 1 probe
CPU ID FUNCTION:NAME6 1 :BEGIN opensolaris.ko
Oct 20 2023
Oct 18 2023
Jun 27 2023
Looks good. FWIW, the fix in the repo is in commit de776ab1a8985fbeb510af8e39777fa9db69d3d9:
Feb 2 2023
Jan 30 2023
Sorry for the delay.
Jan 27 2023
Apr 4 2022
While I have fond memories of snobol, I'm thinking you've got the wrong "phil".
Mar 25 2022
These are in the libxo sources on github:
Mar 1 2022
Looks good. I do see an error on this site that says some nameless file is missing a terminating newline.
Sep 29 2021
One more thing: Does libxo need an xo_exit() function? It would be just xo_finish + exit, like your EXIT macro, but might help minimize diffs like this.
xo_parse_args gives error messages for invalid arguments; no further error is needed.
Aug 24 2021
Cameron,
You said "it seems that most check"; did you find ones that didn't?
Yes, you need to check it. See xo_parse_args(3):
Aug 4 2021
Jun 2 2021
FYI: I've just added docs for this, so it will be in the next release, which I'll import shortly, but the functionality's already there.
Looks good. You can use {L:} for strings that include slashes by escaping them with double backslashes (one for C, one for me):
Apr 21 2021
Correction: for your patch the test would be opposite:
Apologies, I missed your reply to my question, but it's still something I'm not following:
Aug 25 2020
Looks good. I'll mirror these fixes in github.
Jun 8 2020
The "%hs" bits look good, but why do you add the call to xo_no_setlocale()?
May 27 2020
Just knowing that the "--libxo" was used is not sufficient, since there are options that should not affect output (e.g. color, no-humanize, warn).
Jan 25 2020
Dec 16 2019
Nov 7 2019
Oct 29 2019
Looks great! Thanks....
May 7 2019
Strange error; libtool related. On some platforms it seems to remove the ".test" extension. I'll add a fix to libxo to force removal of the extension (using xo_program() to set it to the basename), but for now, the fix here will be fine.
May 6 2019
Apr 5 2019
Apr 3 2019
Jan 1 2019
The responsibility for valid tags should rest with the caller, but under the "never do the wrong thing", I'll pick up this fix, along with a "warning" call to help coders notice the breakage.
May 23 2018
May 14 2018
Sep 25 2017
Looks good. Thanks....
Sep 24 2017
FWIW, this bug is mine, from the original patch sets: