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
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
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
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
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
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
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;