RejectedSoftware Forums

Sign up

Pages: 1 2 3 4 5

Re: Release DUB 0.9.21 RC 1

Am 10.02.2014 17:12, schrieb Stephan Dilly:

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?!

Did you read my message to which you replied (and the one to which I
replied)? :P

I'm working on the other issues.

Re: Release DUB 0.9.21 RC 1

On 10/02/2014 15:22, 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.

Can the Windows binaries still be available please?
-> https://github.com/rejectedsoftware/dub/issues/170#issuecomment-34640775

Re: Release DUB 0.9.21 RC 1

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

Am 10.02.2014 17:12, schrieb Stephan Dilly:

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?!

Did you read my message to which you replied (and the one to which I
replied)? :P

I'm working on the other issues.

I must be confused. I dont see any reply of you mentioning the git.exe mystery on windows or the degradet error message:

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

Re: Release DUB 0.9.21 RC 1

Am 10.02.2014 17:24, schrieb Stephan Dilly:

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

Am 10.02.2014 17:12, schrieb Stephan Dilly:

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?!

Did you read my message to which you replied (and the one to which I
replied)? :P

I'm working on the other issues.

I must be confused. I dont see any reply of you mentioning the git.exe mystery on windows or the degradet error message:

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

I just replied to Bruno Medeiros regarding the missing DLLs. Please
beware that I'm currently quite overloaded with questions and issues of
all sorts. Usually I manage to mark or remember everything that I still
have to reply to, but I can't do all at once.

Re: Release DUB 0.9.21 RC 1

On Mon, 10 Feb 2014 17:37:11 +0100, Sönke Ludwig wrote:

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

I just replied to Bruno Medeiros regarding the missing DLLs. Please
beware that I'm currently quite overloaded with questions and issues of
all sorts. Usually I manage to mark or remember everything that I still
have to reply to, but I can't do all at once.

I am sorry, I just don't get it ;( Don't want to be annoying..
The above error is due to the DLLs ?
Anyways, I just installed the RC1 freshly using the installer and the error regarding the branch comparing stays the same..

Re: Release DUB 0.9.21 RC 1

Am 10.02.2014 17:42, schrieb Stephan Dilly:

On Mon, 10 Feb 2014 17:37:11 +0100, Sönke Ludwig wrote:

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

I just replied to Bruno Medeiros regarding the missing DLLs. Please
beware that I'm currently quite overloaded with questions and issues of
all sorts. Usually I manage to mark or remember everything that I still
have to reply to, but I can't do all at once.

I am sorry, I just don't get it ;( Don't want to be annoying..
The above error is due to the DLLs ?
Anyways, I just installed the RC1 freshly using the installer and the error regarding the branch comparing stays the same..

Citing Bruno:

The Windows archive doesn't have the required dlls.

That's what I replied to, it's independent of the other errors. I'm
currently investigating the conflict errors/error messages and will also
reply to the git issue.

Re: Release DUB 0.9.21 RC 1

Am 10.02.2014 17:17, schrieb Bruno Medeiros:

On 10/02/2014 15:22, Sönke Ludwig wrote:

Am 10.02.2014 16:12, schrieb Bruno Medeiros:

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.

Can the Windows binaries still be available please?
-> https://github.com/rejectedsoftware/dub/issues/170#issuecomment-34640775

The fixed zip file is still there, but the dub-registry needs some
changes to display both, the installer and the zip file.

Re: Release DUB 0.9.21 RC 1

Am 10.02.2014 15:26, schrieb Stephan Dilly:

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)

Fixed the error message in
845eea8.

Re: Release DUB 0.9.21 RC 1

On Mon, 10 Feb 2014 14:22:36 GMT, Stephan Dilly wrote:

On Mon, 10 Feb 2014 13:31:24 GMT, Stephan Dilly wrote:

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!

GIT is invoked to determine the version of a local package (by looking at which branch/tag it is on) that has been registered manually using dub add-path or dub add-local without an explicit version. Would be interesting to know what caused it to hang and also why this didn't happen for previous versions, because that part of the code didn't really change.

The command in question is git --git-dir=<package-path>/.git rev-parse --abbrev-ref HEAD

Can you tell for which package it hung? Maybe there is no .git folder there, or something?

Re: Release DUB 0.9.21 RC 1

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.

Pages: 1 2 3 4 5