Thread overview
[Issue 19103] Can imports symbols in module to a struct with mixin.
Jul 20, 2018
Seb
Jul 20, 2018
Robert Schadek
Dec 14, 2018
RazvanN
July 20, 2018
https://issues.dlang.org/show_bug.cgi?id=19103

Seb <greeenify@gmail.com> changed:

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

--- Comment #1 from Seb <greeenify@gmail.com> ---
> This bug seems to be from dmd 2.080.0 to current nightly build.

I'm not sure it's a regression, because that's what DMD is doing since 2.071:

https://run.dlang.io/is/nhCVXe

Before 2.071, there was only one global import namespace, which is why this
probably worked before.
The interesting thing is that only since 2.079.1, `s1.writeln` works.
Digger points at https://github.com/dlang/dmd/pull/7668 which got this working.

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

Robert Schadek <rburners@gmail.com> changed:

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

--- Comment #2 from Robert Schadek <rburners@gmail.com> ---
might be related to https://issues.dlang.org/show_bug.cgi?id=19084

--
December 14, 2018
https://issues.dlang.org/show_bug.cgi?id=19103

RazvanN <razvan.nitu1305@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |razvan.nitu1305@gmail.com

--- Comment #3 from RazvanN <razvan.nitu1305@gmail.com> ---
PR: https://github.com/dlang/dmd/pull/9078

--
December 24, 2018
https://issues.dlang.org/show_bug.cgi?id=19103

--- Comment #4 from github-bugzilla@puremagic.com ---
Commits pushed to master at https://github.com/dlang/dmd

https://github.com/dlang/dmd/commit/c36b5908264dc1a24ef5b369e1abb702e29b611b Fix Issue 19103 - Can imports symbols in module to a struct with mixin

https://github.com/dlang/dmd/commit/5cb179f804695bf5a9513916b3552a24f77c5eab Merge pull request #9078 from RazvanN7/Issue_19103

Fix Issue 19103 - Can imports symbols in module to a struct with mixin

--
December 24, 2018
https://issues.dlang.org/show_bug.cgi?id=19103

github-bugzilla@puremagic.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |FIXED

--