On Fri, 10 Nov 2017 11:26:46 GMT, Dietmar Maurer wrote:

I am unable to use that dub packed, sigh :-/ It always fetches packages from remote instead of using the locally checked out versions.

my project config looks like:

"dependencies": {
	"vibe-d": "*",
    "vibe-d:core": "*",
},
    "subConfigurations": {
        "vibe-d:core": "vibe-core"
},

and I have locally checkout out version of vibe.d:

# dub list

...
vibe-d 0.8.2-alpha.3: /root/dlang-devel/vibe.d/

But then I run 'dub' it fetches vibe-d 0.8.1 instead of using 0.8.2-alpha.3

why?