Jump to page: 1 2
Thread overview
[Issue 13253] use more scoped imports in phobos
Aug 29, 2014
dbr
Nov 07, 2014
Martin Nowak
Dec 17, 2022
Iain Buclaw
August 29, 2014
https://issues.dlang.org/show_bug.cgi?id=13253

dbr <dbugreporter@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |dbugreporter@gmail.com

--- Comment #1 from dbr <dbugreporter@gmail.com> ---
Beware of issue 10378 though. Using scoped imports means you have to be aware of every symbol in that module or you'll risk surprising behavior since there is no conflict detection.

--
November 07, 2014
https://issues.dlang.org/show_bug.cgi?id=13253

--- Comment #2 from Martin Nowak <code@dawg.eu> ---
https://github.com/D-Programming-Language/phobos/pull/2658

--
November 07, 2014
https://issues.dlang.org/show_bug.cgi?id=13253

Илья Ярошенко <ilyayaroshenko@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |ilyayaroshenko@gmail.com

--- Comment #3 from Илья Ярошенко <ilyayaroshenko@gmail.com> ---
https://github.com/D-Programming-Language/phobos/pull/2659

--
November 07, 2014
https://issues.dlang.org/show_bug.cgi?id=13253

--- Comment #4 from Илья Ярошенко <ilyayaroshenko@gmail.com> ---
std.range package https://github.com/D-Programming-Language/phobos/pull/2661

--
November 08, 2014
https://issues.dlang.org/show_bug.cgi?id=13253

--- Comment #5 from Илья Ярошенко <ilyayaroshenko@gmail.com> ---
https://github.com/D-Programming-Language/phobos/pull/2665 https://github.com/D-Programming-Language/phobos/pull/2666 https://github.com/D-Programming-Language/phobos/pull/2667

--
November 09, 2014
https://issues.dlang.org/show_bug.cgi?id=13253

--- Comment #6 from Илья Ярошенко <ilyayaroshenko@gmail.com> ---
https://github.com/D-Programming-Language/phobos/pull/2669 https://github.com/D-Programming-Language/phobos/pull/2670 https://github.com/D-Programming-Language/phobos/pull/2671 https://github.com/D-Programming-Language/phobos/pull/2672 https://github.com/D-Programming-Language/phobos/pull/2673

--
November 10, 2014
https://issues.dlang.org/show_bug.cgi?id=13253

--- Comment #7 from Илья Ярошенко <ilyayaroshenko@gmail.com> ---
https://github.com/D-Programming-Language/phobos/pull/2678 https://github.com/D-Programming-Language/phobos/pull/2679 https://github.com/D-Programming-Language/phobos/pull/2680

--
November 10, 2014
https://issues.dlang.org/show_bug.cgi?id=13253

--- Comment #8 from Илья Ярошенко <ilyayaroshenko@gmail.com> ---
https://github.com/D-Programming-Language/phobos/pull/2681

--
November 10, 2014
https://issues.dlang.org/show_bug.cgi?id=13253

hsteoh@quickfur.ath.cx changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |hsteoh@quickfur.ath.cx

--
November 13, 2014
https://issues.dlang.org/show_bug.cgi?id=13253

--- Comment #9 from Илья Ярошенко <ilyayaroshenko@gmail.com> ---
https://github.com/D-Programming-Language/phobos/pull/2694 https://github.com/D-Programming-Language/phobos/pull/2695 https://github.com/D-Programming-Language/phobos/pull/2696

--
« First   ‹ Prev
1 2