Thread overview
[Issue 13353] [ICE] assertion with is() and templated interface
Aug 26, 2014
Kenji Hara
[Issue 13353] [REG2.066] [ICE] assertion with is() and templated interface
Aug 26, 2014
Kenji Hara
August 26, 2014
https://issues.dlang.org/show_bug.cgi?id=13353

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |ice, pull
           Severity|normal                      |regression

--- Comment #1 from Kenji Hara <k.hara.pg@gmail.com> ---
The ICE is a regression in 2.066 release.

In 2.066, the class case (issue 12078) has been fixed properly, but I had overlooked the interface case.

https://github.com/D-Programming-Language/dmd/pull/3901

--
August 26, 2014
https://issues.dlang.org/show_bug.cgi?id=13353

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Summary|[ICE] assertion with is()   |[REG2.066] [ICE] assertion
                   |and templated interface     |with is() and templated
                   |                            |interface

--
August 26, 2014
https://issues.dlang.org/show_bug.cgi?id=13353

--- Comment #2 from github-bugzilla@puremagic.com ---
Commits pushed to master at https://github.com/D-Programming-Language/dmd

https://github.com/D-Programming-Language/dmd/commit/3571d9372eb3ed4bb4aebe39705a5a17c317a13f fix Issue 13353 - [ICE] assertion with is() and templated interface

https://github.com/D-Programming-Language/dmd/commit/39d3dc6fbb833cb504b1b7dd6091f5c899e5543d Merge pull request #3901 from 9rnsr/fix13353

[REG2.066] Issue 13353 - [ICE] assertion with is() and templated interface

--
August 26, 2014
https://issues.dlang.org/show_bug.cgi?id=13353

github-bugzilla@puremagic.com changed:

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

--
August 29, 2014
https://issues.dlang.org/show_bug.cgi?id=13353

--- Comment #3 from github-bugzilla@puremagic.com ---
Commit pushed to 2.066 at https://github.com/D-Programming-Language/dmd

https://github.com/D-Programming-Language/dmd/commit/b8a96f9a8dae4f94770d1a669e212f4cab31a065 Merge pull request #3901 from 9rnsr/fix13353

[REG2.066] Issue 13353 - [ICE] assertion with is() and templated interface

--