]>
hydra-www.ietfng.org Git - grade/log
summary |
shortlog | log |
commit |
commitdiff |
tree
first ⋅ prev ⋅ next
Nathaniel Wesley Filardo [Sat, 12 Sep 2015 03:26:12 +0000 (23:26 -0400)]
Add Grade.Score.Commenting
This adds 0-point dings which decline to print out any score modifiers.
Nathaniel Wesley Filardo [Fri, 11 Sep 2015 23:57:26 +0000 (19:57 -0400)]
Add support for section arguments in data file
See Grade.Section.SectionOnly for an example of how this could be used.
While here, break SecCallback into a core and existential wrapper;
this makes it a little easier for the scoring modules to write down
meaningful types as a kind of machine-checked documentation.
Nathaniel Wesley Filardo [Fri, 11 Sep 2015 23:47:20 +0000 (19:47 -0400)]
Move some 'grading' work to the data parser
Nathaniel Wesley Filardo [Thu, 10 Sep 2015 03:40:18 +0000 (23:40 -0400)]
Split out DingMeta too
Nathaniel Wesley Filardo [Thu, 10 Sep 2015 02:28:38 +0000 (22:28 -0400)]
Move section metadata to its own data type
Nathaniel Wesley Filardo [Mon, 31 Aug 2015 08:00:08 +0000 (04:00 -0400)]
Initial Haskell version