Adam Ralph

Results 264 comments of Adam Ralph
trafficstars

What is the problem with having whitespace in task names? On 22:08, Tue, 21 Apr 2015 Aaron Dandy [email protected] wrote: > Currently Bau allows for whitespace in task names. The...

By parsing you mean automated parsing?

OK. So I think quote wrapping is probably the solution for that. If we examine the current command line, Bau already supports the running of specific tasks like so: ```...

This has gone out in https://www.nuget.org/packages/Bau/0.1.0-beta09

This should be changed to use standard colours, i.e. dark cyan for tasks. (Perhaps light cyan for the dependent task in the `-P` output.)

Thanks. I'll have to give this one a little thought. For future reference, if you have a new feature in mind it's usually best to propose it first by raising...

Ah, sorry, yes, you're right. I wrote that as a bit of an afterthought and didn't really think too much about the implications. I should be more careful in what...

@jasonmitchell great stuff! This actually struck me the other day whilst I was talking to someone about Bau :smile: Backwards compatibility is definitely a concern. I don't think we can...

There is also another option: 1. ... 2. ... 3. ... 4. A new task type, i.e. `bau.Xunit2(...)` Another thing to consider - how well do the v2 command line...

BTW - I still favour option 2 if it can be proven to work.