Neil Mitchell
Neil Mitchell
I had to disable gup in 40b2fd3804d89f8c7cf0a37b3a9d45a863be04ce because it failed CI - see https://travis-ci.org/ndmitchell/build-shootout/builds/586561022#L1172. I haven't attempted to figure out why it was failing. CC @Phlogistique
Add an example based on https://ghc.haskell.org/trac/ghc/wiki/Building/Architecture/Idiom/PhaseOrdering, suggested by @simonmar
Add example that relies on message digests, rather than file time modification.
Following #15, I should turn on SCons on the Travis machines so they are always checked.
If you pass --continue it prints success in lots of places and doesn't fail with an exit code, it doesn't support --help etc. Need to rework the command line arguments,...
From https://code.google.com/p/ndmitchell/issues/detail?id=470: Some programs want to accumulate "unknown" flags, i.e. those which aren't otherwise recognised by the program. I'm in two minds about this, since it brings a number of...