digitalmars.D.learn - Vibelog: dyaml compilation problems
- Nicholas Wilson (8/8) Mar 27 2016 So I'm trying to run vibelog and have cloned the repo used $dub
- Nicholas Wilson (5/13) Mar 27 2016 Fixed.
So I'm trying to run vibelog and have cloned the repo used $dub run. One dependency is dyaml. This doesn't compile, but looks like the latest commit to master fixes this. where in the dependency chain is this? Or in other words: What do I have to change to make $ dub upgrade fix my problem?
Mar 27 2016
On Sunday, 27 March 2016 at 09:57:40 UTC, Nicholas Wilson wrote:So I'm trying to run vibelog and have cloned the repo used $dub run. One dependency is dyaml. This doesn't compile, but looks like the latest commit to master fixes this. where in the dependency chain is this? Or in other words: What do I have to change to make $ dub upgrade fix my problem?Fixed. Vibelog depends on stringex. Stringex depends on dyaml. change stringex's dub.json to depend on dyamls git head.
Mar 27 2016