Neil Mitchell

Results 224 issues of 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

From https://github.com/ndmitchell/build-shootout/issues/11

add system

Add an example based on https://ghc.haskell.org/trac/ghc/wiki/Building/Architecture/Idiom/PhaseOrdering, suggested by @simonmar

add test

Add example that relies on message digests, rather than file time modification.

add test

Following #15, I should turn on SCons on the Travis machines so they are always checked.

From https://github.com/ndmitchell/build-shootout/issues/11

add system

To clean up only files you generated.

add test

Following the Ninja order-only feature.

add test

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...