Thread overview | ||||||||
---|---|---|---|---|---|---|---|---|
|
May 01, 2012 [Issue 8009] New: ICE with bad type inside templated function with delegate | ||||
---|---|---|---|---|
| ||||
http://d.puremagic.com/issues/show_bug.cgi?id=8009 Summary: ICE with bad type inside templated function with delegate Product: D Version: D2 Platform: x86 OS/Version: Windows Status: NEW Severity: normal Priority: P2 Component: DMD AssignedTo: nobody@puremagic.com ReportedBy: wfunction@hotmail.com --- Comment #0 from wfunction@hotmail.com 2012-05-01 04:13:16 PDT --- void filter(R)(scope bool delegate(ref BAD!R) func) { } void main() { filter(r => r); } gives me an ICE. -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- |
May 01, 2012 [Issue 8009] ICE with bad type inside templated function with delegate | ||||
---|---|---|---|---|
| ||||
Posted in reply to wfunction@hotmail.com | http://d.puremagic.com/issues/show_bug.cgi?id=8009 Kenji Hara <k.hara.pg@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |ice, pull Platform|x86 |All OS/Version|Windows |All --- Comment #1 from Kenji Hara <k.hara.pg@gmail.com> 2012-05-01 08:15:31 PDT --- https://github.com/D-Programming-Language/dmd/pull/917 -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- |
May 02, 2012 [Issue 8009] ICE with bad type inside templated function with delegate | ||||
---|---|---|---|---|
| ||||
Posted in reply to wfunction@hotmail.com | http://d.puremagic.com/issues/show_bug.cgi?id=8009 --- Comment #2 from github-bugzilla@puremagic.com 2012-05-01 21:01:34 PDT --- Commits pushed to master at https://github.com/D-Programming-Language/dmd https://github.com/D-Programming-Language/dmd/commit/4039497a653cf3334912910b93a2383e930b99b6 fix Issue 8009 - ICE with bad type inside templated function with delegate https://github.com/D-Programming-Language/dmd/commit/be5a37b7efa182cbc015fa80755bdbd4bd8d92fd Merge pull request #917 from 9rnsr/fix8009 Issue 8009 - ICE with bad type inside templated function with delegate -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- |
May 02, 2012 [Issue 8009] ICE with bad type inside templated function with delegate | ||||
---|---|---|---|---|
| ||||
Posted in reply to wfunction@hotmail.com | http://d.puremagic.com/issues/show_bug.cgi?id=8009 --- Comment #3 from github-bugzilla@puremagic.com 2012-05-01 21:06:22 PDT --- Commit pushed to master at https://github.com/D-Programming-Language/dmd https://github.com/D-Programming-Language/dmd/commit/38595a840d02cc8142a2544f7c36397c5b986deb add test case for Issue 8009 - ICE with bad type inside templated function with delegate -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- |
May 02, 2012 [Issue 8009] ICE with bad type inside templated function with delegate | ||||
---|---|---|---|---|
| ||||
Posted in reply to wfunction@hotmail.com | http://d.puremagic.com/issues/show_bug.cgi?id=8009 Kenji Hara <k.hara.pg@gmail.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: ------- |
May 24, 2012 [Issue 8009] ICE with bad type inside templated function with delegate | ||||
---|---|---|---|---|
| ||||
Posted in reply to wfunction@hotmail.com | http://d.puremagic.com/issues/show_bug.cgi?id=8009 Kenji Hara <k.hara.pg@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |andrej.mitrovich@gmail.com --- Comment #4 from Kenji Hara <k.hara.pg@gmail.com> 2012-05-24 10:43:08 PDT --- *** Issue 8090 has been marked as a duplicate of this issue. *** -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- |
Copyright © 1999-2021 by the D Language Foundation