DUB warnings causing failure?

2014-09-28 Thread Nordlöw
My https://github.com/nordlow/justd/blob/master/dub.json fails as WARNING: A deprecated branch based version specification is used for the dependency dchip. Please use numbered versions instead. Also note that you can still use the dub.selections.json file to override a certain dependency

Re: DUB warnings causing failure?

2014-09-28 Thread Nordlöw
On Sunday, 28 September 2014 at 14:31:33 UTC, Nordlöw wrote: https://github.com/nordlow/justd/blob/master/dub.json fails as Shouldn't buildRequirements: [allowWarnings], affect build rules of dependencies aswell?

Re: DUB warnings causing failure?

2014-09-28 Thread Mike Parker via Digitalmars-d-learn
On 9/28/2014 11:31 PM, Nordlöw wrote: Running dmd... ../../.dub/packages/dchip-master/src/dchip/cpCollision.d(350): Warning: instead of C-style syntax, use D-style syntax 'MinkowskiPoint[3] hull' FAIL