RejectedSoftware Forums

Sign up

Pages: 1 2 3 4 5

Release DUB 0.9.21 RC 1

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

Re: Release DUB 0.9.21 RC 1

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

Too bad that the new dub version hangs infinitely when mono-d trys to open a project. the process explorer shows that a git.exe instance is hanging beneath dub there, when i kill just the git process. dub seems to finish and mono-d loads the project.
i don't know if anything changed so that mono-d needs to be adjusted but I think this should be sorted out first...

Re: Release DUB 0.9.21 RC 1

On Mon, 10 Feb 2014 13:31:24 GMT, Stephan Dilly 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

Too bad that the new dub version hangs infinitely when mono-d trys to open a project. the process explorer shows that a git.exe instance is hanging beneath dub there, when i kill just the git process. dub seems to finish and mono-d loads the project.
i don't know if anything changed so that mono-d needs to be adjusted but I think this should be sorted out first...

Ok this is strange. Why is dub using git.exe anyway ? dub does not install it, it is not listed as a requirement and all works fine now that I removed the git.exe from PATH!

Re: Release DUB 0.9.21 RC 1

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

Regarding my dependancy version problems the new dub got a little worse.
Where the old version printed some helpfull info what modules use what version:

Checking dependencies in 'e:\_priv\_bitbucket\stack4server\src\vibe\s4server'
There are conflicts in the dependency graph.
The dependency graph could not be filled, there are conflicts.
The following changes will be performed:
Conflict vibe-d >=~master, userWide
Issued by:
 s4server: ~master
 sockjs-d: ~master
 gcm-d: >=0.7.18
 s4db: ~master
Error executing command run: Unknown dependency: elo-rating-d

The new now only lets me wonder with this:

Error executing command run: Can't compare branch versions! (this: ~master, other: 0.7.18)

Re: Release DUB 0.9.21 RC 1

On 10/02/2014 10:57, 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

The Windows archive doesn't have the required dlls.

Re: Release DUB 0.9.21 RC 1

Am 10.02.2014 16:12, schrieb Bruno Medeiros:

On 10/02/2014 10:57, 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

The Windows archive doesn't have the required dlls.

Totally forgot that the Windows version should be the installer (the
release is prepared now automatically by the CI server). Fixing now.

Re: Release DUB 0.9.21 RC 1

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

Re: Release DUB 0.9.21 RC 1

On Mon, 10 Feb 2014 16:22:01 +0100, Sönke Ludwig wrote:

Am 10.02.2014 16:12, schrieb Bruno Medeiros:

On 10/02/2014 10:57, 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

The Windows archive doesn't have the required dlls.

Totally forgot that the Windows version should be the installer (the
release is prepared now automatically by the CI server). Fixing now.

Does not change a thing for me...

Re: Release DUB 0.9.21 RC 1

Am 10.02.2014 16:50, schrieb Stephan Dilly:

On Mon, 10 Feb 2014 16:22:01 +0100, Sönke Ludwig wrote:

Am 10.02.2014 16:12, schrieb Bruno Medeiros:

On 10/02/2014 10:57, 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

The Windows archive doesn't have the required dlls.

Totally forgot that the Windows version should be the installer (the
release is prepared now automatically by the CI server). Fixing now.

Does not change a thing for me...

What do you mean?

There should be the regular Windows installer now + the zip archive
contains the DLLs now.

Re: Release DUB 0.9.21 RC 1

On Mon, 10 Feb 2014 17:03:56 +0100, Sönke Ludwig wrote:

What do you mean?

There should be the regular Windows installer now + the zip archive
contains the DLLs now.

Did you read my posts above? I posted a couple of problems with the new dub?!

Pages: 1 2 3 4 5