[Issue 3466] Wrong JSON output for templated classes, structs, and interfaces

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

[Issue 4178] destructor missing in JSON output

2013-01-20 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4178 --- Comment #2 from Walter Bright bugzi...@digitalmars.com 2013-01-20 02:46:33 PST --- https://github.com/D-Programming-Language/dmd/pull/1518 -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email --- You are

[Issue 9356] New: -inline with inout and append generates wrong code

2013-01-20 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=9356 Summary: -inline with inout and append generates wrong code Product: D Version: D2 Platform: All OS/Version: All Status: NEW Severity: normal Priority: P2

[Issue 4178] destructor missing in JSON output

2013-01-20 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4178 --- Comment #3 from github-bugzi...@puremagic.com 2013-01-20 04:47:49 PST --- Commits pushed to master at https://github.com/D-Programming-Language/dmd

[Issue 5065] writefln(%f of a Tuple prints a result

2013-01-20 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5065 --- Comment #3 from github-bugzi...@puremagic.com 2013-01-20 04:50:34 PST --- Commits pushed to master at https://github.com/D-Programming-Language/phobos

[Issue 6668] Wrong to conversion stack trace

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

[Issue 8998] 'inout pure' returns immutable, which in reality is mutable

2013-01-20 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8998 Kenji Hara k.hara...@gmail.com changed: What|Removed |Added Keywords||accepts-invalid, pull

[Issue 9357] New: Floating-point literal should always be printed with a period

2013-01-20 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=9357 Summary: Floating-point literal should always be printed with a period Product: D Version: D2 Platform: All OS/Version: All Status: NEW Keywords: pull

[Issue 8807] Better error messages for a switch on doubles

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

[Issue 4178] destructor missing in JSON output

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

[Issue 9358] New: Compiler creates duplicate switch cases after an error

2013-01-20 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=9358 Summary: Compiler creates duplicate switch cases after an error Product: D Version: D2 Platform: All OS/Version: All Status: NEW Keywords: diagnostic, pull

[Issue 9357] Floating-point literal should always be printed with a period

2013-01-20 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=9357 --- Comment #1 from Andrej Mitrovic andrej.mitrov...@gmail.com 2013-01-20 10:15:32 PST --- https://github.com/D-Programming-Language/dmd/pull/1520 -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email --- You are

[Issue 9358] Compiler creates duplicate switch cases after an error

2013-01-20 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=9358 --- Comment #1 from Andrej Mitrovic andrej.mitrov...@gmail.com 2013-01-20 10:16:34 PST --- https://github.com/D-Programming-Language/dmd/pull/1521 -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email --- You are

[Issue 9357] Floating-point literal should always be printed with a period

2013-01-20 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=9357 bearophile_h...@eml.cc changed: What|Removed |Added CC||bearophile_h...@eml.cc ---

[Issue 9357] Floating-point literal should always be printed with a period

2013-01-20 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=9357 --- Comment #3 from Andrej Mitrovic andrej.mitrov...@gmail.com 2013-01-20 10:27:24 PST --- (In reply to comment #2) Is this enhancement request only about error messages? This prints 1: import std.stdio: writeln; void main() {

[Issue 538] Can't return an expression tuple from a function

2013-01-20 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=538 Andrej Mitrovic andrej.mitrov...@gmail.com changed: What|Removed |Added Status|REOPENED|RESOLVED

[Issue 6365] Multiple var declaration

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

[Issue 953] Multiple C style declarations of same type cannot be in one statement

2013-01-20 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=953 Andrej Mitrovic andrej.mitrov...@gmail.com changed: What|Removed |Added Priority|P4 |P2

[Issue 953] Multiple C style declarations of same type cannot be in one statement

2013-01-20 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=953 --- Comment #5 from Andrej Mitrovic andrej.mitrov...@gmail.com 2013-01-20 11:45:33 PST --- This would be more simple to implement if we simply destroyed C-style array syntax. I don't know why we're waiting so long to get rid of them. --

[Issue 953] Multiple C style declarations of same type cannot be in one statement

2013-01-20 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=953 --- Comment #6 from Andrej Mitrovic andrej.mitrov...@gmail.com 2013-01-20 11:46:05 PST --- (In reply to comment #5) This would be more simple to implement if we simply destroyed C-style array syntax. Read that as: C-style declarations,

[Issue 1730] Bogus error message calling a non-const struct method on a const struct reference

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

[Issue 2452] Unimplemented method errors should show function overload

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

[Issue 2329] Misleading error message in overload resolution

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

[Issue 2946] Make 'abstract' mandatory if the class is intended to be abstract

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

[Issue 4417] const-violation in struct error message

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

[Issue 7200] Array append causes Access Violation with symbolic debug info

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

[Issue 9359] New: Can't concat ints: incompatible types for 'int' and 'int'

2013-01-20 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=9359 Summary: Can't concat ints: incompatible types for 'int' and 'int' Product: D Version: unspecified Platform: All OS/Version: All Status: NEW Keywords:

[Issue 4537] Confusing error message when foreach lacks semicolon (; )

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

[Issue 3818] Generic error message for wrong foreach

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

[Issue 9206] std.exception.isValidEnumValue

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

[Issue 9360] New: Bad error message with non-const template method

2013-01-20 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=9360 Summary: Bad error message with non-const template method Product: D Version: D2 Platform: x86_64 OS/Version: Windows Status: NEW Severity: normal Priority: P2

[Issue 7738] Can't iterate a std.typecons.Typedef!(int[]) with foreach

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

[Issue 9361] New: Nasty bug and/or error message for template constaints using this

2013-01-20 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=9361 Summary: Nasty bug and/or error message for template constaints using this Product: D Version: D2 Platform: x86 OS/Version: Windows Status: NEW Severity:

[Issue 9359] Can't concat ints: incompatible types for 'int' and 'int'

2013-01-20 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=9359 Nils nilsboss...@googlemail.com changed: What|Removed |Added CC|

[Issue 9359] Can't concat ints: incompatible types for 'int' and 'int'

2013-01-20 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=9359 bearophile_h...@eml.cc changed: What|Removed |Added CC||bearophile_h...@eml.cc ---

[Issue 9359] Can't concat ints: incompatible types for 'int' and 'int'

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

[Issue 9206] std.exception.isValidEnumValue

2013-01-20 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=9206 --- Comment #2 from bearophile_h...@eml.cc 2013-01-20 14:45:03 PST --- (In reply to comment #1) Is this a duplicate or just related to Issue 8594? This enhancement request is for a function to be used mostly at run-time, like inside

[Issue 9362] New: Add a method to remove one item to std.container.SList

2013-01-20 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=9362 Summary: Add a method to remove one item to std.container.SList Product: D Version: D2 Platform: All OS/Version: All Status: NEW Severity: enhancement Priority: P2

[Issue 7738] Can't iterate a std.typecons.Typedef!(int[]) with foreach

2013-01-20 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7738 --- Comment #2 from bearophile_h...@eml.cc 2013-01-20 15:12:14 PST --- (In reply to comment #1) Works in 2.061 A step forward for D language. -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email --- You are

[Issue 9357] Floating-point literal should always be printed with a period in diagnostic errors

2013-01-20 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=9357 --- Comment #4 from bearophile_h...@eml.cc 2013-01-20 15:18:40 PST --- (In reply to comment #3) Nice catch. Please file this as another report since it's a library issue, I'll rename the current issue so it's obvious it's a compiler issue.

[Issue 9363] New: Array slice initialization with implicitly castable type

2013-01-20 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=9363 Summary: Array slice initialization with implicitly castable type Product: D Version: D2 Platform: x86 OS/Version: Windows Status: NEW Severity: normal

[Issue 2452] Unimplemented method errors should show function overload

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

[Issue 9358] Compiler creates duplicate switch cases after an error

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

[Issue 9358] Compiler creates duplicate switch cases after an error

2013-01-20 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=9358 yebblies yebbl...@gmail.com changed: What|Removed |Added Status|NEW |RESOLVED

[Issue 9361] Nasty bug and/or error message for template constaints using this

2013-01-20 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=9361 --- Comment #1 from Kenji Hara k.hara...@gmail.com 2013-01-20 18:33:09 PST --- Reduced test case: struct Unit(A) { void butPleaseDontUseMe()() if (is(unitType!((this // ! {} } template isUnit(alias T) if ( is(T)) {} template

[Issue 9361] Nasty bug and/or error message for template constaints using this

2013-01-20 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=9361 Kenji Hara k.hara...@gmail.com changed: What|Removed |Added Keywords||ice, pull

[Issue 6057] Problem with defining enum in function

2013-01-20 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6057 --- Comment #4 from github-bugzi...@puremagic.com 2013-01-20 20:04:33 PST --- Commits pushed to master at https://github.com/D-Programming-Language/dmd

[Issue 6057] Problem with defining enum in function

2013-01-20 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6057 Kenji Hara k.hara...@gmail.com changed: What|Removed |Added Status|NEW |RESOLVED

[Issue 6408] string[].init gives a wrong type

2013-01-20 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6408 Kenji Hara k.hara...@gmail.com changed: What|Removed |Added Status|NEW |RESOLVED

[Issue 6408] string[].init gives a wrong type

2013-01-20 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6408 --- Comment #9 from github-bugzi...@puremagic.com 2013-01-20 23:00:22 PST --- Commits pushed to master at https://github.com/D-Programming-Language/dmd