Neil Mitchell

Results 1210 comments of Neil Mitchell

For info, `cmd` now supports the `AddPath` option, which means you can write `cmd (AddPath ["."] []) ...` - which might be a bit cleaner. So in your case, since...

Yep, that's what we'd have if dependencies worked the way you wanted - I'll see what/when I can do that. Any indication how important it is for you?

Brains is the beating heart and soul of Bake, it's also the most confusing bit. First thing is to plumb it through https://github.com/ndmitchell/bake/blob/master/src/Development/Bake/Core/Type.hs as an additional field. Once it reads...

Contributions welcome, perhaps from @ElastiLotem? I also couldn't find it this is a Linux/Posix only build system, or Windows too?

Also it needs adding to the user manual, including credits to @dirkbaechle.

I've split your bug into 3, one for each system. I'd certainly love to have examples in these three systems, but of the three I've only used cmake very briefly,...

You mean if the user doesn't type `--foo=1` then it raises an error? You'll need to check that yourself as "normal" command line programs don't typically require flags, so it...

Sorry for the seriously long delay in replying! In getopt, req is equivalent to banning `--foo` unless you write `--foo=test` with some argument. In cmdargs, req is the default, you...

You can't customise it arbitrarily, but it is taken from the numeric version in summary, as per https://hackage.haskell.org/package/cmdargs-0.10.20/docs/System-Console-CmdArgs-Implicit.html#v:summary. What were you hoping to customise it to say?

What would you like to change it to? Curious if it needs to be configurable, or just have a better default.