Re: How to turn off warnings as errors

2022-05-21 Thread rikki cattermole via D.gnu
On 22/05/2022 3:42 PM, Chris Piker wrote: As a general bit of dev-culture advice, would you recommend that I file issues on packages that only build using `-Wno-deprecated` ? You can do that, but usually the reason it is like that is because nobody has worked on the project in a while and yo

Re: How to turn off warnings as errors

2022-05-21 Thread rikki cattermole via D.gnu
On 22/05/2022 2:56 PM, Chris Piker wrote: These are dub packages and I don't see how to set '-Wno-error' from the dub command line. Since I'm reluctant to change every dub.json file that I encounter, is there a global flag that will turn off -Werror for gdc? This is a dub issue, it has nothi

Re: Are there any GDC builds available for Windows?

2022-05-21 Thread rikki cattermole via D.gnu
On 22/05/2022 4:52 AM, Chris Piker wrote: Discord is not well suited for professional activities as it only allows a single account per phone number and many people already have a personal account on discord. You are able to change you nickname per server. If you have nitro you can also cha

Re: Is GDC a solid option versus LDC?

2022-03-04 Thread rikki cattermole via D.gnu
On 05/03/2022 4:05 AM, rempas wrote: However, I'm really skeptical as to why people seem to prefer LDC and I wonder if GDC is not as stable and reliable as LDC or if most code that uses recent code doesn't work in GDC. I have also heard that LDC get support for new things faster than GDC. Is th

Re: Are there any GDC builds available for Windows?

2021-10-29 Thread rikki cattermole via D.gnu
On 30/10/2021 2:30 AM, Preetpal wrote: I am not on Discord, I have never used it before and am not familiar with it. Is there a place for D lang on Discord where I should go if I have more questions? https://discord.gg/bMZk9Q4

Re: Appender example doesn't work with GDC. GDC bug?

2019-12-27 Thread rikki cattermole via D.gnu
On 28/12/2019 4:30 PM, Adam D. Ruppe wrote: On Saturday, 28 December 2019 at 03:08:48 UTC, BoraxMan wrote: For the line "Writeln(w[]);" GDC reports "error: no [] operator overload for type Appender!string". I think that is just a broken example. Pretty sure it should be `w.data` instead of `w

Re: version?

2017-02-20 Thread rikki cattermole via D.gnu
On 21/02/2017 4:36 AM, Ellery Newcomer wrote: Quick dumb question: I just installed gdc on ubuntu from apt. Which version of the dmd front end does it use? gdc --version gives me gdc (Ubuntu 4.8.5-2ubuntu1~14.04.1) 4.8.5 Copyright (C) 2015 Free Software Foundation, Inc. This is free software;