Releases: c-blake/cligen
Better IOVecLen/csize_t workaround
See git log/rel notes.
Nim portability & couple APIs
See release notes or git log for more details. Should be pretty minor and get some things working again for some people.
Bug fixes & API spruce ups
See RELEASE_NOTES.md and/or VC log for more details.
Minor enhancements
Fix a problem with past-first read() after select() blocking in procpool
, add some more string-MSlice compatibility routines in mslice
, and add sysUt.newSeqNoInit
.
Ditch shallowCopy -> move
Nothing else substantive. See release notes and/or git log for more details.
Space optimization define & a few utility procs
If you don't care about config files and nice generated help colors, but you do care about object file sizes, then look into --define:cgCfgNone
and #207 .
BREAKING CHANGE: in the both unlikely and unwise case that you relied upon import cligen/humanUt
exporting initHashSet
, toHashSet
- you can no longer.
Harden cligen/procpool
a bit more and add a new examples/piPar.nim
that runs 1000s of times faster than similar renditions of this already slow way to compute π (pi).
Also, courtesy of @Vindaar a docCommentAdd
for compile-time computed documentation and a few other utility APIs like nextSlice
, echoQuit130
proc for setControlCHook
, etc. See RELEASE_NOTES.md
for more details.
Bug fixes, MFile & ProcPool enhancements
This release fixes a couple bugs. It slightly enhances cligen/mfile.MFile
.
Usage by @Vindaar helped to motivate hardening procpool.nim
interfaces to avoid deadlock from insufficient statistical regularity and one breaking change (to avoid same-fd-as-parent footguns). Also, silence nCPU-way repetitions of Control-C messages (but provide a way to get them back if users want).
Also, remove need for (not so perf helpful anyway) ||
iterator in examples/dups.nim
.
Terser default enum; float slice support
Release title, notes & commit tell the whole short story of this release.
Fix $HOME/.config/autoCmdName
Fix an old bug, add some library features, and spruce up rp
a bit in light of https://github.com/benhoyt/prig which may bring it more attention. See RELEASE_NOTES.md for more details.
Add ability for CLusers to edit "REQUIRED"
See RELEASE_NOTES.md
for more details.
This is also partly a checkpoint release as there are inbound very minorly breaking changes (dropped optional params in some uncertain value formatting APIs that are only half a year old anyway). Even so, good to give any client code a version number before/after in case they want to condition upon that.