[Issue 6620] argument evaluation order inversed for extern(C)

2014-02-13 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=6620 Johannes Pfau johannesp...@gmail.com changed: What|Removed |Added Status|RESOLVED|REOPENED

[Issue 12149] New: Win RDMD: .exe no longer auto-added when -of is used

2014-02-13 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=12149 Summary: Win RDMD: .exe no longer auto-added when -of is used Product: D Version: D2 Platform: All OS/Version: All Status: NEW Severity: regression Priority: P2

[Issue 10514] Constructor declaration grammar is incorrect

2014-02-13 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=10514 Kenji Hara k.hara...@gmail.com changed: What|Removed |Added Keywords||pull

[Issue 12149] Win RDMD: .exe no longer auto-added when -of is used

2014-02-13 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=12149 --- Comment #1 from Nick Sabalausky cbkbbej...@mailinator.com 2014-02-13 00:45:54 PST --- Pull request: https://github.com/D-Programming-Language/tools/pull/114 -- Configure issuemail: https://d.puremagic.com/issues/userprefs.cgi?tab=email

[Issue 2415] DMD allows void foo(int i, ); function definition

2014-02-13 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=2415 Kenji Hara k.hara...@gmail.com changed: What|Removed |Added Status|NEW |RESOLVED

[Issue 3597] Need single source for parser and documentation grammar.

2014-02-13 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=3597 Kenji Hara k.hara...@gmail.com changed: What|Removed |Added Status|NEW |RESOLVED

[Issue 11019] fwd reference : legal in C++, CT error in D (unable to resolve forward reference in definition)

2014-02-13 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=11019 Max Samukha samu...@voliacable.com changed: What|Removed |Added Status|NEW |RESOLVED

[Issue 12150] New: Regression (2.063): char[] implicitly converts to string in .dup expression

2014-02-13 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=12150 Summary: Regression (2.063): char[] implicitly converts to string in .dup expression Product: D Version: D2 Platform: All OS/Version: All Status: NEW

[Issue 12150] Regression (2.063): char[] implicitly converts to string in .dup expression

2014-02-13 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=12150 --- Comment #1 from Andrej Mitrovic andrej.mitrov...@gmail.com 2014-02-13 02:12:32 PST --- Here's the slightly reduced example code of where I ran into the issue: - import std.file; int parseCode(string code) { return

[Issue 5753] Disallow map() of void function

2014-02-13 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=5753 --- Comment #6 from github-bugzi...@puremagic.com 2014-02-13 02:39:32 PST --- Commits pushed to master at https://github.com/D-Programming-Language/phobos

[Issue 5753] Disallow map() of void function

2014-02-13 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=5753 Peter Alexander peter.alexander...@gmail.com changed: What|Removed |Added Status|NEW |RESOLVED

[Issue 12137] [REG DMD2.065-b3] Huge decline in performance

2014-02-13 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=12137 Richard Webb we...@beardmouse.org.uk changed: What|Removed |Added CC|

[Issue 12146] Linker error with __xopCmp, __xopEq, TypeInfo

2014-02-13 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=12146 --- Comment #5 from Martin Nowak c...@dawg.eu 2014-02-13 05:41:47 PST --- I think we should try to solve this by only creating one TypeInfo per struct, but always generate it, when the struct is defined. If the TypeInfo is referenced

[Issue 7555] ddoc whitespace issues due to version tags

2014-02-13 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=7555 Kenji Hara k.hara...@gmail.com changed: What|Removed |Added Keywords||pull --- Comment #2

[Issue 12150] Regression (2.063): char[] implicitly converts to string in .dup expression

2014-02-13 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=12150 --- Comment #2 from Kenji Hara k.hara...@gmail.com 2014-02-13 07:01:39 PST --- This is an intended change. See issue 9656. -- Configure issuemail: https://d.puremagic.com/issues/userprefs.cgi?tab=email --- You are receiving this mail

[Issue 12149] Win RDMD: .exe no longer auto-added when -of is used

2014-02-13 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=12149 Kenji Hara k.hara...@gmail.com changed: What|Removed |Added Status|NEW |RESOLVED

[Issue 1668] std.stream readf can't read int, nan, inf as floats

2014-02-13 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=1668 --- Comment #3 from Blake Anderton rbander...@gmail.com 2014-02-13 07:27:07 PST --- https://github.com/D-Programming-Language/phobos/pull/1929 -- Configure issuemail: https://d.puremagic.com/issues/userprefs.cgi?tab=email --- You are

[Issue 12150] Regression (2.063): char[] implicitly converts to string in .dup expression

2014-02-13 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=12150 --- Comment #3 from Andrej Mitrovic andrej.mitrov...@gmail.com 2014-02-13 07:28:15 PST --- But the regression is likely unintended. Did anyone actually request for the feature in Issue 9656? Magical built-in behavior is something we should

[Issue 12150] Regression (2.063): char[] implicitly converts to string in .dup expression

2014-02-13 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=12150 bearophile_h...@eml.cc changed: What|Removed |Added CC||bearophile_h...@eml.cc ---

[Issue 12150] Regression (2.063): char[] implicitly converts to string in .dup expression

2014-02-13 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=12150 --- Comment #6 from Kenji Hara k.hara...@gmail.com 2014-02-13 07:37:52 PST --- (In reply to comment #3) But the regression is likely unintended. Did anyone actually request for the feature in Issue 9656? Magical built-in behavior is

[Issue 12150] Regression (2.063): char[] implicitly converts to string in .dup expression

2014-02-13 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=12150 Jakob Ovrum jakobov...@gmail.com changed: What|Removed |Added CC|

[Issue 12151] New: Diagnostic for .dup/.idup should emit code before the internal rewrite

2014-02-13 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=12151 Summary: Diagnostic for .dup/.idup should emit code before the internal rewrite Product: D Version: D2 Platform: All OS/Version: All Status: NEW

[Issue 10514] Constructor declaration grammar is incorrect

2014-02-13 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=10514 --- Comment #2 from github-bugzi...@puremagic.com 2014-02-13 09:39:10 PST --- Commits pushed to master at https://github.com/D-Programming-Language/dlang.org

[Issue 12149] Win RDMD: .exe no longer auto-added when -of is used

2014-02-13 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=12149 --- Comment #3 from github-bugzi...@puremagic.com 2014-02-13 09:37:00 PST --- Commits pushed to master at https://github.com/D-Programming-Language/tools

[Issue 10514] Constructor declaration grammar is incorrect

2014-02-13 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=10514 Kenji Hara k.hara...@gmail.com changed: What|Removed |Added Status|NEW |RESOLVED

[Issue 3959] can't mixin result of templated static struct method

2014-02-13 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=3959 Vladimir Panteleev thecybersha...@gmail.com changed: What|Removed |Added Severity|normal

[Issue 3959] can't mixin result of templated static struct method

2014-02-13 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=3959 Vladimir Panteleev thecybersha...@gmail.com changed: What|Removed |Added Status|NEW |RESOLVED

[Issue 6703] Unexpected OPTLINK Termination at EIP=0042785B

2014-02-13 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=6703 Vladimir Panteleev thecybersha...@gmail.com changed: What|Removed |Added Status|NEW |RESOLVED

[Issue 9477] String (and array) comparisons are needlessly very slow

2014-02-13 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=9477 Vladimir Panteleev thecybersha...@gmail.com changed: What|Removed |Added Status|NEW |RESOLVED

[Issue 12153] New: Ternary operator on static array lvalues creates copy

2014-02-13 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=12153 Summary: Ternary operator on static array lvalues creates copy Product: D Version: D2 Platform: All OS/Version: All Status: NEW Keywords: wrong-code Severity:

[Issue 11321] Can't link _D6object15__T7reserveTyaZ7reserveFNaNbNeKAyamZm

2014-02-13 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=11321 deadalnix deadal...@gmail.com changed: What|Removed |Added Status|REOPENED|RESOLVED

[Issue 12154] New: Address of a member function doesn't tell about this - breaks std.concurrency

2014-02-13 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=12154 Summary: Address of a member function doesn't tell about this - breaks std.concurrency Product: D Version: D2 Platform: All OS/Version: All Status: NEW

[Issue 10929] [CTFE] Destructor errornously gets called on NRVO-ed structs?

2014-02-13 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=10929 --- Comment #2 from github-bugzi...@puremagic.com 2014-02-13 15:50:20 PST --- Commit pushed to master at https://github.com/D-Programming-Language/dmd

[Issue 12045] Destructor call omitted for NRVO'd struct in exceptional case

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

[Issue 12144] [REG DMD2.064] Unresolved xopEquals when referenced by dynamic array constructor

2014-02-13 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=12144 Martin Nowak c...@dawg.eu changed: What|Removed |Added Keywords||link-failure, pull ---

[Issue 12146] Linker error with __xopCmp, __xopEq, TypeInfo

2014-02-13 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=12146 Martin Nowak c...@dawg.eu changed: What|Removed |Added Keywords||pull --- Comment #6 from

[Issue 5521] DMD 2.051 does not report column number of errors.

2014-02-13 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=5521 Vladimir Panteleev thecybersha...@gmail.com changed: What|Removed |Added Status|NEW |RESOLVED

[Issue 10929] [CTFE] Destructor errornously gets called on NRVO-ed structs?

2014-02-13 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=10929 Kenji Hara k.hara...@gmail.com changed: What|Removed |Added Keywords||wrong-code

[Issue 12045] Destructor call omitted for NRVO'd struct in exceptional case

2014-02-13 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=12045 Kenji Hara k.hara...@gmail.com changed: What|Removed |Added Status|NEW |RESOLVED

[Issue 12155] New: Better line and column numbers for missing semicolon

2014-02-13 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=12155 Summary: Better line and column numbers for missing semicolon Product: D Version: D2 Platform: All OS/Version: All Status: NEW Severity: enhancement Priority: P2

[Issue 5521] DMD 2.051 does not report column number of errors.

2014-02-13 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=5521 bearophile_h...@eml.cc changed: What|Removed |Added CC||bearophile_h...@eml.cc ---

[Issue 12071] Algebraic won't take delegate returning structure

2014-02-13 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=12071 --- Comment #3 from github-bugzi...@puremagic.com 2014-02-13 19:18:39 PST --- Commits pushed to master at https://github.com/D-Programming-Language/phobos

[Issue 12071] Algebraic won't take delegate returning structure

2014-02-13 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=12071 Walter Bright bugzi...@digitalmars.com changed: What|Removed |Added Status|NEW |RESOLVED

[Issue 12156] New: static import of std.ascii in std.regex causes conflict

2014-02-13 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=12156 Summary: static import of std.ascii in std.regex causes conflict Product: D Version: D2 Platform: All OS/Version: All Status: NEW Severity: normal

[Issue 8580] VariantN.peek works wrongly for types with size bigger than maxDataSize template argument

2014-02-13 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=8580 Kapps opantm2+db...@gmail.com changed: What|Removed |Added Keywords||pull

[Issue 11981] unittest 'host' deadlock

2014-02-13 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=11981 Brad Roberts bra...@puremagic.com changed: What|Removed |Added Status|NEW |RESOLVED

[Issue 7555] ddoc whitespace issues due to version tags

2014-02-13 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=7555 --- Comment #3 from github-bugzi...@puremagic.com 2014-02-13 21:36:11 PST --- Commits pushed to master at https://github.com/D-Programming-Language/dmd

[Issue 12157] New: Variant opEquals always returns false for classes.

2014-02-13 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=12157 Summary: Variant opEquals always returns false for classes. Product: D Version: D2 Platform: All OS/Version: All Status: ASSIGNED Severity: normal Priority: P2

[Issue 10958] std.variant : Variant and Algebraic can't use a type when sizeof == 0

2014-02-13 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=10958 Kapps opantm2+db...@gmail.com changed: What|Removed |Added Keywords||pull

[Issue 12156] static import of std.ascii in std.regex causes conflict

2014-02-13 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=12156 Vladimir Panteleev thecybersha...@gmail.com changed: What|Removed |Added Keywords||pull