- Mar 19, 2022
-
-
stuebinm authored
this removes: - the bbb properties - all explicit mentions of rc3 - the weird script domain hacks (done via a substitution now) - some (few) of the weirder code choices it also adds some more type level witchery to deal with configs, which for some reason seems to be the hardest problem of this entire program … also the server now does inter-assembly dependency checking!
-
stuebinm authored
-
stuebinm authored
also don't keep adjusted maps around if not necessary
-
stuebinm authored
as annoying as yaml is, cabal's package format is somehow worse, apparently
-
- Dec 29, 2021
-
-
stuebinm authored
don't add maps to the result if their lint result looks the same as that of another list, just say it happened several times instead (this leads to a rather confusing Eq instance for MapResult which implements a very simple surface-level equality — perhaps change that later)
-
- Dec 27, 2021
-
-
stuebinm authored
-
- Dec 26, 2021
- Dec 23, 2021
-
-
stuebinm authored
(suggestions are shown only if they have a Damerau-Levenshtein distance <= 4, which seems to yield reasonably good results)
-
- Dec 21, 2021
-
-
stuebinm authored
as per yesterday's discussion about extended scripting variables
-
- Dec 19, 2021
-
-
stuebinm authored
-
- Dec 16, 2021
-
-
stuebinm authored
these now have their own top-level config attribute which is essentially a shorthand for setting one that's deeper nested.
-
- Dec 12, 2021
-
-
stuebinm authored
-
- Nov 20, 2021
-
-
stuebinm authored
-