aboutsummaryrefslogtreecommitdiff
path: root/system (follow)
Commit message (Collapse)AuthorAge
* Replace systemd service with working, remove PKGBUILD.Hugo Hörnquist2022-04-11
|
* 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').
* bump versionv0.6.1Hugo Hörnquist2020-08-29
|
* Bump version to 0.6.v0.6Hugo Hörnquist2020-08-28
|
* Bump version.v0.5.9Hugo Hörnquist2020-08-24
|
* Move util modules into calp module..Hugo Hörnquist2020-08-24
|
* Bump version.v0.5.1Hugo Hörnquist2020-08-18
|
* Fix problems wih system stuff.Hugo Hörnquist2020-08-18
|
* v0.5?v0.5Hugo Hörnquist2020-08-18
|
* Move towards release.Hugo Hörnquist2020-08-18
|
* Write preliminary PKGBUILD.Hugo Hörnquist2020-08-16