October 11, 2013
http://d.puremagic.com/issues/show_bug.cgi?id=11220



--- Comment #9 from deadalnix <deadalnix@gmail.com> 2013-10-10 23:15:50 PDT ---
(In reply to comment #7)
> https://github.com/D-Programming-Language/dmd/pull/2652

Awesome ! You really impress me Kenji !

Sadly I know have

dmd: struct.c:876: virtual void StructDeclaration::semantic(Scope*): Assertion
`type->ty != Tstruct || ((TypeStruct *)type)->sym == this' failed.

I'll try to reduce that new error to something manageable.

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
October 11, 2013
http://d.puremagic.com/issues/show_bug.cgi?id=11220



--- Comment #10 from Kenji Hara <k.hara.pg@gmail.com> 2013-10-10 23:42:57 PDT ---
(In reply to comment #9)
> (In reply to comment #7)
> > https://github.com/D-Programming-Language/dmd/pull/2652
> 
> Awesome ! You really impress me Kenji !
> 
> Sadly I know have
> 
> dmd: struct.c:876: virtual void StructDeclaration::semantic(Scope*): Assertion
> `type->ty != Tstruct || ((TypeStruct *)type)->sym == this' failed.
> 
> I'll try to reduce that new error to something manageable.

Right now, I fixed bug 11075 by merging Walter's PR.
Could you try again with the current git head?

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
October 11, 2013
http://d.puremagic.com/issues/show_bug.cgi?id=11220



--- Comment #11 from deadalnix <deadalnix@gmail.com> 2013-10-11 00:21:00 PDT ---
(In reply to comment #10)
> (In reply to comment #9)
> > (In reply to comment #7)
> > > https://github.com/D-Programming-Language/dmd/pull/2652
> > 
> > Awesome ! You really impress me Kenji !
> > 
> > Sadly I know have
> > 
> > dmd: struct.c:876: virtual void StructDeclaration::semantic(Scope*): Assertion
> > `type->ty != Tstruct || ((TypeStruct *)type)->sym == this' failed.
> > 
> > I'll try to reduce that new error to something manageable.
> 
> Right now, I fixed bug 11075 by merging Walter's PR.
> Could you try again with the current git head?

Ok, I did some digging, and it turns out that this is another regression, completely unrelated to this problem.

Awesome work Kenji ! You can close that one.

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
October 11, 2013
http://d.puremagic.com/issues/show_bug.cgi?id=11220



--- Comment #12 from github-bugzilla@puremagic.com 2013-10-11 11:40:54 PDT ---
Commits pushed to master at https://github.com/D-Programming-Language/dmd

https://github.com/D-Programming-Language/dmd/commit/b83b82f635bc6f4f59f63bf2273de0923841cb65 fix Issue 11220 - XXX__lambda2 cannot access frame of function XXX

https://github.com/D-Programming-Language/dmd/commit/2df10899d4ae364abc42e9dd611b6982b2bb52fc Merge pull request #2652 from 9rnsr/fix11220

[REG2.060] Issue 11220 - XXX__lambda2 cannot access frame of function XXX

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
October 11, 2013
http://d.puremagic.com/issues/show_bug.cgi?id=11220


Walter Bright <bugzilla@digitalmars.com> changed:

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


-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
October 19, 2013
http://d.puremagic.com/issues/show_bug.cgi?id=11220


deadalnix <deadalnix@gmail.com> changed:

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


--- Comment #13 from deadalnix <deadalnix@gmail.com> 2013-10-18 19:00:42 PDT ---
I reoppen as, sadly, this one is back in master.

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
October 19, 2013
http://d.puremagic.com/issues/show_bug.cgi?id=11220


deadalnix <deadalnix@gmail.com> changed:

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


--- Comment #14 from deadalnix <deadalnix@gmail.com> 2013-10-18 19:07:49 PDT ---
(In reply to comment #13)
> I reoppen as, sadly, this one is back in master.

And reclose because I messed up my dmd repo, and it is really closed.

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
1 2
Next ›   Last »