digitalmars.D.bugs - [Issue 7092] New: std.concurrency.receive does not accept free functions
- d-bugmail puremagic.com (18/18) Dec 10 2011 http://d.puremagic.com/issues/show_bug.cgi?id=7092
- d-bugmail puremagic.com (10/10) Dec 10 2011 http://d.puremagic.com/issues/show_bug.cgi?id=7092
- d-bugmail puremagic.com (11/11) Feb 10 2012 http://d.puremagic.com/issues/show_bug.cgi?id=7092
http://d.puremagic.com/issues/show_bug.cgi?id=7092 Summary: std.concurrency.receive does not accept free functions Product: D Version: D2 Platform: Other OS/Version: All Status: NEW Severity: normal Priority: P2 Component: Phobos AssignedTo: nobody puremagic.com ReportedBy: code klickverbot.at --- Comment #0 from klickverbot <code klickverbot.at> 2011-12-10 13:19:27 PST --- As reported by deadalnix on IRC. The culprit is likely std.concurrency using is(T == function) when trying to check for a function pointer. -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: -------
Dec 10 2011
http://d.puremagic.com/issues/show_bug.cgi?id=7092 klickverbot <code klickverbot.at> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |patch --- Comment #1 from klickverbot <code klickverbot.at> 2011-12-10 13:21:42 PST --- https://github.com/D-Programming-Language/phobos/pull/362 -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: -------
Dec 10 2011
http://d.puremagic.com/issues/show_bug.cgi?id=7092 Kenji Hara <k.hara.pg gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED --- Comment #2 from Kenji Hara <k.hara.pg gmail.com> 2012-02-10 06:19:46 PST --- https://github.com/D-Programming-Language/phobos/commit/e8e92f3f99f348ddc0a5b512544775b2f1fcd602 -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: -------
Feb 10 2012