Jump to page: 1 2
Thread overview
GDC updated to use 2.065
Jun 11, 2014
Iain Buclaw
Jun 11, 2014
Nordlöw
Jun 11, 2014
Iain Buclaw
Jun 12, 2014
Dicebot
Jun 12, 2014
Mike
Jun 12, 2014
Stefan Frijters
Jun 13, 2014
Johannes Pfau
Jun 13, 2014
Dicebot
Jun 13, 2014
Iain Buclaw
Jun 14, 2014
Iain Buclaw
Jun 14, 2014
Iain Buclaw
June 11, 2014
It's done, after 2 months brewing in development.

https://github.com/D-Programming-GDC/GDC/pull/76
June 11, 2014
> https://github.com/D-Programming-GDC/GDC/pull/76

289 modified files - that is some massive great work!
June 11, 2014
On 11/06/14 23:54, Iain Buclaw via D.gnu wrote:
> It's done, after 2 months brewing in development.
>
> https://github.com/D-Programming-GDC/GDC/pull/76

Oh, awesome.  Congratulations and thanks. :-)

Related note -- what are the recommended/required gcc sources to use?  Is 4.9.0 adequate or does this update require the gcc trunk?

June 11, 2014
On 11 June 2014 23:26, Joseph Rushton Wakeling via D.gnu <d.gnu@puremagic.com> wrote:
> On 11/06/14 23:54, Iain Buclaw via D.gnu wrote:
>>
>> It's done, after 2 months brewing in development.
>>
>> https://github.com/D-Programming-GDC/GDC/pull/76
>
>
> Oh, awesome.  Congratulations and thanks. :-)
>
> Related note -- what are the recommended/required gcc sources to use?  Is 4.9.0 adequate or does this update require the gcc trunk?
>

Bleeding edge, see gcc.version which has the snapshot version of gcc this was last tested and verified against.

However if the last conversation I had with Johannes was of any indicator, if you hold onto your horses, you may find this backported to work on 4.9.x in the next weeks. :-)
June 12, 2014
On Wednesday, 11 June 2014 at 21:54:28 UTC, Iain Buclaw wrote:
> It's done, after 2 months brewing in development.
>
> https://github.com/D-Programming-GDC/GDC/pull/76

This is great news.  Thank you to all those involved.
June 12, 2014
On Wednesday, 11 June 2014 at 22:50:37 UTC, Iain Buclaw via D.gnu
wrote:
> However if the last conversation I had with Johannes was of any
> indicator, if you hold onto your horses, you may find this backported
> to work on 4.9.x in the next weeks. :-)

Eagerly waiting for it ;)
June 12, 2014
On Wednesday, 11 June 2014 at 21:54:28 UTC, Iain Buclaw wrote:
> It's done, after 2 months brewing in development.
>
> https://github.com/D-Programming-GDC/GDC/pull/76

Cool stuff! I'm champing at the bit to performance test a recent project of mine which uses some bleeding edge language features, so anything that gets me closer to being able to compile it with GDC is excellent news.

My thanks to all involved!
June 12, 2014
On 12/06/14 00:50, Iain Buclaw via D.gnu wrote:
> Bleeding edge, see gcc.version which has the snapshot version of gcc
> this was last tested and verified against.
>
> However if the last conversation I had with Johannes was of any
> indicator, if you hold onto your horses, you may find this backported
> to work on 4.9.x in the next weeks. :-)

I have no horses to hold, but Johannes' work is always worth waiting for :-)

June 13, 2014
Am Thu, 12 Jun 2014 23:57:01 +0200
schrieb "Joseph Rushton Wakeling via D.gnu" <d.gnu@puremagic.com>:

> On 12/06/14 00:50, Iain Buclaw via D.gnu wrote:
> > Bleeding edge, see gcc.version which has the snapshot version of gcc this was last tested and verified against.
> >
> > However if the last conversation I had with Johannes was of any indicator, if you hold onto your horses, you may find this backported to work on 4.9.x in the next weeks. :-)
> 
> I have no horses to hold, but Johannes' work is always worth waiting for :-)
> 

No need to wait any longer, I already pushed the updated gdc-4.9 branch yesterday.

Binary builds will be delayed until
https://issues.dlang.org/show_bug.cgi?id=12900
is fixed. I'd also recommend to delay linux distribution package
updates but I hope that bug will be fixed soon.
June 13, 2014
On Friday, 13 June 2014 at 07:25:27 UTC, Johannes Pfau wrote:
> I'd also recommend to delay linux distribution package
> updates but I hope that bug will be fixed soon.

Thanks for the warning, really appreciated :)
« First   ‹ Prev
1 2