aboutsummaryrefslogtreecommitdiff
path: root/scripts (unfollow)
Commit message (Collapse)Author
2022-10-16Handle liu-get script if gnutls is unavailable.Hugo Hörnquist
2022-09-23Document and parameterize use2dot-all.Hugo Hörnquist
2022-09-23Move all generally usable scripts to module dir.Hugo Hörnquist
2022-09-23Move graphviz to main tree.Hugo Hörnquist
2022-09-18Add procedure module-file-mappings.Hugo Hörnquist
2022-09-18Extend module-imports to work on non-module scheme files.Hugo Hörnquist
2022-09-18Add library for staticly figuring out module deps.Hugo Hörnquist
2022-09-18Move get-forms to module static-util.Hugo Hörnquist
2022-07-21Add script to generate graphviz output from peg deffinitions.Hugo Hörnquist
2022-07-21Cleanup in fetch-liu-map script.Hugo Hörnquist
2022-07-07Module dependants sort output.Hugo Hörnquist
2022-07-07module-dependents: use $GUILE.Hugo Hörnquist
2022-06-23Normalize keyword syntax.Hugo Hörnquist
2022-06-23Update fetch-liu-map to be runnable on files.Hugo Hörnquist
2022-06-10Resolve TODO in module-dependants.Hugo Hörnquist
2022-04-21Use module-introspection more.Hugo Hörnquist
2022-04-21Introduce module-declaration?.Hugo Hörnquist
2022-04-21Remove unnecessary procedure flatten-tree.Hugo Hörnquist
(@ (hnh util) flatten) already does the same thing.
2022-04-21Introduce fs-find.Hugo Hörnquist
2022-04-11Rewrote script get-config.Hugo Hörnquist
Now works with new config system. Also outputs result as an ini-file.
2022-04-11split (all-modules) into two procedures.Hugo Hörnquist
2022-04-11Replace config system with paramater based system.Hugo Hörnquist
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').
2022-04-06Rename filename-extension{ => ?}.Hugo Hörnquist
2022-03-15Add JS user config for hyperlinking locations at LiU.Hugo Hörnquist
This is rather specific to me, but we already have the president with the bundled config.scm file.
2022-03-07Test runner only output coverage of "our" modules.Hugo Hörnquist
2022-03-01Whitespace cleanup in use2dot.Hugo Hörnquist
2022-02-01Document module-dependants.Hugo Hörnquist
2022-02-01Add script which checks who uses a module.Hugo Hörnquist
2022-02-01Broke module-import script into library component.Hugo Hörnquist
2022-01-31Rename scripts/{all-symbols => module-import}.scmHugo Hörnquist
2022-01-31Move stuff from calp/util to hnh/util.Hugo Hörnquist
This is the first (major) step in splitting the generally useful items into its own library.
2022-01-31Move use2dot into scripts subdir.Hugo Hörnquist
2021-12-22Add script to find unused imports.Hugo Hörnquist
2020-08-24Move util modules into calp module..Hugo Hörnquist
2020-08-18Add script for setting version.Hugo Hörnquist
2020-08-17Hopefully repaired --update-zoneinfo.-Hugo Hörnquist
2020-08-12Add script for finding config entries.Hugo Hörnquist
2020-08-11Add script for finding terminal key sequences.Hugo Hörnquist
2020-08-10Move some scripts to subdir.Hugo Hörnquist