]>
hydra-www.ietfng.org Git - grade/log
summary |
shortlog | log |
commit |
commitdiff |
tree
first ⋅ prev ⋅ next
Nathaniel Wesley Filardo [Mon, 21 Sep 2015 19:04:08 +0000 (15:04 -0400)]
Tweak examples
Nathaniel Wesley Filardo [Mon, 21 Sep 2015 19:18:04 +0000 (15:18 -0400)]
Add newline to end of report printout
Nathaniel Wesley Filardo [Mon, 21 Sep 2015 19:03:39 +0000 (15:03 -0400)]
Improve ding printout in skeleton
Nathaniel Wesley Filardo [Mon, 21 Sep 2015 19:01:53 +0000 (15:01 -0400)]
Print dings in order in the defines
Rather than in sorted order by key.
Nathaniel Wesley Filardo [Mon, 21 Sep 2015 18:59:13 +0000 (14:59 -0400)]
Gobble whitespace after section header in defines
Nathaniel Wesley Filardo [Mon, 21 Sep 2015 15:59:52 +0000 (11:59 -0400)]
Improve suppression of Additional Grader Comments
Rather than emitting any time there's a comment block at all, scan to
see if there are any non-whitespace bytes. Since the skeleton files
always contain empty comment blocks, this should help in the case when
graders do not delete them.
Nathaniel Wesley Filardo [Mon, 21 Sep 2015 15:59:06 +0000 (11:59 -0400)]
Move parse utilities to their own module
Nathaniel Wesley Filardo [Mon, 14 Sep 2015 22:58:47 +0000 (18:58 -0400)]
Add grade-dir command for bulk processing
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