Commit 2022-11-30 01:07 425142cc
View on Github →refactor: improve the way simps traces messages (#789)
- Previously it was done with a configuration option, but it is much cleaner by using the option, so that we can use
trace[simps.verbose] ...
- Add
KVMap.updateBool
which simplifies some applications - Uncomment some tests of
simps
- Minor tweaks