RejectedSoftware Forums

Sign up

Which compiler versions should I use with vibe.d 0.8.4

Hello: is the latest dmd or ldc2 good to go with 0.8.4? --- this version number hasn't changed for a while, hence the question.

Re: Which compiler versions should I use with vibe.d 0.8.4

Am 18.03.2019 um 18:13 schrieb Carl Sturtivant:

Hello: is the latest dmd or ldc2 good to go with 0.8.4? --- this version number hasn't changed for a while, hence the question.

It should still work, except that I had some issues with Diet templates
in an internal project (within the diet-ng package and not directly in
vibe-d, though). Fortunately vibe.d is regression tested for every
change in DMD and Phobos nowadays, so that it has become rare to have
new compiler versions break things.

Having said that, I'll also push a release candidate tag for 0.8.5
today, with the final release tag following in a week if nothing goes wrong.

Re: Which compiler versions should I use with vibe.d 0.8.4

On Mon, 18 Mar 2019 18:18:38 +0100, Sönke Ludwig wrote:

Am 18.03.2019 um 18:13 schrieb Carl Sturtivant:

Hello: is the latest dmd or ldc2 good to go with 0.8.4? --- this version number hasn't changed for a while, hence the question.

It should still work, except that I had some issues with Diet templates
in an internal project (within the diet-ng package and not directly in
vibe-d, though). Fortunately vibe.d is regression tested for every
change in DMD and Phobos nowadays, so that it has become rare to have
new compiler versions break things.

Having said that, I'll also push a release candidate tag for 0.8.5
today, with the final release tag following in a week if nothing goes wrong.

Good to know. Thank you!