]> hydra-www.ietfng.org Git - grade/commit
Improve suppression of Additional Grader Comments
authorNathaniel Wesley Filardo <nwf@cs.jhu.edu>
Mon, 21 Sep 2015 15:59:52 +0000 (11:59 -0400)
committerNathaniel Wesley Filardo <nwf@cs.jhu.edu>
Mon, 21 Sep 2015 15:59:52 +0000 (11:59 -0400)
commit0670ea9ada2f44ffa1e65b8ea0003124da39145e
treed81395ebcef3863a9c79afd9f7b493890c58c7d1
parent810170e8c646da110cb6208cb4ee22d67c5a90fe
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.
lib/Grade/Parse.hs
lib/Grade/Print.hs
lib/Grade/Types.hs