Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2021-09-30 | nicer json output which leaks less haskell names | stuebinm | 1 | -9/+10 | |
2021-09-30 | simple map-map link dependency checking | stuebinm | 1 | -11/+68 | |
This is purely based on a set difference, i.e. it won't catch stupid things like a map linking to itself, a map link going only one-way, etc. Also, it only handles map links; it doesn't check if all ressource files referenced by a map actually exist. | |||||
2021-09-23 | prettier pretty printing and stuff | stuebinm | 1 | -6/+10 | |
also, configurable log level, which only required relaxing the type system once! | |||||
2021-09-23 | some documentation | stuebinm | 1 | -2/+11 | |
2021-09-23 | handle all maps in entire repositories | stuebinm | 1 | -38/+60 | |
(+ checking that paths don't run outside of respositories) | |||||
2021-09-23 | very naïve handling of directories | stuebinm | 1 | -0/+76 | |