Vibelog: dyaml compilation problems

2016-03-27 Thread Nicholas Wilson via Digitalmars-d-learn
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?






Re: Vibelog: dyaml compilation problems

2016-03-27 Thread Nicholas Wilson via Digitalmars-d-learn

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.