patch applied (cabal): Adjust unlit's behaviour on continuing comments
31 Jan
2008
31 Jan
'08
10:36 p.m.
Thu Jan 31 06:29:01 PST 2008 Duncan Coutts <duncan@haskell.org> * Adjust unlit's behaviour on continuing comments This behaviour is not set in stone, there is not full agreement yet. The previous code was deciding wether to continue a comment based on wether the intervenienting lines were completely blank or had at least one space in. The other suggestion was to use a '.' to continue a comment line. Instead, this change uses a single blank line between comments to continue a comment and anything else terminates it with a blank line. M ./Distribution/Simple/PreProcess/Unlit.hs -8 +6 M ./tests/UnlitTest.hs -2 +2
6749
Age (days ago)
6749
Last active (days ago)
0 comments
1 participants
participants (1)
-
Duncan Coutts