DUB warnings causing failure?

Mike Parker via Digitalmars-d-learn digitalmars-d-learn at puremagic.com
Sun Sep 28 07:53:27 PDT 2014


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
> ../../.dub/packages/dchip-master/.dub/build/library-debug-linux.posix-x86_64-dmd_2067-0A8B6392623CA068032F32F74AA959F6/
> dchip staticLibrary
> Error executing command run: dmd failed with exit code 1.
>
> Why?
>
> Shouldn't
>
> "buildRequirements": ["allowWarnings"],
>
> alleviate this?

The dub warnings aren't causing the failure. dmd is being called. That's 
where the last warning is coming from and that appears to be causing the 
failure.


---
This email is free from viruses and malware because avast! Antivirus protection is active.
http://www.avast.com



More information about the Digitalmars-d-learn mailing list