patch applied (cabal): Parsing TestSuite through intermediate data
structure
Duncan Coutts
duncan.coutts at googlemail.com
Wed Jun 16 12:17:59 EDT 2010
Wed Jun 9 14:34:06 PDT 2010 Thomas Tuegel <ttuegel at gmail.com>
* Parsing TestSuite through intermediate data structure
Ticket #215 (Overhaul support for packages' tests). By parsing the test suite
stanza through an intermediate data structure, we can isolate errors due to
missing required fields in the parsing stage and avoid having error handlers
througout the code.
M ./Distribution/PackageDescription.hs -38 +26
M ./Distribution/PackageDescription/Parse.hs -14 +83
M ./Distribution/Simple/Build.hs -14 +8
M ./Distribution/Simple/PreProcess.hs -3 +3
M ./Distribution/Simple/Test.hs -1 +1
View patch online:
http://darcs.haskell.org/cgi-bin/darcsweb.cgi?r=cabal;a=darcs_commitdiff;h=20100609213406-30370-6089855d8cae4f2af716e68460e2ffde2ee61b5f.gz
More information about the cabal-devel
mailing list