[Issue 9493] New: std.algorithm.canFind returns true for empty string in array of integers

2013-02-10 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=9493 Summary: std.algorithm.canFind returns true for empty string in array of integers Product: D Version: D2 Platform: x86_64 OS/Version: Windows Status: NEW

[Issue 9494] New: compiler stack overflow on invalid associative array

2013-02-10 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=9494 Summary: compiler stack overflow on invalid associative array Product: D Version: D2 Platform: x86 OS/Version: Windows Status: NEW Severity: minor Priority: P2

[Issue 9493] std.algorithm.canFind returns true for empty string in array of integers

2013-02-10 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=9493 monarchdo...@gmail.com changed: What|Removed |Added CC||monarchdo...@gmail.com ---

[Issue 9456] decodeFront is inconsistent in whether it pops elements off of the range or not

2013-02-10 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=9456 --- Comment #3 from Jonathan M Davis jmdavisp...@gmx.com 2013-02-10 03:47:54 PST --- New pull request: https://github.com/D-Programming-Language/phobos/pull/1129 It makes it so that decodeFront takes its argument by ref, since that's the only

[Issue 9493] std.algorithm.canFind returns true for empty string in array of integers

2013-02-10 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=9493 Jonathan M Davis jmdavisp...@gmx.com changed: What|Removed |Added CC|

[Issue 7215] array.Appender.put should work on its own type

2013-02-10 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7215 Andrej Mitrovic andrej.mitrov...@gmail.com changed: What|Removed |Added Status|NEW |RESOLVED

[Issue 5223] [qtd] Cannot use default value with function parameter of struct type

2013-02-10 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5223 Andrej Mitrovic andrej.mitrov...@gmail.com changed: What|Removed |Added Platform|Other |All

[Issue 9495] New: Win64 vararg issue when first argument is 8 byte

2013-02-10 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=9495 Summary: Win64 vararg issue when first argument is 8 byte Product: D Version: D2 Platform: x86_64 OS/Version: Windows Status: NEW Severity: critical Priority: P2

[Issue 6740] Can't call variadic type argument as a template function

2013-02-10 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6740 Andrej Mitrovic andrej.mitrov...@gmail.com changed: What|Removed |Added Status|NEW |RESOLVED

[Issue 6474] aliasing type tuple elements' members is onerous

2013-02-10 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6474 --- Comment #2 from Andrej Mitrovic andrej.mitrov...@gmail.com 2013-02-10 09:10:37 PST --- *** Issue 6740 has been marked as a duplicate of this issue. *** -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ---

[Issue 8493] template parameter extraction fails for types returned from templated function

2013-02-10 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8493 Andrej Mitrovic andrej.mitrov...@gmail.com changed: What|Removed |Added Status|NEW |RESOLVED

[Issue 9469] Keywords list could use linkage; more-humane documentation

2013-02-10 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=9469 Alex R�nne Petersen a...@lycus.org changed: What|Removed |Added CC||a...@lycus.org

[Issue 8936] Throwing results in searching the whole directory tree rooted in current directory

2013-02-10 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8936 --- Comment #33 from github-bugzi...@puremagic.com 2013-02-10 10:08:18 PST --- Commit pushed to master at https://github.com/D-Programming-Language/druntime

[Issue 8936] Throwing results in searching the whole directory tree rooted in current directory

2013-02-10 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8936 --- Comment #34 from Alex R�nne Petersen a...@lycus.org 2013-02-10 19:10:04 CET --- This should be fixed now, yes? -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email --- You are receiving this mail because:

[Issue 8143] Safe std.conv.to enum conversion

2013-02-10 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8143 --- Comment #23 from github-bugzi...@puremagic.com 2013-02-10 10:15:26 PST --- Commits pushed to master at https://github.com/D-Programming-Language/phobos

[Issue 8936] Throwing results in searching the whole directory tree rooted in current directory

2013-02-10 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8936 --- Comment #35 from Andrej Mitrovic andrej.mitrov...@gmail.com 2013-02-10 10:21:23 PST --- (In reply to comment #34) This should be fixed now, yes? Yes, fixed in 2.061. -- Configure issuemail:

[Issue 8143] Safe std.conv.to enum conversion

2013-02-10 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8143 Andrej Mitrovic andrej.mitrov...@gmail.com changed: What|Removed |Added Status|NEW |RESOLVED

[Issue 9108] Running dmd generates an error

2013-02-10 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=9108 Maxim Fomin ma...@maxim-fomin.ru changed: What|Removed |Added Status|NEW |RESOLVED

[Issue 9496] [REG 2.061 - 2.062 alpha] this[1 .. $] passes wrong this to opDollar

2013-02-10 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=9496 --- Comment #1 from monarchdo...@gmail.com 2013-02-10 11:59:32 PST --- (In reply to comment #0) *** NOTE: THIS ***JUST*** BROKE IN GIT HEAD. *** Forgot to mention, the

[Issue 9496] New: [REG 2.061 - 2.062 alpha] this[1 .. $] passes wrong this to opDollar

2013-02-10 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=9496 Summary: [REG 2.061 - 2.062 alpha] this[1 .. $] passes wrong this to opDollar Product: D Version: D2 Platform: All OS/Version: All Status: NEW Severity:

[Issue 9496] [REG 2.061 - 2.062 alpha] this[1 .. $] passes wrong this to opDollar

2013-02-10 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=9496 Jonathan M Davis jmdavisp...@gmx.com changed: What|Removed |Added CC|

[Issue 9496] [REG 2.061 - 2.062 alpha] this[1 .. $] passes wrong this to opDollar

2013-02-10 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=9496 Maxim Fomin ma...@maxim-fomin.ru changed: What|Removed |Added CC||ma...@maxim-fomin.ru

[Issue 9494] compiler stack overflow on invalid associative array

2013-02-10 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=9494 Andrej Mitrovic andrej.mitrov...@gmail.com changed: What|Removed |Added Severity|minor |major --

[Issue 9494] compiler stack overflow on invalid associative array

2013-02-10 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=9494 Andrej Mitrovic andrej.mitrov...@gmail.com changed: What|Removed |Added Keywords||pull ---

[Issue 9496] [REG 2.061 - 2.062 alpha] this[1 .. $] passes wrong this to opDollar

2013-02-10 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=9496 Andrej Mitrovic andrej.mitrov...@gmail.com changed: What|Removed |Added CC|

[Issue 9496] [REG 2.061 - 2.062 alpha] this[1 .. $] passes wrong this to opDollar

2013-02-10 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=9496 --- Comment #4 from Maxim Fomin ma...@maxim-fomin.ru 2013-02-10 12:44:35 PST --- I can reproduce on linux64 githead for both -m32 and m64 import core.stdc.stdio : printf; struct S { int i; size_t opDollar() {

[Issue 9496] [REG 2.061 - 2.062 alpha] this[1 .. $] passes wrong this to opDollar

2013-02-10 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=9496 Jonathan M Davis jmdavisp...@gmx.com changed: What|Removed |Added OS/Version|All |Linux ---

[Issue 9496] [REG 2.061 - 2.062 alpha] this[1 .. $] passes wrong this to opDollar

2013-02-10 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=9496 Andrej Mitrovic andrej.mitrov...@gmail.com changed: What|Removed |Added OS/Version|Linux |All ---

[Issue 9497] New: ddoc: add support for handling undefined macros

2013-02-10 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=9497 Summary: ddoc: add support for handling undefined macros Product: D Version: D2 Platform: All OS/Version: All Status: NEW Severity: normal Priority: P2

[Issue 9497] ddoc: add support for handling undefined macros

2013-02-10 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=9497 Andrei Alexandrescu and...@erdani.com changed: What|Removed |Added Keywords||preapproved

[Issue 7819] std.file.setTimes throws error on folders

2013-02-10 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7819 --- Comment #5 from github-bugzi...@puremagic.com 2013-02-10 15:42:54 PST --- Commits pushed to master at https://github.com/D-Programming-Language/phobos

[Issue 7819] std.file.setTimes throws error on folders

2013-02-10 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7819 Alex R�nne Petersen a...@lycus.org changed: What|Removed |Added Status|NEW |RESOLVED

[Issue 9438] Strange RefCounted stack overflow

2013-02-10 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=9438 --- Comment #12 from github-bugzi...@puremagic.com 2013-02-10 16:58:12 PST --- Commits pushed to master at https://github.com/D-Programming-Language/dmd

[Issue 9438] Strange RefCounted stack overflow

2013-02-10 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=9438 --- Comment #13 from github-bugzi...@puremagic.com 2013-02-10 17:03:41 PST --- Commit pushed to staging at https://github.com/D-Programming-Language/dmd

[Issue 9438] Strange RefCounted stack overflow

2013-02-10 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=9438 --- Comment #14 from github-bugzi...@puremagic.com 2013-02-10 18:11:34 PST --- Commit pushed to dmd-1.x at https://github.com/D-Programming-Language/dmd

[Issue 9438] Strange RefCounted stack overflow

2013-02-10 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=9438 Walter Bright bugzi...@digitalmars.com changed: What|Removed |Added Status|NEW |RESOLVED

[Issue 9492] [2.052 beta] Stylesheet not found for off-line HTML docs

2013-02-10 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=9492 Walter Bright bugzi...@digitalmars.com changed: What|Removed |Added Status|NEW |RESOLVED

[Issue 9484] Syntax error in JSON output

2013-02-10 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=9484 --- Comment #7 from github-bugzi...@puremagic.com 2013-02-10 20:03:13 PST --- Commits pushed to master at https://github.com/D-Programming-Language/dmd

[Issue 9484] Syntax error in JSON output

2013-02-10 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=9484 Walter Bright bugzi...@digitalmars.com changed: What|Removed |Added Status|NEW |RESOLVED

[Issue 6576] std.string.format for struct crash on Linux 64bit

2013-02-10 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6576 Maxim Fomin ma...@maxim-fomin.ru changed: What|Removed |Added CC||ma...@maxim-fomin.ru

[Issue 9496] [REG 2.061 - 2.062 alpha] this[1 .. $] passes wrong this to opDollar

2013-02-10 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=9496 --- Comment #7 from monarchdo...@gmail.com 2013-02-10 23:03:17 PST --- (In reply to comment #2) (In reply to comment #0) *** NOTE: THIS ***JUST*** BROKE IN GIT HEAD.

[Issue 9496] [REG 2.061 - 2.062 alpha] this[1 .. $] passes wrong this to opDollar

2013-02-10 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=9496 Kenji Hara k.hara...@gmail.com changed: What|Removed |Added Keywords||pull, wrong-code ---