www.digitalmars.com         C & C++   DMDScript  

digitalmars.D.learn - Vibelog: dyaml compilation problems

reply Nicholas Wilson <iamthewilsonator hotmail.com> writes:
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
parent Nicholas Wilson <iamthewilsonator hotmail.com> writes:
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