http://d.puremagic.com/issues/show_bug.cgi?id=9603
Summary: Signals must work with closure delegates
Product: D
Version: D2
Platform: All
OS/Version: All
Status: NEW
Keywords: wrong-code
Severity: major
Priority: P2
Component: Phobos
AssignedTo: [email protected]
ReportedBy: [email protected]
--- Comment #0 from Denis Shelomovskij <[email protected]> 2013-02-27
13:37:47 MSK ---
Without this ability signals are very inconvenient to use as closures are very
common delegates and are an official way to reorder/ignore function parameters.
Also current implementation is very dangerous as passing a closure results in
undefined behavior.
--
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------