[Issue 4596] [tdpl] Rebinding *this* in class method compiles

2012-12-31 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4596 Mike Wey mike-...@planet.nl changed: What|Removed |Added CC||mike-...@planet.nl ---

[Issue 9180] can't compile example code on dlang.org

2012-12-31 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=9180 --- Comment #3 from github-bugzi...@puremagic.com 2012-12-31 03:50:32 PST --- Commit pushed to master at https://github.com/D-Programming-Language/d-programming-language.org

[Issue 8965] Implement mixin template for forwading constructors

2012-12-31 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8965 Peter Alexander peter.alexander...@gmail.com changed: What|Removed |Added Status|NEW |RESOLVED

[Issue 9066] Implement constructor forwarding template

2012-12-31 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=9066 --- Comment #2 from Peter Alexander peter.alexander...@gmail.com 2012-12-31 09:57:25 PST --- *** Issue 8965 has been marked as a duplicate of this issue. *** -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email

[Issue 9246] New: safe struct with dtor doesn't generate safe opAssign

2012-12-31 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=9246 Summary: safe struct with dtor doesn't generate safe opAssign Product: D Version: D2 Platform: x86 OS/Version: Windows Status: NEW Severity: normal Priority: P2

[Issue 4829] Linux build fails

2012-12-31 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4829 SomeDude lovelyd...@mailmetrash.com changed: What|Removed |Added CC|

[Issue 4737] typeid doesn't work for scoped enum with initializer

2012-12-31 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4737 --- Comment #6 from SomeDude lovelyd...@mailmetrash.com 2012-12-31 12:30:02 PST --- http://dpaste.dzfl.pl/fork/7f894621 2.060 DMD: compilation failure GDC: compiles and runs but no output LDC: compiles and runs with the following output

[Issue 5130] writeln cannot take delegate

2012-12-31 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5130 --- Comment #4 from SomeDude lovelyd...@mailmetrash.com 2012-12-31 12:37:33 PST --- Checked on 3 compilers, it compiles and runs. This one should be closed, I guess. -- Configure issuemail:

[Issue 8361] [ICE] (eh.c line 316) with struct with dtor in assert

2012-12-31 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8361 SomeDude lovelyd...@mailmetrash.com changed: What|Removed |Added CC|

[Issue 8391] Segmentation fault (core dumped) with std.write

2012-12-31 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8391 SomeDude lovelyd...@mailmetrash.com changed: What|Removed |Added CC|

[Issue 4737] typeid doesn't work for scoped enum with initializer

2012-12-31 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4737 --- Comment #7 from Andrej Mitrovic andrej.mitrov...@gmail.com 2012-12-31 13:33:48 PST --- (In reply to comment #6) GDC: compiles and runs but no output DPaste might be using -unittest by mistake instead of -funittest for GDC. Run it with

[Issue 8369] try/finally block and float division by zero

2012-12-31 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8369 SomeDude lovelyd...@mailmetrash.com changed: What|Removed |Added CC|

[Issue 7292] Exception and Error missing from object docs

2012-12-31 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7292 Andrej Mitrovic andrej.mitrov...@gmail.com changed: What|Removed |Added Status|NEW |RESOLVED

[Issue 8361] [ICE] (eh.c line 316) with struct with dtor in assert

2012-12-31 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8361 --- Comment #2 from bearophile_h...@eml.cc 2012-12-31 20:57:54 PST --- (In reply to comment #1) Compiles and runs successfully on 2.060 in DPaste (Linux ?) I confirm the presence of this problem, on 32bit Windows DMD 2.061alpha. --