Re: GDC with D frontend 2.081.2

2018-08-29 Thread Daniel Kozak via Digitalmars-d-announce
On Wed, Aug 29, 2018 at 8:35 AM Johannes Pfau via Digitalmars-d-announce < digitalmars-d-announce@puremagic.com> wrote: > But this only works as you build gdc and gcc separately. I.e. for gdc, > you build gcc+gdc, then throw away everything but gdc related > executables. Then you compile gcc with

Re: GDC with D frontend 2.081.2

2018-08-28 Thread Johannes Pfau via Digitalmars-d-announce
Am Tue, 28 Aug 2018 10:19:46 +0200 schrieb Daniel Kozak: > On Tue, Aug 28, 2018 at 8:40 AM Eugene Wissner via > Digitalmars-d-announce < > digitalmars-d-announce@puremagic.com> wrote: > >> On Tuesday, 28 August 2018 at 06:18:28 UTC, Daniel Kozak wrote: >> > On Mon, Aug 27, 2018 at 7:55 PM Eugene

Re: GDC with D frontend 2.081.2

2018-08-28 Thread Daniel Kozak via Digitalmars-d-announce
On Tue, Aug 28, 2018 at 8:40 AM Eugene Wissner via Digitalmars-d-announce < digitalmars-d-announce@puremagic.com> wrote: > On Tuesday, 28 August 2018 at 06:18:28 UTC, Daniel Kozak wrote: > > On Mon, Aug 27, 2018 at 7:55 PM Eugene Wissner via > > Digitalmars-d-announce < digitalmars-d-announce@pure

Re: GDC with D frontend 2.081.2

2018-08-27 Thread Eugene Wissner via Digitalmars-d-announce
On Tuesday, 28 August 2018 at 06:18:28 UTC, Daniel Kozak wrote: On Mon, Aug 27, 2018 at 7:55 PM Eugene Wissner via Digitalmars-d-announce < digitalmars-d-announce@puremagic.com> wrote: On Monday, 27 August 2018 at 17:23:04 UTC, Arun Chandrasekaran wrote: > 1. It would be good to print the DMD

Re: GDC with D frontend 2.081.2

2018-08-27 Thread Daniel Kozak via Digitalmars-d-announce
On Mon, Aug 27, 2018 at 7:55 PM Eugene Wissner via Digitalmars-d-announce < digitalmars-d-announce@puremagic.com> wrote: > On Monday, 27 August 2018 at 17:23:04 UTC, Arun Chandrasekaran > wrote: > > 1. It would be good to print the DMD frontend version with `gdc > > --version`. It is helpful in re

Re: GDC with D frontend 2.081.2

2018-08-27 Thread Arun Chandrasekaran via Digitalmars-d-announce
On Monday, 27 August 2018 at 20:03:28 UTC, Iain Buclaw wrote: On 27 August 2018 at 20:59, Arun Chandrasekaran via Digitalmars-d-announce wrote: On Monday, 27 August 2018 at 17:44:01 UTC, Iain Buclaw wrote: On 27 August 2018 at 19:23, Arun Chandrasekaran via Digitalmars-d-announce wrote:

Re: GDC with D frontend 2.081.2

2018-08-27 Thread Iain Buclaw via Digitalmars-d-announce
On 27 August 2018 at 20:59, Anonymouse via Digitalmars-d-announce wrote: > On Monday, 27 August 2018 at 17:44:01 UTC, Iain Buclaw wrote: >> >> Raise a bug then? >> >> Iain. > > > How are we supposed to file GDC bugs when bugzilla account creation is > restricted? I even emailed you about it back i

Re: GDC with D frontend 2.081.2

2018-08-27 Thread Iain Buclaw via Digitalmars-d-announce
On 27 August 2018 at 20:59, Arun Chandrasekaran via Digitalmars-d-announce wrote: > On Monday, 27 August 2018 at 17:44:01 UTC, Iain Buclaw wrote: >> >> On 27 August 2018 at 19:23, Arun Chandrasekaran via Digitalmars-d-announce >> wrote: >>> >>> [...] >> >> >> Version print information is managed

Re: GDC with D frontend 2.081.2

2018-08-27 Thread Arun Chandrasekaran via Digitalmars-d-announce
On Monday, 27 August 2018 at 17:44:01 UTC, Iain Buclaw wrote: On 27 August 2018 at 19:23, Arun Chandrasekaran via Digitalmars-d-announce wrote: [...] Version print information is managed outside of gdc. You can get this from __VERSION__ or output of -v [...] Ask dub maintainers why.

Re: GDC with D frontend 2.081.2

2018-08-27 Thread Anonymouse via Digitalmars-d-announce
On Monday, 27 August 2018 at 17:44:01 UTC, Iain Buclaw wrote: Raise a bug then? Iain. How are we supposed to file GDC bugs when bugzilla account creation is restricted? I even emailed you about it back in May, but I imagine I was filtered as spam.

Re: GDC with D frontend 2.081.2

2018-08-27 Thread Eugene Wissner via Digitalmars-d-announce
On Monday, 27 August 2018 at 17:23:04 UTC, Arun Chandrasekaran wrote: 1. It would be good to print the DMD frontend version with `gdc --version`. It is helpful in reporting bugs. LDC does this. Unfortunately it doesn't seem to be possible. GCC doesn't allow to change --version output: https:/

Re: GDC with D frontend 2.081.2

2018-08-27 Thread Iain Buclaw via Digitalmars-d-announce
On 27 August 2018 at 19:23, Arun Chandrasekaran via Digitalmars-d-announce wrote: > On Friday, 24 August 2018 at 05:35:13 UTC, Eugene Wissner wrote: >> >> As some of you may know D frontend was merged into GDC some time ago and >> is up to date. D version currently supported by GDC is 2.081.2 and

Re: GDC with D frontend 2.081.2

2018-08-27 Thread Arun Chandrasekaran via Digitalmars-d-announce
On Friday, 24 August 2018 at 05:35:13 UTC, Eugene Wissner wrote: As some of you may know D frontend was merged into GDC some time ago and is up to date. D version currently supported by GDC is 2.081.2 and it can be found in "gdc-7" and "gdc-8" branches. I will say a bit more about GDC developme

Re: GDC with D frontend 2.081.2

2018-08-27 Thread Daniel Kozak via Digitalmars-d-announce
On Sat, Aug 25, 2018 at 11:20 PM Anonymouse via Digitalmars-d-announce < digitalmars-d-announce@puremagic.com> wrote: > On Saturday, 25 August 2018 at 20:59:56 UTC, Daniel Kozak wrote: > > August 10th. I'll wait for -2 then. > > > Installed Size : 243.72 MiB > > Packager: Unknown Packager

Re: GDC with D frontend 2.081.2

2018-08-25 Thread Anonymouse via Digitalmars-d-announce
On Saturday, 25 August 2018 at 20:59:56 UTC, Daniel Kozak wrote: Hmm I am not sure, but how long did you have this gdc package installed? It seems I forgot to update .SRCINFO. There should be gdc-8.2.0-2 which has 2.081.1 d frontend. I will fix this on monday, until than you can uninstall gdc a

Re: GDC with D frontend 2.081.2

2018-08-25 Thread Eugene Wissner via Digitalmars-d-announce
On Saturday, 25 August 2018 at 20:59:56 [...] Thanks for supporting us on Arch, Daniel!

Re: GDC with D frontend 2.081.2

2018-08-25 Thread Daniel Kozak via Digitalmars-d-announce
On Sat, Aug 25, 2018 at 10:10 PM Anonymouse via Digitalmars-d-announce < digitalmars-d-announce@puremagic.com> wrote: > On Friday, 24 August 2018 at 08:30:35 UTC, Daniel Kozak wrote: > > On Friday, 24 August 2018 at 05:35:13 UTC, Eugene Wissner wrote: > >> As some of you may know D frontend was me

Re: GDC with D frontend 2.081.2

2018-08-25 Thread Anonymouse via Digitalmars-d-announce
On Friday, 24 August 2018 at 08:30:35 UTC, Daniel Kozak wrote: On Friday, 24 August 2018 at 05:35:13 UTC, Eugene Wissner wrote: As some of you may know D frontend was merged into GDC some time ago and is up to date. D version currently supported by GDC is 2.081.2 and it can be found in "gdc-7"

Re: GDC with D frontend 2.081.2

2018-08-24 Thread Pjotr Prins via Digitalmars-d-announce
On Friday, 24 August 2018 at 05:35:13 UTC, Eugene Wissner wrote: I prepared GDC/GCC 7.3.0 binaries for x86-64 Linux built on Ubuntu 18.04: Thank you, this is very important work! I'll add a gdc package to GNU Guix (the packager for GNU) sometime soon.

Re: GDC with D frontend 2.081.2

2018-08-24 Thread Matthias Klumpp via Digitalmars-d-announce
On Friday, 24 August 2018 at 08:50:22 UTC, Daniel Kozak wrote: On Fri, Aug 24, 2018 at 10:40 AM Basile B. via Digitalmars-d-announce < digitalmars-d-announce@puremagic.com> wrote: [...] Great news. Best of luck for a wide adoption in the official package managers of the linux distributions.

Re: GDC with D frontend 2.081.2

2018-08-24 Thread Daniel Kozak via Digitalmars-d-announce
On Fri, Aug 24, 2018 at 10:40 AM Basile B. via Digitalmars-d-announce < digitalmars-d-announce@puremagic.com> wrote: > On Friday, 24 August 2018 at 05:35:13 UTC, Eugene Wissner wrote: > > As some of you may know D frontend was merged into GDC some > > time ago and is up to date. D version currentl

Re: GDC with D frontend 2.081.2

2018-08-24 Thread Basile B. via Digitalmars-d-announce
On Friday, 24 August 2018 at 05:35:13 UTC, Eugene Wissner wrote: As some of you may know D frontend was merged into GDC some time ago and is up to date. D version currently supported by GDC is 2.081.2 Great news. Best of luck for a wide adoption in the official package managers of the linux d

Re: GDC with D frontend 2.081.2

2018-08-24 Thread Daniel Kozak via Digitalmars-d-announce
On Friday, 24 August 2018 at 05:35:13 UTC, Eugene Wissner wrote: As some of you may know D frontend was merged into GDC some time ago and is up to date. D version currently supported by GDC is 2.081.2 and it can be found in "gdc-7" and "gdc-8" branches. I will say a bit more about GDC developme

Re: GDC with D frontend 2.081.2

2018-08-23 Thread M.M. via Digitalmars-d-announce
On Friday, 24 August 2018 at 05:35:13 UTC, Eugene Wissner wrote: As some of you may know D frontend was merged into GDC some time ago and is up to date. Really cool, and very much appreciated. I will say a bit more about GDC development and development plans later. Really looking forward to