aboutsummaryrefslogtreecommitdiff
path: root/module/util (follow)
Commit message (Collapse)AuthorAge
* Change call signature for [gs]etf.Hugo Hörnquist2020-04-30
|
* Minor changes.Hugo Hörnquist2020-04-30
|
* Add `app' type.Hugo Hörnquist2020-04-30
|
* Document 'warning'Hugo Hörnquist2020-04-25
|
* define-config now expands correctly.Hugo Hörnquist2020-04-25
|
* Fix warning parameter.Hugo Hörnquist2020-04-22
|
* Add parameterizised warning procedure.Hugo Hörnquist2020-04-20
|
* Minor notes and fixes.Hugo Hörnquist2020-04-07
|
* Update define-config to hopefully check pre-existing values.Hugo Hörnquist2020-04-03
|
* Remove ensure? for configs, built in instead.Hugo Hörnquist2020-04-02
|
* Update remaining code to use new config scheme.Hugo Hörnquist2020-04-01
|
* Add set-config! and get-config, along with print for debug.Hugo Hörnquist2020-04-01
|
* Start rewrite mentioned in last commit.Hugo Hörnquist2020-04-01
|
* Attempt at decentralized configuration system.Hugo Hörnquist2020-03-31
| | | | | | | | | | | | | | | Placing all possible configuration items in a central (parameters) module scales really badly. This idea that any module can register configuration parameters is better. The current implementation however has the drawback that it requires that the module exposing the parameter is loaded before the value can be sat, but that scales even worse. A probable solution would be to abandon binding everything to guile's module system, and instead let (util config) provide a `conf-ref' and a `conf-set!' procedures. A `define-configuration' similar to emacs `defcustom' could be of use, mainly for retroactively type checking parameters.
* Sprinkled in some time prints.Hugo Hörnquist2020-03-09
|
* Move open-{input,output}-port to (util io).Hugo Hörnquist2019-12-23
|
* Add descirption to strbuf.Hugo Hörnquist2019-11-03
|
* Move strbuf to own file.Hugo Hörnquist2019-11-03
|
* Replace 'when' and 'unless'.Hugo Hörnquist2019-04-30
|
* Clean up util and move exceptions.Hugo Hörnquist2019-04-25
|
* Change how branch length is calculated.Hugo Hörnquist2019-04-23
|
* Add tree datatype.Hugo Hörnquist2019-04-23