Hi David, Would you object to a patch that changed Workarounds.hs to be a static file using #if/#ifdef, and have the WORKAROUND_ macros set the appropriate #defines instead of dumping text into Workarounds.hs?
The main reason for this is to help with cabalisation, as otherwise we'll have to make a special Workarounds.hs for the cabal build anyway, but won't be able to fit in well with the autoconf route. However I think it would also help with comprehension of the darcs source, to be able to read what all the possible workarounds are in one fairly readable Haskell file, rather than have to dig through both configure.ac and aclocal.m4 and figure out which fragments of code are relevant. Cheers, Ganesh _______________________________________________ darcs-users mailing list [email protected] http://lists.osuosl.org/mailman/listinfo/darcs-users
