[Issue 11231] New: formattedRead accepts silently trailing space past the string to match, but no other character

2013-10-11 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=11231 Summary: formattedRead accepts silently trailing space past the string to match, but no other character Product: D Version: D2 Platform: All OS/Version: All Status

[Issue 11230] New: Assertion failed: (type->ty != Tstruct || ((TypeStruct *)type)->sym == this), function semantic, file struct.c, line 876.

2013-10-11 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=11230 Summary: Assertion failed: (type->ty != Tstruct || ((TypeStruct *)type)->sym == this), function semantic, file struct.c, line 876. Product: D Version: D2 Platform:

[Issue 11229] New: std.string.toLower is slow

2013-10-11 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=11229 Summary: std.string.toLower is slow Product: D Version: D2 Platform: x86 OS/Version: Windows Status: NEW Severity: enhancement Priority: P2 Component: Pho

[Issue 11228] New: alias this confuses static array copy

2013-10-11 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=11228 Summary: alias this confuses static array copy Product: D Version: unspecified Platform: All OS/Version: All Status: NEW Severity: normal Priority: P2 Com

[Issue 11227] New: Visual D 'smart' indent mode is too inflexible with parentheses.

2013-10-11 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=11227 Summary: Visual D 'smart' indent mode is too inflexible with parentheses. Product: D Version: D2 Platform: All OS/Version: All Status: NEW Severity: norm

[Issue 11223] inline ice with tuple assignment and if/else

2013-10-11 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=11223 Walter Bright changed: What|Removed |Added Status|NEW |RESOLVED CC|

[Issue 11182] dmd crashes on compiling regex

2013-10-11 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=11182 Walter Bright changed: What|Removed |Added Status|NEW |RESOLVED CC|

[Issue 11220] Regression in master: XXX__lambda2 cannot access frame of function XXX

2013-10-11 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=11220 Walter Bright changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

[Issue 11182] dmd crashes on compiling regex

2013-10-11 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=11182 --- Comment #3 from github-bugzi...@puremagic.com 2013-10-11 11:42:57 PDT --- Commits pushed to master at https://github.com/D-Programming-Language/dmd https://github.com/D-Programming-Language/dmd/commit/9f30e94d7d1f02090f85639c080ed3bedfedb7

[Issue 11220] Regression in master: XXX__lambda2 cannot access frame of function XXX

2013-10-11 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=11220 --- Comment #12 from github-bugzi...@puremagic.com 2013-10-11 11:40:54 PDT --- Commits pushed to master at https://github.com/D-Programming-Language/dmd https://github.com/D-Programming-Language/dmd/commit/b83b82f635bc6f4f59f63bf2273de0923841c

[Issue 11223] inline ice with tuple assignment and if/else

2013-10-11 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=11223 --- Comment #2 from github-bugzi...@puremagic.com 2013-10-11 11:40:14 PDT --- Commits pushed to master at https://github.com/D-Programming-Language/dmd https://github.com/D-Programming-Language/dmd/commit/250a8734370d223f1757c9796e284cc45a82e6

[Issue 10255] When creating lib files, dmd no longer splits module into multiple obj files

2013-10-11 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=10255 Walter Bright changed: What|Removed |Added Status|NEW |RESOLVED Version|D2

[Issue 10255] When creating lib files, dmd no longer splits module into multiple obj files

2013-10-11 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=10255 --- Comment #4 from github-bugzi...@puremagic.com 2013-10-11 11:37:06 PDT --- Commit pushed to dmd-1.x at https://github.com/D-Programming-Language/dmd https://github.com/D-Programming-Language/dmd/commit/605ba81b50f4227e420937c1893b0521796fdb

[Issue 8682] Can't install DMD 2.060 on OS X 10.6.8

2013-10-11 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8682 --- Comment #6 from Jacob Carlborg 2013-10-11 11:33:00 PDT --- I'm pretty sure this is fixed in this commit: https://github.com/D-Programming-Language/installer/commit/947929b30456bb925ef021d16341a2f272a5a2ed. I haven't verified that it's fixed

[Issue 9066] Add constructor inheritance feature

2013-10-11 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=9066 Andrej Mitrovic changed: What|Removed |Added CC||k.hara...@gmail.com --- Comment #14

[Issue 11226] New: Problems with typeof(null) and const

2013-10-11 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=11226 Summary: Problems with typeof(null) and const Product: D Version: D2 Platform: All OS/Version: All Status: NEW Keywords: rejects-valid Severity: normal P

[Issue 9066] Add constructor inheritance feature

2013-10-11 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=9066 --- Comment #13 from Martin Nowak 2013-10-11 09:59:26 PDT --- (In reply to comment #10) > I see what you mean, that could work. Although I still want the ability to > explicitly re-introduce base-class constructors via some syntax. So in essenc

[Issue 11225] Module dependency cycle causes import statements inside typeof() expressions inside templates to fail

2013-10-11 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=11225 --- Comment #2 from S�nke Ludwig 2013-10-11 08:44:13 PDT --- Oh and of course a "c" module is also needed: c.d --- // empty --- -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email --- You are receiving this ma

[Issue 11225] Module dependency cycle causes import statements inside typeof() expressions inside templates fail

2013-10-11 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=11225 --- Comment #1 from S�nke Ludwig 2013-10-11 08:42:20 PDT --- Similar issues: http://d.puremagic.com/issues/show_bug.cgi?id=10177 http://d.puremagic.com/issues/show_bug.cgi?id=10342 -- Configure issuemail: http://d.puremagic.com/issues/userp

[Issue 11225] New: Module dependency cycle causes import statements inside typeof() expressions inside templates fail

2013-10-11 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=11225 Summary: Module dependency cycle causes import statements inside typeof() expressions inside templates fail Product: D Version: D2 Platform: All OS/Version: All St

[Issue 7813] lambda lost during header gen

2013-10-11 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7813 Kenji Hara changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

[Issue 10186] default construction is disabled even if default ctor declared

2013-10-11 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=10186 --- Comment #7 from Kenji Hara 2013-10-11 07:06:48 PDT --- (In reply to comment #5) > What about `this(int = 0)` class constructor? https://github.com/D-Programming-Language/dmd/pull/2655 -- Configure issuemail: http://d.puremagic.com/issue

[Issue 10186] default construction is disabled even if default ctor declared

2013-10-11 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=10186 --- Comment #8 from Kenji Hara 2013-10-11 07:08:46 PDT --- (In reply to comment #6) > And, with v2.064-devel-64d739f, C.s is still assigned from a temporary object > instead of being constructed directly. That defeats the purpose of "@disable

[Issue 11222] std.string.isNumeric accepts a "+"

2013-10-11 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=11222 Andrej Mitrovic changed: What|Removed |Added Keywords||pull CC|

[Issue 11194] std.container.Array.reserve calls opAssign on uninitialized data

2013-10-11 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=11194 S�nke Ludwig changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

[Issue 8124] std.net.isemail not included in phobos.lib

2013-10-11 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8124 S�nke Ludwig changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

[Issue 8124] std.net.isemail not included in phobos.lib

2013-10-11 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8124 --- Comment #1 from S�nke Ludwig 2013-10-11 05:46:28 PDT --- Fixed since 2.060. -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email --- You are receiving this mail because: ---

[Issue 10820] curly brakets prevent inlining with DMD

2013-10-11 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=10820 --- Comment #4 from monarchdo...@gmail.com 2013-10-11 04:07:58 PDT --- (In reply to comment #2) > https://github.com/D-Programming-Language/dmd/pull/2654 > > With patched dmd, the OP code output is: > > $ dmd -run test.d > DMD v2.064 DEBUG >

[Issue 11224] Inlining stops NRVO

2013-10-11 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=11224 Kenji Hara changed: What|Removed |Added Keywords||pull --- Comment #1 from Kenji Hara 201

[Issue 11224] New: Inlining stops NRVO

2013-10-11 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=11224 Summary: Inlining stops NRVO Product: D Version: D2 Platform: All OS/Version: All Status: NEW Keywords: wrong-code Severity: normal Priority: P2

[Issue 10820] curly brakets prevent inlining with DMD

2013-10-11 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=10820 --- Comment #3 from monarchdo...@gmail.com 2013-10-11 01:26:06 PDT --- (In reply to comment #2) > https://github.com/D-Programming-Language/dmd/pull/2654 > > With patched dmd, the OP code output is: > > $ dmd -run test.d > DMD v2.064 DEBUG >

[Issue 10820] curly brakets prevent inlining with DMD

2013-10-11 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=10820 Kenji Hara changed: What|Removed |Added Keywords||performance, pull --- Comment #2 from Ke

[Issue 11220] Regression in master: XXX__lambda2 cannot access frame of function XXX

2013-10-11 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=11220 --- Comment #11 from deadalnix 2013-10-11 00:21:00 PDT --- (In reply to comment #10) > (In reply to comment #9) > > (In reply to comment #7) > > > https://github.com/D-Programming-Language/dmd/pull/2652 > > > > Awesome ! You really impress me