build fails on readline
Ah! Good catch! Here's the fix: https://sourceforge.net/p/w-calc/git/ci/66b24c03e66a557bd2328e550066f22cb03600e6/ Thanks for the bug report!
Incorrect input of hexadecimals
Thanks for the bug report! I've already fixed that bug in the code... I just need to push out a new release. It'll be in 2.5.1 (coming soon!). The fix was in this commit: https://sourceforge.net/p/w-calc/code/965/
Basic unit tests on two tiny components... doing some (minimal) dependency injection now, to make linking issues simpler; also helps with unit tests
Indeed! somehow we had a regression on this one...I fixed it about a month ago in the code (https://sourceforge.net/p/w-calc/code/965/), but I haven't created a 2.5.1 release yet. It will be in the next release - which will likely be soon.
Add info about quoting and “input_*_delimiter” keys in preferences
Applied! Thanks!