Thread overview
[Issue 14382] converting old D1 operator overloading style to new D2 style
Mar 31, 2015
Ketmar Dark
Mar 31, 2015
Ketmar Dark
Mar 31, 2015
Ketmar Dark
Mar 31, 2015
Ketmar Dark
Mar 31, 2015
Marc Schütz
Mar 31, 2015
Ketmar Dark
Jul 14, 2015
Marc Schütz
Jul 14, 2015
Ketmar Dark
Feb 20, 2020
Basile-z
Mar 21, 2020
Basile-z
March 31, 2015
https://issues.dlang.org/show_bug.cgi?id=14382

--- Comment #1 from Ketmar Dark <ketmar@ketmar.no-ip.org> ---
Created attachment 1501
  --> https://issues.dlang.org/attachment.cgi?id=1501&action=edit
std.bigint fix

--
March 31, 2015
https://issues.dlang.org/show_bug.cgi?id=14382

--- Comment #2 from Ketmar Dark <ketmar@ketmar.no-ip.org> ---
Created attachment 1502
  --> https://issues.dlang.org/attachment.cgi?id=1502&action=edit
std.internal.math.biguintcore fix

--
March 31, 2015
https://issues.dlang.org/show_bug.cgi?id=14382

--- Comment #3 from Ketmar Dark <ketmar@ketmar.no-ip.org> ---
Created attachment 1503
  --> https://issues.dlang.org/attachment.cgi?id=1503&action=edit
std.bitmanip fix

--
March 31, 2015
https://issues.dlang.org/show_bug.cgi?id=14382

--- Comment #4 from Ketmar Dark <ketmar@ketmar.no-ip.org> ---
Created attachment 1504
  --> https://issues.dlang.org/attachment.cgi?id=1504&action=edit
std.vairant fix

--
March 31, 2015
https://issues.dlang.org/show_bug.cgi?id=14382

Marc Schütz <schuetzm@gmx.net> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |ASSIGNED
                 CC|                            |schuetzm@gmx.net

--- Comment #5 from Marc Schütz <schuetzm@gmx.net> ---
https://github.com/D-Programming-Language/phobos/pull/3130

--
March 31, 2015
https://issues.dlang.org/show_bug.cgi?id=14382

--- Comment #6 from Ketmar Dark <ketmar@ketmar.no-ip.org> ---
thank you.

--
July 14, 2015
https://issues.dlang.org/show_bug.cgi?id=14382

--- Comment #7 from Marc Schütz <schuetzm@gmx.net> ---
@ketmar: Stephen Schveighofer wants to change a few things. Can you please have a look at his comments on Github?

--
July 14, 2015
https://issues.dlang.org/show_bug.cgi?id=14382

--- Comment #8 from Ketmar Dark <ketmar@ketmar.no-ip.org> ---
(In reply to Marc Schütz from comment #7)
> @ketmar: Stephen Schveighofer wants to change a few things. Can you please have a look at his comments on Github?

ah, ok, i can do that myself, or any interested person can fix the patch. i really don't care about "author" thingy, and there's no problems in fixing patch, but won't it be better to simply change PR on github? i.e. no need to reimport patches and so on.

but if you want me to do that for any reasons, just drop a note here, and i'll do that.

--
February 20, 2020
https://issues.dlang.org/show_bug.cgi?id=14382

Basile-z <b2.temp@gmx.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|ASSIGNED                    |RESOLVED
                 CC|                            |b2.temp@gmx.com
         Resolution|---                         |FIXED

--- Comment #9 from Basile-z <b2.temp@gmx.com> ---
fixed by https://github.com/dlang/phobos/commit/e0585fa785460bef9a295166a56f9ab9e6b9b385#diff-db0606985e4c9ba183dc86a7cb1ea874

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

Basile-z <b2.temp@gmx.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|b2.temp@gmx.com             |

--