[Issue 15903] [REG 2.071] module foo.bar is not accessible here, perhaps add 'static import foo.bar; (already there)

2018-05-16 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=15903

Walter Bright  changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 CC||bugzi...@digitalmars.com
 Resolution|--- |FIXED

--- Comment #9 from Walter Bright  ---
Seems to be fixed. Reopen if not.

--


[Issue 15903] [REG 2.071] module foo.bar is not accessible here, perhaps add 'static import foo.bar; (already there)

2017-05-04 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=15903

calex  changed:

   What|Removed |Added

 CC||calex+bugzilla-mail@aristow
   ||eb.net

--- Comment #8 from calex  ---
Any reasons this issue shouldn't be closed?

The issue this was suspected to duplicate was marked as resolved, and I can't
reproduce Comment 3 on DMD v2.073.0.

(Just trying to help dlang cut through the 2,984 open DMD issues. They add up
:))

--


[Issue 15903] [REG 2.071] module foo.bar is not accessible here, perhaps add 'static import foo.bar; (already there)

2016-09-11 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=15903

--- Comment #7 from Martin Nowak  ---
(In reply to Martin Nowak from comment #6)
> Comment 3 is clearly a duplicate of issue 15000.

issue 15900

--


[Issue 15903] [REG 2.071] module foo.bar is not accessible here, perhaps add 'static import foo.bar; (already there)

2016-09-11 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=15903

Martin Nowak  changed:

   What|Removed |Added

   Hardware|x86 |All
 OS|Mac OS X|All

--- Comment #6 from Martin Nowak  ---
Can't reproduce the issues of comment 0 and comment 4, please retest and
provide a complete test case.
Comment 3 is clearly a duplicate of issue 15000.

--


[Issue 15903] [REG 2.071] module foo.bar is not accessible here, perhaps add 'static import foo.bar; (already there)

2016-08-08 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=15903

Martin Nowak  changed:

   What|Removed |Added

 CC||c...@dawg.eu
   Assignee|nob...@puremagic.com|c...@dawg.eu

--- Comment #5 from Martin Nowak  ---
Issue 15900 got fixed in 2.071.2-b1, could you please retest.

--


[Issue 15903] [REG 2.071] module foo.bar is not accessible here, perhaps add 'static import foo.bar; (already there)

2016-06-07 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=15903

teddybear12...@gmail.com changed:

   What|Removed |Added

 CC||teddybear12...@gmail.com

--- Comment #4 from teddybear12...@gmail.com ---
Same problem after loading up some library code that worked in 2.68. I have
several compiler problems now:


Deprecation: module std.traits is not accessible here, perhaps add 'static
import std.traits;'

same for std.algorithm.

Of course, std.traits is already imported.

mixin(1) Deprecation: Foo.min is not visible from module Bar

min is suppose to be standard Math.min. Used to work fine, now it's not
"visible".

Same for max.

--


[Issue 15903] [REG 2.071] module foo.bar is not accessible here, perhaps add 'static import foo.bar; (already there)

2016-04-09 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=15903

Timothee Cour  changed:

   What|Removed |Added

Summary|module foo.bar is not   |[REG 2.071] module foo.bar
   |accessible here, perhaps|is not accessible here,
   |add 'static import foo.bar; |perhaps add 'static import
   |(already there) |foo.bar; (already there)

--