Re: Which compiler regressions are blocking people fom upgrading?

2010-11-09 Thread Iain Buclaw
== Quote from Don (nos...@nospam.com)'s article
 If anyone would like to use the latest compiler release, but cannot
 because of a compiler regression, please specify which bug is the
 blocker (and whether you are using D1 or D2).
 I'll try to get any such compiler regressions fixed in the next release.

Speaking for someone else, but one such bug that comes to mind is:
http://d.puremagic.com/issues/show_bug.cgi?id=5015

As far as I'm aware I think he's staying on 1.061 for the time being because of 
it.

Regards.


Re: Which compiler regressions are blocking people fom upgrading?

2010-11-09 Thread div0

On 09/11/2010 02:01, Don wrote:

If anyone would like to use the latest compiler release, but cannot
because of a compiler regression, please specify which bug is the
blocker (and whether you are using D1 or D2).
I'll try to get any such compiler regressions fixed in the next release.




Well not a regression, but disallowing struct literals when structs have 
constructors has really ballsed up my code. Changing to using 
constructors doesn't work at the moment as you can't assign to array 
elements in CTFE.


--
My enormous talent is exceeded only by my outrageous laziness.
http://www.ssTk.co.uk


Which compiler regressions are blocking people fom upgrading?

2010-11-08 Thread Don
If anyone would like to use the latest compiler release, but cannot 
because of a compiler regression, please specify which bug is the 
blocker (and whether you are using D1 or D2).

I'll try to get any such compiler regressions fixed in the next release.