On Mon, 10 Feb 2014 15:48:48 GMT, Paolo Invernizzi wrote:
On Mon, 10 Feb 2014 10:57:32 GMT, Sönke Ludwig wrote:
The 0.9.21 release should be more or less done now and just needs some final testing.
See the beta 3 announcement and the change log for the list of changes since 0.9.20.
The next release will be a much smaller one again, concentrating on a few critical issues/features.
Download from http://code.dlang.org/download
On OSX 10.9.1, dub 9.21.rc1, with this:
{
"name": "dubtest", "description": "A minimal D application.", "copyright": "Copyright © 2014, invernizzi", "authors": ["invernizzi"], "dependencies": { "vibe-d": ">=0.7.19-beta.2", "ddb": "~master" }
}
Tell me that:
invernizzi$ dub build
Error executing command build: Can't compare branch versions! (this: 0.7.19-beta.2, other: ~master)Anyone else?
Paolo
Error message is fixed (will be in the next RC): 845eea8
The error itself will vanish once #238 is implemented (planned for 0.9.22). The root cause is that ddb requires vibe.d ~master, while >= 0.7.19-beta.2 is requested here. Currently this is a conflict, but it is planned that this will resolve to ~master.