aboutsummaryrefslogtreecommitdiff
path: root/module/main.scm (follow)
Commit message (Collapse)AuthorAge
* Change TODO to NOTE.Hugo Hörnquist2020-07-20
|
* Remove faulty top error handler from main.Hugo Hörnquist2020-07-07
|
* Fix check for empty log file.Hugo Hörnquist2020-07-07
|
* Merge (datetime util) into (datetime).Hugo Hörnquist2020-07-07
|
* Add --config flag.Hugo Hörnquist2020-06-10
|
* Main error handler how handles different arities.Hugo Hörnquist2020-06-10
|
* Add TODO about -o in sub-commands.Hugo Hörnquist2020-06-05
|
* Minor parse fix for -o, + spelling.Hugo Hörnquist2020-06-05
|
* Change top error handler.Hugo Hörnquist2020-06-05
|
* Break text procedures into modules.Hugo Hörnquist2020-06-01
|
* Remove *TOP* tags from descriptions.Hugo Hörnquist2020-06-01
|
* Extend and document benchmark main.Hugo Hörnquist2020-06-01
|
* Add --option flag.Hugo Hörnquist2020-06-01
|
* Fix configuration help, print with --help.Hugo Hörnquist2020-06-01
|
* Remove (vcomponent output) module.Hugo Hörnquist2020-05-23
|
* Remove execute-flag from module/main.scm.Hugo Hörnquist2020-05-04
|
* Remove 'info' entry point.Hugo Hörnquist2020-05-04
|
* Slightly change main --help.Hugo Hörnquist2020-05-04
|
* Add --help to main!Hugo Hörnquist2020-05-04
|
* Allow program to throw 'return to exit gracefully.Hugo Hörnquist2020-05-04
|
* Add shutdown-hook.Hugo Hörnquist2020-05-04
|
* Add missing dependency.Hugo Hörnquist2020-05-01
|
* Minor changes.Hugo Hörnquist2020-04-30
|
* Update ical parts to use app context.Hugo Hörnquist2020-04-30
|
* Add global basedir var.Hugo Hörnquist2020-04-30
|
* Move environment setup to standalone sh file.Hugo Hörnquist2020-04-30
|
* Introduce --repl.Hugo Hörnquist2020-04-07
|
* Minor changes.Hugo Hörnquist2020-04-05
|
* Enable REPL server in main.Hugo Hörnquist2020-04-03
|
* Update remaining code to use new config scheme.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.
* Remove output flag to main main.Hugo Hörnquist2020-03-18
|
* Sprinkled in some time prints.Hugo Hörnquist2020-03-09
|
* Freed datetime from its srfi-19 prison.Hugo Hörnquist2020-02-18
|
* Once again compiles.Hugo Hörnquist2020-01-30
|
* Add simple benchmark main.Hugo Hörnquist2019-12-30
|
* Made error on missing main not print trace.Hugo Hörnquist2019-12-28
|
* Allow running without config file.Hugo Hörnquist2019-12-28
|
* Move config from module to config directory.Hugo Hörnquist2019-12-28
|
* Rework program initialization.Hugo Hörnquist2019-12-24
| | | | | | | | | | Old init setup had the fancy idea to parse all files before anything could be done with them. This however led to problems when a part of the program which didn't care for the calendar files (such as text formatting). It also made testing performance almost impossible since to much code was run before I had a chance to init statprof.
* Add error for invalid main.Hugo Hörnquist2019-11-11
|
* Move remaining stuff out of vcomponent.Hugo Hörnquist2019-11-05
|
* Set geiser scheme to guile in main.Hugo Hörnquist2019-11-04
|
* Slight improvement to main.Hugo Hörnquist2019-11-04
|
* Merge branch 'restruct'Hugo Hörnquist2019-11-03
|\
| * Remove make-vcomponent.Hugo Hörnquist2019-11-03
| |
| * Start work on ical output.Hugo Hörnquist2019-10-29
| |
| * Move env init out from main.scm.Hugo Hörnquist2019-10-29
| |
| * HTML output seems to work in full now.Hugo Hörnquist2019-10-04
| |
| * Locate bug with DTEND.Hugo Hörnquist2019-10-03
| |