[Issue 11744] static array members should be individually initializable

2013-12-15 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=11744 --- Comment #2 from monarchdo...@gmail.com 2013-12-15 00:39:19 PST --- (In reply to comment #1) > (In reply to comment #0) > > Not sure if actual Bug or ER. > > This is intended behavior, so this should be marked as enhancement. Enhancement

[Issue 11747] New: Better error message with @disabled toString

2013-12-15 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=11747 Summary: Better error message with @disabled toString Product: D Version: D2 Platform: All OS/Version: All Status: NEW Severity: enhancement Priority: P2

[Issue 8730] writeln stops on a nul character, even if passed a D string

2013-12-15 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=8730 Musashi Tamura changed: What|Removed |Added CC||yuri.musashi.miwa.tamura@gm

[Issue 11748] New: [ICE] function call as alias parameter of template gives ICE

2013-12-15 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=11748 Summary: [ICE] function call as alias parameter of template gives ICE Product: D Version: D2 Platform: All OS/Version: All Status: NEW Severity: normal

[Issue 11653] No error when forgetting break with range cases.

2013-12-15 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=11653 Rainer Schuetze changed: What|Removed |Added CC||bearophile_h...@eml.cc --- Comment

[Issue 9642] Missed switch case fallthrough

2013-12-15 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=9642 Rainer Schuetze changed: What|Removed |Added Status|NEW |RESOLVED CC|

[Issue 11749] New: switch case fallthrough error is enabled with -w, but cannot be made informational warning

2013-12-15 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=11749 Summary: switch case fallthrough error is enabled with -w, but cannot be made informational warning Product: D Version: D2 Platform: All OS/Version: All Status: N

[Issue 11749] switch case fallthrough error is enabled with -w, but cannot be made informational warning

2013-12-15 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=11749 Rainer Schuetze changed: What|Removed |Added Keywords||pull --- Comment #1 from Rainer Sc

[Issue 11749] switch case fallthrough error is enabled with -w, but cannot be made informational warning

2013-12-15 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=11749 bearophile_h...@eml.cc changed: What|Removed |Added CC||bearophile_h...@eml.cc --- C

[Issue 11748] [ICE] function call as alias parameter of template gives ICE

2013-12-15 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=11748 Kenji Hara changed: What|Removed |Added Keywords||ice, pull --- Comment #1 from Kenji Har

[Issue 11749] switch case fallthrough error is enabled with -w, but cannot be made informational warning

2013-12-15 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=11749 --- Comment #3 from github-bugzi...@puremagic.com 2013-12-15 06:59:47 PST --- Commit pushed to master at https://github.com/D-Programming-Language/dmd https://github.com/D-Programming-Language/dmd/commit/f990ae1b38938a7b02676cc84a7b6e4ea1

[Issue 11749] switch case fallthrough error is enabled with -w, but cannot be made informational warning

2013-12-15 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=11749 yebblies changed: What|Removed |Added Status|NEW |RESOLVED CC|

[Issue 11749] switch case fallthrough error is enabled with -w, but cannot be made informational warning

2013-12-15 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=11749 --- Comment #4 from bearophile_h...@eml.cc 2013-12-15 08:03:13 PST --- This should be an error in every case, I think. -- Configure issuemail: https://d.puremagic.com/issues/userprefs.cgi?tab=email --- You are receiving this mail because

[Issue 4733] Possible bugs caused by dynamic arrays in boolean evaluation context

2013-12-15 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=4733 --- Comment #27 from github-bugzi...@puremagic.com 2013-12-15 08:53:54 PST --- Commit pushed to master at https://github.com/D-Programming-Language/phobos https://github.com/D-Programming-Language/phobos/commit/6a8d98dd296448b3e840660b30f98db7

[Issue 7767] Unstable sort - slow performance cases

2013-12-15 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=7767 --- Comment #1 from github-bugzi...@puremagic.com 2013-12-15 09:02:02 PST --- Commits pushed to master at https://github.com/D-Programming-Language/phobos https://github.com/D-Programming-Language/phobos/commit/bd861ad82c8c0d25ab332ce190a2f291

[Issue 11749] switch case fallthrough error is enabled with -w, but cannot be made informational warning

2013-12-15 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=11749 --- Comment #5 from Rainer Schuetze 2013-12-15 09:15:55 PST --- > This should be an error in every case, I think. I guess you are right. But that would probably mean that it needs to go through deprecation. The patch only tries to remove "D

[Issue 8730] writeln stops on a nul character, even if passed a D string

2013-12-15 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=8730 monarchdo...@gmail.com changed: What|Removed |Added CC||monarchdo...@gmail.com --- Co

[Issue 11737] Allow optional string value for getopt switches

2013-12-15 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=11737 Andrej Mitrovic changed: What|Removed |Added CC||and...@erdani.com,

[Issue 11737] Allow optional string value for getopt switches

2013-12-15 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=11737 --- Comment #2 from Andrei Alexandrescu 2013-12-15 11:02:22 PST --- I think the default argument trick is quite neat. Andrej, would you care to implement it? -- Configure issuemail: https://d.puremagic.com/issues/userprefs.cgi?tab=email --

[Issue 11737] Allow optional string value for getopt switches

2013-12-15 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=11737 Orvid King changed: What|Removed |Added CC||blah38...@gmail.com --- Comment #3 from

[Issue 11737] Allow optional string value for getopt switches

2013-12-15 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=11737 --- Comment #4 from Andrei Alexandrescu 2013-12-15 11:24:12 PST --- Upon a bit more thinking, the trick is rather subtle. Perhaps it would be more straightforward to allow two lambdas with the same option, and invoke the appropriate one. im

[Issue 11737] Allow optional string value for getopt switches

2013-12-15 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=11737 --- Comment #5 from Orvid King 2013-12-15 11:31:44 PST --- (In reply to comment #3) > (In reply to comment #2) > > I think the default argument trick is quite neat. Andrej, would you care to > > implement it? > > I'm sure he'd love to implem

[Issue 11737] Allow optional string value for getopt switches

2013-12-15 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=11737 --- Comment #6 from Andrej Mitrovic 2013-12-15 12:30:23 PST --- (In reply to comment #3) > (In reply to comment #2) > > I think the default argument trick is quite neat. Andrej, would you care to > > implement it? > > I'm sure he'd love to

[Issue 11748] [ICE] function call as alias parameter of template gives ICE

2013-12-15 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=11748 --- Comment #2 from github-bugzi...@puremagic.com 2013-12-15 13:23:31 PST --- Commits pushed to master at https://github.com/D-Programming-Language/dmd https://github.com/D-Programming-Language/dmd/commit/7c5439c8273149192e42da046afec88c2e88e

[Issue 11740] [64-bit] Struct with constructor incorrectly passed on stack

2013-12-15 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=11740 Iain Buclaw changed: What|Removed |Added CC||ibuc...@ubuntu.com --- Comment #1 from

[Issue 10727] Regression (dmd-2.061) -- DMD dumps core

2013-12-15 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=10727 --- Comment #6 from github-bugzi...@puremagic.com 2013-12-15 14:00:36 PST --- Commit pushed to master at https://github.com/D-Programming-Language/dmd https://github.com/D-Programming-Language/dmd/commit/e388f762ca9b2ac41131a6f3f564af42592859

[Issue 11711] Add __traits(getAliasThis)

2013-12-15 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=11711 --- Comment #2 from github-bugzi...@puremagic.com 2013-12-15 14:00:57 PST --- Commits pushed to master at https://github.com/D-Programming-Language/dmd https://github.com/D-Programming-Language/dmd/commit/eee9e4e231aa0cac617da4ff3b19173f0eab4

[Issue 11740] [64-bit] Struct with constructor incorrectly passed on stack

2013-12-15 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=11740 --- Comment #2 from Iain Buclaw 2013-12-15 14:14:12 PST --- (In reply to comment #1) > This is working correctly as designed. Structs with constructors are > considered > non-POD, so they cannot be bit-copied in and out of registers. Maybe

[Issue 11750] New: ICE with debug info and empty #line Filespec

2013-12-15 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=11750 Summary: ICE with debug info and empty #line Filespec Product: D Version: D2 Platform: All OS/Version: All Status: NEW Keywords: ice Severity: normal Pr

[Issue 11738] partialShuffle actually shuffles the entire input

2013-12-15 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=11738 --- Comment #1 from github-bugzi...@puremagic.com 2013-12-15 15:24:13 PST --- Commits pushed to master at https://github.com/D-Programming-Language/phobos https://github.com/D-Programming-Language/phobos/commit/fbc8d1e08e122acb04306a21f73a3c5

[Issue 11748] [ICE] function call as alias parameter of template gives ICE

2013-12-15 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=11748 Kenji Hara changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

[Issue 11740] [64-bit] Struct with constructor incorrectly passed on stack

2013-12-15 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=11740 --- Comment #3 from yebblies 2013-12-16 15:52:29 EST --- (In reply to comment #1) > Errm... > > This is working correctly as designed. Structs with constructors are > considered > non-POD, so they cannot be bit-copied in and out of register

[Issue 11751] New: [REG2.065a] Hex float exponents should be decimal

2013-12-15 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=11751 Summary: [REG2.065a] Hex float exponents should be decimal Product: D Version: D2 Platform: All OS/Version: All Status: NEW Keywords: accepts-invalid, wrong-code

[Issue 11711] Add __traits(getAliasThis)

2013-12-15 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=11711 --- Comment #3 from github-bugzi...@puremagic.com 2013-12-15 22:59:31 PST --- Commits pushed to master at https://github.com/D-Programming-Language/dlang.org https://github.com/D-Programming-Language/dlang.org/commit/0e4843b4248af5f0e9dd0c84b

[Issue 11711] Add __traits(getAliasThis)

2013-12-15 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=11711 Kenji Hara changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

[Issue 11738] partialShuffle actually shuffles the entire input

2013-12-15 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=11738 Joseph Rushton Wakeling changed: What|Removed |Added Status|NEW |RESOLVED Resolution