digitalmars.D.learn - DUB warnings causing failure?
- =?UTF-8?B?Ik5vcmRsw7Z3Ig==?= (40/40) Sep 28 2014 My
- =?UTF-8?B?Ik5vcmRsw7Z3Ig==?= (4/6) Sep 28 2014 Shouldn't
- Mike Parker (7/18) Sep 28 2014 The dub warnings aren't causing the failure. dmd is being called. That's...
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 to use a branch instead. WARNING: A deprecated branch based version specification is used for the dependency libnoise-d. Please use numbered versions instead. Also note that you can still use the dub.selections.json file to override a certain dependency to use a branch instead. WARNING: A deprecated branch based version specification is used for the dependency vibe-d. Please use numbered versions instead. Also note that you can still use the dub.selections.json file to override a certain dependency to use a branch instead. WARNING: A deprecated branch based version specification is used for the dependency gfm. Please use numbered versions instead. Also note that you can still use the dub.selections.json file to override a certain dependency to use a branch instead. WARNING: A deprecated branch based version specification is used for the dependency dstats. Please use numbered versions instead. Also note that you can still use the dub.selections.json file to override a certain dependency to use a branch instead. WARNING: A deprecated branch based version specification is used for the dependency hap. Please use numbered versions instead. Also note that you can still use the dub.selections.json file to override a certain dependency to use a branch instead. Building dchip ~master configuration "library", build type debug. 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-0A8B6392623CA 68032F32F74AA959F6/ dchip staticLibrary Error executing command run: dmd failed with exit code 1. Why? Shouldn't "buildRequirements": ["allowWarnings"], alleviate this?
Sep 28 2014
On Sunday, 28 September 2014 at 14:31:33 UTC, Nordlöw wrote:https://github.com/nordlow/justd/blob/master/dub.json fails asShouldn't "buildRequirements": ["allowWarnings"], affect build rules of dependencies aswell?
Sep 28 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
Sep 28 2014