aboutsummaryrefslogtreecommitdiff
path: root/scripts/get-config.scm (follow)
Commit message (Collapse)AuthorAge
* Move all generally usable scripts to module dir.Hugo Hörnquist2022-09-23
|
* Move get-forms to module static-util.Hugo Hörnquist2022-09-18
|
* Rewrote script get-config.Hugo Hörnquist2022-04-11
| | | | | Now works with new config system. Also outputs result as an ini-file.
* Replace config system with paramater based system.Hugo Hörnquist2022-04-11
| | | | | | | | | | | | | | | | This new setup stores all configurations are parameters. This forces everything into modules, and ensures that we can't have a module use an unloaded config. It (unfortunatelly) also causes users to have to specify namespaces when defining values, but ini-files (and the like) already does that. Also, there is nothing stopping a new `set-config!' from being defined which allows un-namespaced operation. The commit also removes the introspection procedures. They where a bit weird to begin with, since they only showed loaded fields. And since the program had no way of properly serializing or deserializing them we remove them for the time being. They would however be good to reintroduce together with a proper menu for editing simple configuration (see Emacs' `custom-set-variables').
* Move stuff from calp/util to hnh/util.Hugo Hörnquist2022-01-31
| | | | | This is the first (major) step in splitting the generally useful items into its own library.
* Move util modules into calp module..Hugo Hörnquist2020-08-24
|
* Add script for finding config entries.Hugo Hörnquist2020-08-12