March 15, 2018
https://issues.dlang.org/show_bug.cgi?id=18172

--- Comment #9 from Seb <greensunny12@gmail.com> ---
> then I get linker errors about stuff in std.conv being undefined, but there are no more errors from the compiler itself. I think that that happens sometimes when some code is compiled with -dip1000 and some without, but I'm not sure.

-dip1000 is ABI-incompatible with normal D, but Walter (nor anyone else) seems
to care.

https://github.com/dlang/phobos/pull/5915#issuecomment-350426192

--
March 20, 2018
https://issues.dlang.org/show_bug.cgi?id=18172

Walter Bright <bugzilla@digitalmars.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |bugzilla@digitalmars.com

--- Comment #10 from Walter Bright <bugzilla@digitalmars.com> ---
(In reply to Jack Stouffer from comment #7)
> I should have emphized more the fact that I had already modified getopt. I've attached my changes as a patch

Please submit this as a Pull Request to https://github.com/dlang/phobos

--
March 21, 2018
https://issues.dlang.org/show_bug.cgi?id=18172

--- Comment #11 from Jack Stouffer <jack@jackstouffer.com> ---
(In reply to Walter Bright from comment #10)
> (In reply to Jack Stouffer from comment #7)
> > I should have emphized more the fact that I had already modified getopt. I've attached my changes as a patch
> 
> Please submit this as a Pull Request to https://github.com/dlang/phobos

It's at https://github.com/dlang/phobos/pull/6281

It's currently stalled due to a copying issue inherent in DIP1000's design that I'm planning on making a forum post on.

--
December 17, 2022
https://issues.dlang.org/show_bug.cgi?id=18172

Iain Buclaw <ibuclaw@gdcproject.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Priority|P1                          |P4

--
1 2
Next ›   Last »