On Mon, 17 Mar 2014 17:33:58 GMT, Sebastiaan Koppe wrote:

On 3/17/2014 7:07 AM, Etienne Cimon wrote:

I don't see this on the vibe.d master branch, it looks more like this now:

You are right, I am not on the master branch. I just wanted to do a
quick test; no need for the latest code. Or so I thought.

I have version v0.7.18, acquired via dub. I suppose I can change the
dependency to ~master in the dub.json

Just an alternative for using ~master - you can also run dub upgrade --prerelease to let it use the latest release candidate of 0.7.19.

(side note, isn't it not supposed to be called package.json, that is
what the website says? for some reason I ended up with dub.json's)

It has recently been changed to "dub.json" to avoid ambiguities between other package managers (e.g. NPM also uses "package.json"). I'll update the website.