Re: Script for Building GDC from Source

2014-09-16 Thread eles via D.gnu
On Friday, 5 September 2014 at 15:49:22 UTC, Nordlöw wrote: Have anyone put together a build script for downloading/git-cloning and building a particular branch, say gdc-4.9, of GDC? Just throwing mine into the game: Attention: it really cleans up the git repositories (cloned from github) and

Re: Script for Building GDC from Source

2014-09-10 Thread Iain Buclaw via D.gnu
On 10 September 2014 21:58, Iain Buclaw wrote: > On 9 September 2014 19:40, ketmar via D.gnu wrote: >> On Mon, 8 Sep 2014 08:13:46 +0100 >> "Iain Buclaw via D.gnu" wrote: >> >> ok, i started. moved toDebug() and most of toDt() to visitor. yet >> Expression::toElem() scares me alot (wow, it's 300

Re: Script for Building GDC from Source

2014-09-10 Thread Iain Buclaw via D.gnu
On 9 September 2014 19:40, ketmar via D.gnu wrote: > On Mon, 8 Sep 2014 08:13:46 +0100 > "Iain Buclaw via D.gnu" wrote: > > ok, i started. moved toDebug() and most of toDt() to visitor. yet > Expression::toElem() scares me alot (wow, it's 300kb!). but i hope to > finish it in week or two (i have

Re: Script for Building GDC from Source

2014-09-09 Thread ketmar via D.gnu
On Mon, 8 Sep 2014 08:13:46 +0100 "Iain Buclaw via D.gnu" wrote: ok, i started. moved toDebug() and most of toDt() to visitor. yet Expression::toElem() scares me alot (wow, it's 300kb!). but i hope to finish it in week or two (i have some free time now and can spend it on porting). i'm keeping p

Re: Script for Building GDC from Source

2014-09-08 Thread ketmar via D.gnu
On Mon, 8 Sep 2014 08:13:46 +0100 "Iain Buclaw via D.gnu" wrote: > Doing these individual glue changes one at a time before 2.066-proper > seems like a reasonable thing to do rather than trying to do all at > once. And any patches to do such conversions would be welcome. i tried to port lexer fr

Re: Script for Building GDC from Source

2014-09-08 Thread Iain Buclaw via D.gnu
On 5 September 2014 18:34, ketmar via D.gnu wrote: > On Fri, 05 Sep 2014 17:23:22 + > ""Nordlöw" via D.gnu" wrote: > >> Thanks! BTW: What's the current status on GDC in terms of >> stability and DMD version? Is it at 2.065? > 2.065 at the time of it's release, with all it's bugs and glory. >

Re: Script for Building GDC from Source

2014-09-05 Thread ketmar via D.gnu
On Fri, 05 Sep 2014 17:23:22 + ""Nordlöw" via D.gnu" wrote: > Thanks! BTW: What's the current status on GDC in terms of > stability and DMD version? Is it at 2.065? 2.065 at the time of it's release, with all it's bugs and glory. otherwise gdc is very stable; i'm using it as my primary compi

Re: Script for Building GDC from Source

2014-09-05 Thread
On Friday, 5 September 2014 at 17:23:24 UTC, Nordlöw wrote: stability and DMD version? Is it at 2.065? 2.065 it is. I found it at https://github.com/D-Programming-GDC/GDC/commit/2b2c781fe655139467f5260ae6ebd89c98ca1955

Re: Script for Building GDC from Source

2014-09-05 Thread
On Friday, 5 September 2014 at 16:47:27 UTC, Iain Buclaw via D.gnu wrote: https://projects.archlinux.org/svntogit/community.git/tree/trunk/PKGBUILD?h=packages/gdc Thanks! BTW: What's the current status on GDC in terms of stability and DMD version? Is it at 2.065?

Re: Script for Building GDC from Source

2014-09-05 Thread ketmar via D.gnu
On Fri, 05 Sep 2014 15:49:20 + ""Nordlöw" via D.gnu" wrote: > Have anyone put together a build script for > downloading/git-cloning and building a particular branch, say > gdc-4.9, of GDC? yes, i'm using such script. ;-) signature.asc Description: PGP signature

Re: Script for Building GDC from Source

2014-09-05 Thread Iain Buclaw via D.gnu
On 5 September 2014 16:49, "Nordlöw" via D.gnu wrote: > Have anyone put together a build script for downloading/git-cloning and > building a particular branch, say gdc-4.9, of GDC? This is the closest thing I know of to an actual script, whilst not strictly being complete or anything. https://pr

Script for Building GDC from Source

2014-09-05 Thread
Have anyone put together a build script for downloading/git-cloning and building a particular branch, say gdc-4.9, of GDC?