Thread overview
[Issue 19912] [module] No implicit import of object module when an object declaration exists.
[Issue 19912] [module] No implicit import of object module an object declaration exists.
May 28, 2019
Iain Buclaw
May 28, 2019
Iain Buclaw
May 29, 2019
Dlang Bot
May 29, 2019
Walter Bright
May 30, 2019
Iain Buclaw
May 30, 2019
Dlang Bot
Jun 09, 2019
Dlang Bot
May 28, 2019
https://issues.dlang.org/show_bug.cgi?id=19912

Iain Buclaw <ibuclaw@gdcproject.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |ibuclaw@gdcproject.org

--
May 28, 2019
https://issues.dlang.org/show_bug.cgi?id=19912

Iain Buclaw <ibuclaw@gdcproject.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Summary|[module] No implicit import |[module] No implicit import
                   |of object module an object  |of object module when an
                   |declaration exists.         |object declaration exists.

--
May 29, 2019
https://issues.dlang.org/show_bug.cgi?id=19912

Dlang Bot <dlang-bot@dlang.rocks> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |pull

--- Comment #1 from Dlang Bot <dlang-bot@dlang.rocks> ---
@ibuclaw created dlang/dmd pull request #9914 "fix Issue 19912: No implicit import of object module when an object declaration exists." fixing this issue:

- fix Issue 19912: No implicit import of object module when an object declaration exists.

https://github.com/dlang/dmd/pull/9914

--
May 29, 2019
https://issues.dlang.org/show_bug.cgi?id=19912

Walter Bright <bugzilla@digitalmars.com> changed:

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

--- Comment #2 from Walter Bright <bugzilla@digitalmars.com> ---
Why is this critical?

--
May 30, 2019
https://issues.dlang.org/show_bug.cgi?id=19912

--- Comment #3 from Iain Buclaw <ibuclaw@gdcproject.org> ---
It's a second symptom for the segfault in issue 19911.

Whilst fixing this will make the original test case not segfault, the issue is still present when compiling without druntime.

This was originally reported in gcc's bugzilla, fix will need backporting to the dmd c++ branch + gdc.

--
May 30, 2019
https://issues.dlang.org/show_bug.cgi?id=19912

Dlang Bot <dlang-bot@dlang.rocks> changed:

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

--- Comment #4 from Dlang Bot <dlang-bot@dlang.rocks> ---
dlang/dmd pull request #9914 "fix Issue 19912: No implicit import of object module when an object declaration exists." was merged into stable:

- 149cd71774c5b7f4c5335f580e134ba870eacd23 by Iain Buclaw:
  fix Issue 19912: No implicit import of object module when an object
declaration exists.

https://github.com/dlang/dmd/pull/9914

--
June 09, 2019
https://issues.dlang.org/show_bug.cgi?id=19912

--- Comment #5 from Dlang Bot <dlang-bot@dlang.rocks> ---
dlang/dmd pull request #9999 "[dmd-cxx] fix Issue 19912: No implicit import of object module when an object declaration exists." was merged into dmd-cxx:

- d8565a50b7dac926d8fa5cd93e22c4fb6527b643 by Iain Buclaw:
  fix Issue 19912: No implicit import of object module when an object
declaration exists.

https://github.com/dlang/dmd/pull/9999

--