Jump to page: 1 24  
Page
Thread overview
[Issue 15925] -transition=[check]imports ignores import declaration from mixin templates
[Issue 15925] [REG 2.071] Import declaration from mixin templates are ignored
Apr 28, 2016
Dicebot
Apr 29, 2016
Mathias Lang
May 22, 2016
Walter Bright
May 22, 2016
Kenji Hara
May 24, 2016
Dicebot
May 26, 2016
Martin Nowak
May 27, 2016
Martin Nowak
Jun 30, 2016
Mathias Lang
Jul 18, 2016
det
Jul 18, 2016
det
Jul 18, 2016
det
Jul 18, 2016
det
Jul 19, 2016
Mathias Lang
Jul 19, 2016
Mathias Lang
Jul 19, 2016
det
Jul 23, 2016
Mathias Lang
April 28, 2016
https://issues.dlang.org/show_bug.cgi?id=15925

Dicebot <public@dicebot.lv> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |public@dicebot.lv

--
April 29, 2016
https://issues.dlang.org/show_bug.cgi?id=15925

Mathias Lang <mathias.lang@sociomantic.com> changed:

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

--- Comment #1 from Mathias Lang <mathias.lang@sociomantic.com> ---
https://github.com/dlang/dmd/pull/5724

--
May 02, 2016
https://issues.dlang.org/show_bug.cgi?id=15925

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

https://github.com/dlang/dmd/commit/5c7b6eac2dc7d0ba65d81d10ff7a18fe19313718 [REG 2.071] Fix Issue 15925 - Import declaration from mixin templates are ignored

There can be 3 types of AST node in `importedScopes`: `Module`, `TemplateMixin`
and `Nspace`.
`MixinTemplate` can also introduce imports, so we need to look into them when
doing the second
search pass.

https://github.com/dlang/dmd/commit/1231eacba1fedc38bf617654b1ba266f95edf345 Merge pull request #5724 from mathias-lang-sociomantic/fix-15925-stable

[REG 2.071] Fix Issue 15925 - Import declaration from mixin templates are ignored

--
May 02, 2016
https://issues.dlang.org/show_bug.cgi?id=15925

github-bugzilla@puremagic.com changed:

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

--
May 16, 2016
https://issues.dlang.org/show_bug.cgi?id=15925

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

https://github.com/dlang/dmd/commit/5c7b6eac2dc7d0ba65d81d10ff7a18fe19313718 [REG 2.071] Fix Issue 15925 - Import declaration from mixin templates are ignored

https://github.com/dlang/dmd/commit/1231eacba1fedc38bf617654b1ba266f95edf345 Merge pull request #5724 from mathias-lang-sociomantic/fix-15925-stable

--
May 22, 2016
https://issues.dlang.org/show_bug.cgi?id=15925

--- Comment #4 from github-bugzilla@puremagic.com ---
Commit pushed to revert-5724-fix-15925-stable at https://github.com/dlang/dmd

https://github.com/dlang/dmd/commit/f0f38381ed27fd8a4d2e36d13623698970cff7bd Revert "[REG 2.071] Fix Issue 15925 - Import declaration from mixin templates are ignored"

--
May 22, 2016
https://issues.dlang.org/show_bug.cgi?id=15925

Walter Bright <bugzilla@digitalmars.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |bugzilla@digitalmars.com
         Resolution|FIXED                       |INVALID

--- Comment #5 from Walter Bright <bugzilla@digitalmars.com> ---
This is not a bug, the behavior is on purpose and as designed. This was discussed at length for an analogous case, imports in base classes.

--
May 22, 2016
https://issues.dlang.org/show_bug.cgi?id=15925

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

https://github.com/dlang/dmd/commit/f0f38381ed27fd8a4d2e36d13623698970cff7bd Revert "[REG 2.071] Fix Issue 15925 - Import declaration from mixin templates are ignored"

https://github.com/dlang/dmd/commit/64f3fdb27b6d9d465c307b45c26a6c9fe10844b8 Merge pull request #5800 from dlang/revert-5724-fix-15925-stable

Revert "[REG 2.071] Fix Issue 15925 - Import declaration from mixin templates are ignored"

--
May 22, 2016
https://issues.dlang.org/show_bug.cgi?id=15925

github-bugzilla@puremagic.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         Resolution|INVALID                     |FIXED

--
May 22, 2016
https://issues.dlang.org/show_bug.cgi?id=15925

Kenji Hara <k.hara.pg@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         Resolution|FIXED                       |INVALID

--
« First   ‹ Prev
1 2 3 4