aboutsummaryrefslogtreecommitdiff
path: root/module/hnh/util/exceptions.scm (unfollow)
Commit message (Collapse)Author
2022-06-23Normalize keyword syntax.Hugo Hörnquist
2022-06-23Centralize (almost) all exports to :export in define-module.Hugo Hörnquist
2022-03-28Remove assert.Hugo Hörnquist
Barely used, and almost always was better server by a propper error call.
2022-01-31Repair warnings-are-error configuration item.Hugo 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.
2021-12-22Cleanup modules.Hugo Hörnquist
Primarly this moves all vcompenent input and output code to clearly labeled modules, instead of being spread out. At the same time it also removes a handfull of unused procedures.
2020-09-06Fix assert crashing in itself.Hugo Hörnquist
2020-09-06Add filter-stack.Hugo Hörnquist
2020-08-24Move util modules into calp module..Hugo Hörnquist
2020-08-23Move catch-warnings.Hugo Hörnquist
2020-08-12Massivly simplify config internals.Hugo Hörnquist
2020-07-20Add missing format dependency for exceptions.Hugo Hörnquist
2020-06-05Add warnings-are-errors config.Hugo Hörnquist
2020-05-24Introduce warnings-are-errors parameter.Hugo Hörnquist
2020-05-23Slight changes to define-config.Hugo Hörnquist
2020-05-11Simplify prettify-tree of util/exceptions.Hugo Hörnquist
2020-05-09New parser now on feature parity with old.Hugo Hörnquist
2020-05-04All warning procedures now uses warning system.Hugo Hörnquist
2020-04-25Document 'warning'Hugo Hörnquist
2020-04-22Fix warning parameter.Hugo Hörnquist
2020-04-20Add parameterizised warning procedure.Hugo Hörnquist
2019-04-25Clean up util and move exceptions.Hugo Hörnquist