http://d.puremagic.com/issues/show_bug.cgi?id=8441
Andrej Mitrovic <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #11 from Andrej Mitrovic <[email protected]> 2013-07-09 10:51:10 PDT --- (In reply to comment #10) > (In reply to comment #8) > > I don't test std.signal2 module, but the two test cases work with my patch. > > > > https://github.com/D-Programming-Language/dmd/pull/1660 > > std.signal2 works too! Thank you! @[email protected]: I've tried your std.signals by compiling with 'dmd -c -o- -unittest signals.d' (the unittest switch is important here), specifically I've tried two commits for signals2: 04c951e34623e9365a3874c89f43eb997a7b376c (dav1d told me you said this might work) 4f7aaba0135bdfebfe54cbd645ca3652b0b0eb7a (git-head) I've tried them both with the current state of Pull 1660, but compilation fails due to those mixin conflicts. Can you verify this? -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: -------
