On Thu, 02 Oct 2014 17:28:58 GMT, Sönke Ludwig wrote:

Commit: c4ae00a

I tried to test it and I have issues with dub.
I tried to upgrade dub dependencies with :

dub upgrade --force-remove

but I get this error

Fetching libevent 2.0.1+2.0.16...
Error executing command build: Failed to download http://code.dlang.org/packages/libevent/2.0.1%252B2.0.16.zip: 404 Not >Found

It seems that dub try to download libevent dependency from http://code.dlang.org/packages/libevent/2.0.1%252B2.0.16.zip instead of http://code.dlang.org/packages/libevent/2.0.1+2.0.16.zip

The url seems to have been encoded twice from

http://code.dlang.org/packages/libevent/2.0.1+2.0.16.zip

to

http://code.dlang.org/packages/libevent/2.0.1%2B2.0.16.zip

and to

http://code.dlang.org/packages/libevent/2.0.1%252B2.0.16.zip

I'm wondering how I can fix this or get around this problem. Any idea ?

How I can figure out if the problem is on the dub repository or on my local dub. Is there a discussion, forum or something for dub related problems ?

Thanks