[Issue 9155] Ddoc: code section should strip leading spaces

2012-12-14 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=9155 Kenji Hara k.hara...@gmail.com changed: What|Removed |Added Keywords||pull --- Comment #1

[Issue 7459] working around nested function declaration order

2012-12-14 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7459 --- Comment #2 from timon.g...@gmx.ch 2012-12-14 00:20:08 PST --- (In reply to comment #1) Ideally, the compiler should allow nested functions to call each other. I agree. Furthermore, ideally the state of the symbol table should the one at

[Issue 7459] working around nested function declaration order

2012-12-14 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7459 --- Comment #3 from timon.g...@gmx.ch 2012-12-14 00:21:05 PST --- (In reply to comment #2) ... The above code should be a compiler error. /compiler/compile/s -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email

[Issue 9156] New: std.complex inconsistency between `std.complex.Complex` vs `std.complex.complex`

2012-12-14 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=9156 Summary: std.complex inconsistency between `std.complex.Complex` vs `std.complex.complex` Product: D Version: unspecified Platform: All OS/Version: All Status: NEW

[Issue 9156] std.complex inconsistency between `std.complex.Complex` vs `std.complex.complex`

2012-12-14 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=9156 --- Comment #1 from monarchdo...@gmail.com 2012-12-14 02:20:47 PST --- https://github.com/D-Programming-Language/phobos/pull/1005 -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email --- You are receiving this

[Issue 5204] Inherited out contract requires lvalue result?

2012-12-14 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5204 Kenji Hara k.hara...@gmail.com changed: What|Removed |Added Keywords||pull, rejects-valid

[Issue 9037] DDoc: Chokes on consecutive example sections:

2012-12-14 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=9037 --- Comment #2 from github-bugzi...@puremagic.com 2012-12-14 03:35:54 PST --- Commits pushed to master at https://github.com/D-Programming-Language/dmd

[Issue 9157] New: RDMD: Add support for the Unilink linker

2012-12-14 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=9157 Summary: RDMD: Add support for the Unilink linker Product: D Version: D2 Platform: All OS/Version: All Status: NEW Keywords: pull Severity: enhancement

[Issue 9157] RDMD: Add support for the Unilink linker

2012-12-14 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=9157 --- Comment #1 from Andrej Mitrovic andrej.mitrov...@gmail.com 2012-12-14 09:13:39 PST --- https://github.com/D-Programming-Language/tools/pull/36 -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email --- You are

[Issue 8443] [2.060 beta] Win32 linker bug with separate compilation

2012-12-14 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8443 --- Comment #5 from Andrej Mitrovic andrej.mitrov...@gmail.com 2012-12-14 09:53:59 PST --- (In reply to comment #4) This appears to be fixed in git. Yeah it seems so, but I would really like to know which commit/pull fixed it and what

[Issue 5754] ICE(glue.c): using nested delegate literal as template alias parameter

2012-12-14 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5754 bearophile_h...@eml.cc changed: What|Removed |Added Severity|normal |regression --- Comment #6

[Issue 5754] ICE(glue.c): using nested delegate literal as template alias parameter

2012-12-14 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5754 bearophile_h...@eml.cc changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

[Issue 9158] New: [ICE](glue.c line 787) with reduce from another module

2012-12-14 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=9158 Summary: [ICE](glue.c line 787) with reduce from another module Product: D Version: D2 Platform: x86 OS/Version: Windows Status: NEW Keywords: rejects-valid