July 15, 2011
http://d.puremagic.com/issues/show_bug.cgi?id=6296



--- Comment #10 from Denis <verylonglogin.reg@gmail.com> 2011-07-15 08:20:32 PDT ---
I'll DustMite it.

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
July 15, 2011
http://d.puremagic.com/issues/show_bug.cgi?id=6296



--- Comment #11 from Denis <verylonglogin.reg@gmail.com> 2011-07-15 10:24:47 PDT ---
After DustMite-ing all phobos std.* sources: Issue6296

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
July 15, 2011
http://d.puremagic.com/issues/show_bug.cgi?id=6296



--- Comment #12 from Denis <verylonglogin.reg@gmail.com> 2011-07-15 10:25:52 PDT ---
After DustMite-ing all phobos std.* sources: Issue6325

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
September 09, 2011
http://d.puremagic.com/issues/show_bug.cgi?id=6296


Denis <verylonglogin.reg@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Summary|Assertion failure: '0' on   |Assertion failure: '0' on
                   |line 1121 in file 'glue.c'  |line 1114 in file 'glue.c'


--- Comment #13 from Denis <verylonglogin.reg@gmail.com> 2011-09-09 11:31:21 PDT ---
dmd 1.070 now fails with:
Assertion failure: '0' on line 1114 in file 'glue.c'

Reduced test case:
---
void f(A)(A) { }

bool b = is(typeof(  f(x)  ));
---
As it works for `f!(typeof(x))(x)`, looks like IFTI bug

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
September 10, 2011
http://d.puremagic.com/issues/show_bug.cgi?id=6296


Denis <verylonglogin.reg@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |ice-on-valid-code
           Severity|blocker                     |normal


-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
September 14, 2011
http://d.puremagic.com/issues/show_bug.cgi?id=6296


Walter Bright <bugzilla@digitalmars.com> changed:

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


--- Comment #14 from Walter Bright <bugzilla@digitalmars.com> 2011-09-14 00:45:34 PDT ---
D2 fix: https://github.com/D-Programming-Language/dmd/commit/0a927f258e89f92f280c0e855a93ceb05e34a260

Partial D1 fix: https://github.com/D-Programming-Language/dmd/commit/31d6751de3a877c72055a2096a9a9c4a9a25ec9b

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
September 15, 2011
http://d.puremagic.com/issues/show_bug.cgi?id=6296



--- Comment #15 from Denis <verylonglogin.reg@gmail.com> 2011-09-14 22:45:49 PDT ---
However, this D1 bug is still in dmd-1.x branch.

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
September 15, 2011
http://d.puremagic.com/issues/show_bug.cgi?id=6296


Walter Bright <bugzilla@digitalmars.com> changed:

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


--- Comment #16 from Walter Bright <bugzilla@digitalmars.com> 2011-09-15 11:24:27 PDT ---
D1 fix: https://github.com/D-Programming-Language/dmd/commit/23846aca52ebd21efab36ff32924c5a6cc17c4c0

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
September 15, 2011
http://d.puremagic.com/issues/show_bug.cgi?id=6296


Denis <verylonglogin.reg@gmail.com> changed:

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


--- Comment #17 from Denis <verylonglogin.reg@gmail.com> 2011-09-15 12:47:03 PDT ---
Still in dmd-1.x branch (tested after 23846ac and fe308a1).
---
void f(A)(A) { }
bool b = is(typeof(  f(x)  ));
---

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
September 16, 2011
http://d.puremagic.com/issues/show_bug.cgi?id=6296



--- Comment #18 from Don <clugdbug@yahoo.com.au> 2011-09-16 03:02:04 PDT ---
(In reply to comment #17)
> Still in dmd-1.x branch (tested after 23846ac and fe308a1).
> ---
> void f(A)(A) { }
> bool b = is(typeof(  f(x)  ));
> ---

Aargh, it was 6650 which was fixed, not this one!
I just copied the wrong bug number into the pull request (the commit itself
correctly names 6650).

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------