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 Saturday, 21 May 2022 at 21:23:52 UTC, Adam D Ruppe wrote:
See my comment here:
https://github.com/brechtsanders/winlibs_mingw/issues/48#issuecomment-1044782237
...an example working configure command, now that's *very* handy.
Regarding question 2, I hope to see gdc appear in just about a
On Sunday, 22 May 2022 at 03:02:17 UTC, rikki cattermole wrote:
This is a dub issue, it has nothing to do with the compiler.
Yea, there seem to be lots of dub issues, just looking for a
workaround, hoping compiler features might save the day.
$ DFLAGS="..." dub ...
Thanks! This seems to
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
Hi GDC
I'm testing the new gdc version 12.1 by compiling vibe.d and
various other packages. One problem that tripping me up when
running commands like:
```
cd memutils
dub build --compiler=gdc-12
```
is that all deprecation warnings are treated as errors. (For my
local build of gdc, '-12' h
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 Saturday, 21 May 2022 at 21:18:15 UTC, Chris Piker wrote:
1. Anyone has built gdc-11 in the mingw64 environment since
it seems a few patches are required?
No patches are required, it is all upstreamed if you use the
right settings.
See my comment here:
https://github.com/brechtsanders/
Hi GDC
I've been able to build gdc-12.1 on ubuntu20 using
```
wget
http://mirrors.concertpass.com/gcc/releases/gcc-12.1.0/gcc-12.1.0.tar.xz
tar -xvf gcc-12.1.0.tar.xz
cd gcc-12.1.0
mkdir build
cd build
../configure --prefix=/usr/local/gcc12 --enable-languages=d \
--enable-libphobos-checking -
On Monday, 18 October 2021 at 18:41:20 UTC, Imperatorn wrote:
https://forum.dlang.org/post/wxhgplqtvtqhkeeks...@forum.dlang.org
Are you on Discord? We are there if you have more questions 😎
Hi Imperatorn
It seems like the activity level in the D forums is dropping off
quite a bit but developm