Am 25.04.2013 21:12, schrieb Matej Nanut:

On Wed, 24 Apr 2013 09:29:57 +0200, Sönke Ludwig wrote:

I've committed a change that should make this work now. There was an
assignment in the code that didn't work because of the const.

Thanks! When do changes become active when upgrading packages with DUB?

If you use the "~master" version of vibe.d, "dub upgrade" should
immediately get the latest changes from github.

But when working frequently with the master version, it can be more
comfortable to install a dependency using:

git clone http://github.com/rejectedsoftware/vibe.d.git
dub add-local vibe.d ~master

and then always upgrade using "git pull" in that folder instead.