RejectedSoftware Forums

Sign up

Pages: 1 2

vibe.d 0.7.19 RC 1

Since the last release is dated months back, I want to make a cut and
release a new version now before starting on other features. It should
be in a pretty good shape right now, except for some new features, such
as the SSL certificate validation.

So if anyone wants to help checking for any remaining issues, simply use
dub upgrade --prerelease on a project to fetch the latest prerelease
version (if you are not already on master, of course). If everything is
well, I'll finish the release on Thursday.

BTW are there any open issues that should be fixed before the release?

Re: vibe.d 0.7.19 RC 1

On Tue, 25 Feb 2014 10:12:19 +0100, Sönke Ludwig wrote:

Since the last release is dated months back, I want to make a cut and
release a new version now before starting on other features. It should
be in a pretty good shape right now, except for some new features, such
as the SSL certificate validation.

So if anyone wants to help checking for any remaining issues, simply use
dub upgrade --prerelease on a project to fetch the latest prerelease
version (if you are not already on master, of course). If everything is
well, I'll finish the release on Thursday.

Whatever happend to the release plans ?

BTW are there any open issues that should be fixed before the release?

On my whishlist there are two:
1) #565 - There is a PR ready (https://github.com/rejectedsoftware/vibe.d/issues/565)
2) #554 - I proposed a patch to make RedisReply a struct (https://github.com/rejectedsoftware/vibe.d/issues/554)

Re: vibe.d 0.7.19 RC 1

Am 10.03.2014 19:37, schrieb Stephan Dilly:

On Tue, 25 Feb 2014 10:12:19 +0100, Sönke Ludwig wrote:

Since the last release is dated months back, I want to make a cut and
release a new version now before starting on other features. It should
be in a pretty good shape right now, except for some new features, such
as the SSL certificate validation.

So if anyone wants to help checking for any remaining issues, simply use
dub upgrade --prerelease on a project to fetch the latest prerelease
version (if you are not already on master, of course). If everything is
well, I'll finish the release on Thursday.

Whatever happend to the release plans ?

Mostly a little screaming entity that was born last week ;)

BTW are there any open issues that should be fixed before the release?

On my whishlist there are two:
1) #565 - There is a PR ready (https://github.com/rejectedsoftware/vibe.d/issues/565)
2) #554 - I proposed a patch to make RedisReply a struct (https://github.com/rejectedsoftware/vibe.d/issues/554)

I'll look at those and make some sanity checks against my projects
before tagging another RC and the final release. I was also sure that
there was a forgotten issue that was important to have fixed before
release, but unfortunately I couldn't find anything (last week). But
there is also a file descriptor leak that affects the DUB registry and
I'd like to have that fixed in this release, too.

Re: vibe.d 0.7.19 RC 1

On Mon, 10 Mar 2014 20:05:22 +0100, Sönke Ludwig wrote:

Am 10.03.2014 19:37, schrieb Stephan Dilly:

On Tue, 25 Feb 2014 10:12:19 +0100, Sönke Ludwig wrote:

Since the last release is dated months back, I want to make a cut and
release a new version now before starting on other features. It should
be in a pretty good shape right now, except for some new features, such
as the SSL certificate validation.

So if anyone wants to help checking for any remaining issues, simply use
dub upgrade --prerelease on a project to fetch the latest prerelease
version (if you are not already on master, of course). If everything is
well, I'll finish the release on Thursday.

Whatever happend to the release plans ?

Mostly a little screaming entity that was born last week ;)

WOW, that is great news! Exciting times ahead of you - Gratuliere ;)

BTW are there any open issues that should be fixed before the release?

On my whishlist there are two:
1) #565 - There is a PR ready (https://github.com/rejectedsoftware/vibe.d/issues/565)
2) #554 - I proposed a patch to make RedisReply a struct (https://github.com/rejectedsoftware/vibe.d/issues/554)

I'll look at those and make some sanity checks against my projects
before tagging another RC and the final release. I was also sure that
there was a forgotten issue that was important to have fixed before
release, but unfortunately I couldn't find anything (last week). But
there is also a file descriptor leak that affects the DUB registry and
I'd like to have that fixed in this release, too.

Yeah that sounds reasonable, I will let you know if I find anything else

Re: vibe.d 0.7.19 RC 1

On Mon, 10 Mar 2014 20:05:22 +0100, Sönke Ludwig wrote:

Mostly a little screaming entity that was born last week ;)

Congrats :)

Re: vibe.d 0.7.19 RC 1

On Mon, 10 Mar 2014 19:17:15 GMT, Stephan Dilly wrote:

On Mon, 10 Mar 2014 20:05:22 +0100, Sönke Ludwig wrote:

Am 10.03.2014 19:37, schrieb Stephan Dilly:

On Tue, 25 Feb 2014 10:12:19 +0100, Sönke Ludwig wrote:

Since the last release is dated months back, I want to make a cut and
release a new version now before starting on other features. It should
be in a pretty good shape right now, except for some new features, such
as the SSL certificate validation.

So if anyone wants to help checking for any remaining issues, simply use
dub upgrade --prerelease on a project to fetch the latest prerelease
version (if you are not already on master, of course). If everything is
well, I'll finish the release on Thursday.

Whatever happend to the release plans ?

Mostly a little screaming entity that was born last week ;)

WOW, that is great news! Exciting times ahead of you - Gratuliere ;)

BTW are there any open issues that should be fixed before the release?

On my whishlist there are two:
1) #565 - There is a PR ready (https://github.com/rejectedsoftware/vibe.d/issues/565)
2) #554 - I proposed a patch to make RedisReply a struct (https://github.com/rejectedsoftware/vibe.d/issues/554)

I'll look at those and make some sanity checks against my projects
before tagging another RC and the final release. I was also sure that
there was a forgotten issue that was important to have fixed before
release, but unfortunately I couldn't find anything (last week). But
there is also a file descriptor leak that affects the DUB registry and
I'd like to have that fixed in this release, too.

Yeah that sounds reasonable, I will let you know if I find anything else

guess you saw it already, but #570 is rather pressing for us here at work right now. I am having a hard time finding a workaround for it right now.
the project is all about a REST api (so no way getting rid of Router) and additionally I now wanted to do stuff in a separate task to not block the rest -> meh :)

Re: vibe.d 0.7.19 RC 1

Am 10.03.2014 21:18, schrieb Fabian Wallentowitz:

On Mon, 10 Mar 2014 20:05:22 +0100, Sönke Ludwig wrote:

Mostly a little screaming entity that was born last week ;)

Congrats :)

Thanks (also to Stephan)! Things are slowly settling and the screaming
turned out to be actually very manageable ;) (So I'm also slowly getting
back now to my normal workflow)

Re: vibe.d 0.7.19 RC 1

On Mon, 10 Mar 2014 20:05:22 +0100, Sönke Ludwig wrote:

Am 10.03.2014 19:37, schrieb Stephan Dilly:

On Tue, 25 Feb 2014 10:12:19 +0100, Sönke Ludwig wrote:

Since the last release is dated months back, I want to make a cut and
release a new version now before starting on other features. It should
be in a pretty good shape right now, except for some new features, such
as the SSL certificate validation.

So if anyone wants to help checking for any remaining issues, simply use
dub upgrade --prerelease on a project to fetch the latest prerelease
version (if you are not already on master, of course). If everything is
well, I'll finish the release on Thursday.

Whatever happend to the release plans ?

Mostly a little screaming entity that was born last week ;)

BTW are there any open issues that should be fixed before the release?

On my whishlist there are two:
1) #565 - There is a PR ready (https://github.com/rejectedsoftware/vibe.d/issues/565)
2) #554 - I proposed a patch to make RedisReply a struct (https://github.com/rejectedsoftware/vibe.d/issues/554)

I'll look at those and make some sanity checks against my projects
before tagging another RC and the final release. I was also sure that
there was a forgotten issue that was important to have fixed before
release, but unfortunately I couldn't find anything (last week). But
there is also a file descriptor leak that affects the DUB registry and
I'd like to have that fixed in this release, too.

Could we please get a new RC-tag for testing ?

Re: vibe.d 0.7.19 RC 1

On Tue, 18 Mar 2014 22:28:46 GMT, Stephan Dilly wrote:

On Mon, 10 Mar 2014 20:05:22 +0100, Sönke Ludwig wrote:

Am 10.03.2014 19:37, schrieb Stephan Dilly:

On Tue, 25 Feb 2014 10:12:19 +0100, Sönke Ludwig wrote:

Since the last release is dated months back, I want to make a cut and
release a new version now before starting on other features. It should
be in a pretty good shape right now, except for some new features, such
as the SSL certificate validation.

So if anyone wants to help checking for any remaining issues, simply use
dub upgrade --prerelease on a project to fetch the latest prerelease
version (if you are not already on master, of course). If everything is
well, I'll finish the release on Thursday.

Whatever happend to the release plans ?

Mostly a little screaming entity that was born last week ;)

BTW are there any open issues that should be fixed before the release?

On my whishlist there are two:
1) #565 - There is a PR ready (https://github.com/rejectedsoftware/vibe.d/issues/565)
2) #554 - I proposed a patch to make RedisReply a struct (https://github.com/rejectedsoftware/vibe.d/issues/554)

I'll look at those and make some sanity checks against my projects
before tagging another RC and the final release. I was also sure that
there was a forgotten issue that was important to have fixed before
release, but unfortunately I couldn't find anything (last week). But
there is also a file descriptor leak that affects the DUB registry and
I'd like to have that fixed in this release, too.

Could we please get a new RC-tag for testing ?

Thank you, you are awesome :)

Re: vibe.d 0.7.19 RC 1

Am 18.03.2014 23:44, schrieb Stephan Dilly:

On Tue, 18 Mar 2014 22:28:46 GMT, Stephan Dilly wrote:

On Mon, 10 Mar 2014 20:05:22 +0100, Sönke Ludwig wrote:

Am 10.03.2014 19:37, schrieb Stephan Dilly:

On Tue, 25 Feb 2014 10:12:19 +0100, Sönke Ludwig wrote:

Since the last release is dated months back, I want to make a cut and
release a new version now before starting on other features. It should
be in a pretty good shape right now, except for some new features, such
as the SSL certificate validation.

So if anyone wants to help checking for any remaining issues, simply use
dub upgrade --prerelease on a project to fetch the latest prerelease
version (if you are not already on master, of course). If everything is
well, I'll finish the release on Thursday.

Whatever happend to the release plans ?

Mostly a little screaming entity that was born last week ;)

BTW are there any open issues that should be fixed before the release?

On my whishlist there are two:
1) #565 - There is a PR ready (https://github.com/rejectedsoftware/vibe.d/issues/565)
2) #554 - I proposed a patch to make RedisReply a struct (https://github.com/rejectedsoftware/vibe.d/issues/554)

I'll look at those and make some sanity checks against my projects
before tagging another RC and the final release. I was also sure that
there was a forgotten issue that was important to have fixed before
release, but unfortunately I couldn't find anything (last week). But
there is also a file descriptor leak that affects the DUB registry and
I'd like to have that fixed in this release, too.

Could we please get a new RC-tag for testing ?

Thank you, you are awesome :)

The next version of DUB will also get some ways to override the version
of each dependency, which should be quite useful in this situation (by
overriding with ~master).

Pages: 1 2