dlang-community / libddoc

D implementation of the DDoc macro system
Boost Software License 1.0
7 stars 9 forks source link

Update dub.json #35

Closed ghost closed 6 years ago

ghost commented 6 years ago
/+ dub.sdl:
    dependency "libdparse" version="~>0.8.0-alpha.1"
    dependency "dsymbol" version="~>0.3.0-alpha.1"
    dependency "libddoc" version="*"
    name "dub_script" +/
module dub_script;

void main(string[] args)
{}

Could not find a valid dependency tree configuration: Dependency libddoc -> libdparse >=0.7.0-alpha10 <0.8.0-0 mismatches with selected version 0.8.0-alpha.1 error: the process (/usr/bin/dub) has returned the signal 512

DUB wants all the dependencies to use the same version of another dependency, that's why my last D-Scanner PR fails. So to update D-Scanner this is required too.

ghost commented 6 years ago

Damn, there's no CI setting file for now.

ghost commented 6 years ago

I need a tag with a bigger minor version too. e.g v0.3.0-beta.1 will be fine

ghost commented 6 years ago

Thanks, I need a tag too, see my previous comment.