summaryrefslogtreecommitdiff
path: root/lib/Properties.hs (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* typechecking for path depths!stuebinm2021-09-201-53/+67
| | | | | | This now checks if relative paths are still inside the repository, as a general safety mechanism to stop the linter from accidentally reading other things, as well as a nice hint for users.
* rebuilding the core LintWriter monadstuebinm2021-09-201-11/+11
| | | | | it is no longer an Either since that wasn't used anyways, but is now also a Reader.
* simple parsing of local dependency pathsstuebinm2021-09-201-11/+16
|
* moving code aroundstuebinm2021-09-201-57/+69
|
* lint embedded tilesetsstuebinm2021-09-201-2/+13
|
* lint map things that aren't custom propertiesstuebinm2021-09-201-4/+31
|
* lint general map propertiesstuebinm2021-09-201-63/+94
|
* some properties require non-empty layersstuebinm2021-09-191-41/+78
|
* support for properties that aren't stringsstuebinm2021-09-191-36/+52
| | | | apparently i couldn't read or something?
* collecting map dependenciesstuebinm2021-09-181-8/+22
|
* can collect dependencies!stuebinm2021-09-181-6/+8
| | | | | | | There's now a Lint type, which may be either a "true lint" (which is a Hint, which contains some message and level of severity), or a Depends, which indicates that this map depends on some ressource or other (and is otherwise treated as a special info Hint in all other cases)
* type check propertiesstuebinm2021-09-181-53/+15
| | | | | | /finally/ figured out that all properties just look like {name, value, type} so now that's abstracted away and Properties.hs doesn't look like javascript anymore
* tame the stringsstuebinm2021-09-181-8/+9
| | | | | | Adds a PrettyPrint typeclass which operates on Text and should replace Show, since constantly converting strings from linked lists to arrays seems somewhat silly.
* some unused codestuebinm2021-09-161-5/+2
|
* moving lots of code aroundstuebinm2021-09-161-0/+116
(also renaming things now that concepts seem a bit clearer)