[Issue 20443] Case where code compiles depending on order of declaration

d-bugmail at puremagic.com d-bugmail at puremagic.com
Thu Dec 12 10:05:33 UTC 2019


https://issues.dlang.org/show_bug.cgi?id=20443

Walter Bright <bugzilla at digitalmars.com> changed:

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

--- Comment #3 from Walter Bright <bugzilla at digitalmars.com> ---
(In reply to Daniel X from comment #1)
>     import std.traits: isCopyable;

Test cases are much better if they don't import libraries (which can be very
large). It's also undesirable to have Phobos dependencies in the test suite.

--


More information about the Digitalmars-d-bugs mailing list