Skip to content

Releases: c-blake/nio

Oops; Forgot to bump cligen with -u flag to nrel.

16 Nov 14:01
ffb671c
Compare
Choose a tag to compare

But don't worry - I added upDeps = true to ~/.config/nrel to avoid this in the future. ;-)

Modernize (& rename) `nio query`

16 Nov 13:55
b784d3d
Compare
Choose a tag to compare

Also some exception raising code clean-ups & help updates.

Also include cligen/mergeCfgEnv for CLuser tunability for utils/ programs.

Fix a style error & qualify stdlib imports with std/

22 Oct 16:25
2535894
Compare
Choose a tag to compare

Subject says it all on this one.

Make compile-able with stricter style

07 Sep 08:54
14986ab
Compare
Choose a tag to compare

hint:name:on styleCheck=usages detected some internal style variation.

Minor fix to C program c2dsv.c; No Nim change

25 Jul 20:42
35a4f24
Compare
Choose a tag to compare

Just move a block of code to after the declaration section for pre-C99 C compilers.
(Also, cligen dep version update.)

Remove all remaining catz stuff, now in bu/

23 Apr 11:20
81a7f8e
Compare
Choose a tag to compare

Minor bump since removal is kind of a big-ish change even though the CLI utility is in bu/ with many others.

A few fixes & add `nio widen`

16 Jan 17:27
f30017f
Compare
Choose a tag to compare

Add nio widen to selectively widen (or narrow!) fields/columns. See doc comment for details.

A few fixes:

  • Make ordinary file IO append by default.
  • Do not leak open files in nio rip, though as a command that may never matter.
  • work around a few glitches in Nim-devel

Bump cligen dep for new LC_PM

23 Aug 13:17
c5f28db
Compare
Choose a tag to compare

.. and re-phrase some documentation.

Add utils/nsv

07 Jul 12:54
d0b71f2
Compare
Choose a tag to compare

Removed from the new bu/align was the old -W feature to generate parsing schemas which was helpful for a more manual nio inferT or just assessing some input files. The new utils/nsv replaces that functionality much more simply (with a little extra output, actually).

Also try to improve some docs a little.

Bug fix & add nio load1 --delim

28 Jun 16:54
44f3fd6
Compare
Choose a tag to compare

Fix a couple range check bugs from @Vindaar and add --delim to nio load1.