libxo
libxo copied to clipboard
The libxo library allows an application to generate text, XML, JSON, and HTML output using a common set of function calls. The application decides at run time which output style should be produced.
Hi again Phil! Tested on FreeBSD 12-stable and 13.0-RELEASE: I noticed that "ps" sets the maximum length of the command field to 2048 characters [POSIX2_MAX_LENGTH] via the instructlion "{:command/%-0..2048s}", even...
int lflag UNUSED = 0; int hflag = 0, jflag = 0, tflag = 0, zflag = 0, qflag = 0, are all set but not used, however only lflag...
Affects at least FreeBSD 11.3-RELEASE, 12.1-RELEASE, 13.0-RELEASE. ```c $ pkg install automake libtool gmake gcc9 $ sh bin/setup.sh $ cd build $ export MAKE=gmake CC=gcc9 $ ../configure --enable-warnings $ gmake...
TravisCI [supports](https://github.com/travis-ci/travis-build/pulls?q=is%3Apr+freebsd+is%3Aclosed) FreeBSD nowadays. Let's see how well it works. This is an alterantive to #66 in case you don't want to sign up the repo with CirrusCI or maintain...
[potential problem which I want to record] Perhaps a problem with unicode "variation selectors"? \u+e29c85 \u+e284b9 \u+efb88f should be: ✅ ℹ️ but maybe the second isn't zero width?
./configure make make test make install root@DESKTOP:/mnt/c/wsl/libxo-1.3.1# xo --version xo: error while loading shared libraries: libxo.so.0: cannot open shared object file: No such file or directory xo xohtml xolint xopo...
Add "hn-commas" to add commas in the output of large numeric values. Will need a command line argument to turn it off. Should be ignored when humanize is on.
From Stefan Esser: Add a warning for duplicate siblings: > Any name must be only used once for all children of some node, either > - for a leaf node...