[Issue 11718] [REG2.065a] Unintended mangled names conflict of nested template structs

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

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

2013-12-16 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=11751 --- Comment #2 from Kenji Hara 2013-12-16 16:37:04 PST --- (In reply to comment #1) > Can you give an example? auto x = 0x1.FpABC; // ^^^ With 2.064.2: test.d(1): Error: exponent expected test.d(1): Error

[Issue 5466] [AA] Associative array byPair

2013-12-16 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=5466 Andrei Alexandrescu changed: What|Removed |Added CC||and...@erdani.com --- Comment #

[Issue 11753] byKeyValue missing from built-in hashtables

2013-12-16 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=11753 Andrei Alexandrescu changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

[Issue 5762] getopt: short option parameter read incorrectly when bundling enabled

2013-12-16 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=5762 Andrei Alexandrescu changed: What|Removed |Added CC||and...@erdani.com --- Comment #

[Issue 5466] [AA] Associative array byPair

2013-12-16 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=5466 --- Comment #5 from bearophile_h...@eml.cc 2013-12-16 15:25:09 PST --- See also the very similar Issue 11753 -- Configure issuemail: https://d.puremagic.com/issues/userprefs.cgi?tab=email --- You are receiving this mail because: ---

[Issue 11753] New: byKeyValue missing from built-in hashtables

2013-12-16 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=11753 Summary: byKeyValue missing from built-in hashtables Product: D Version: D2 Platform: All OS/Version: All Status: NEW Severity: normal Priority: P2 Compo

[Issue 11754] New: Disallow changing the default parameters of overridden inherited functions

2013-12-16 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=11754 Summary: Disallow changing the default parameters of overridden inherited functions Product: D Version: D2 Platform: All OS/Version: All Status: NEW Sev

[Issue 11753] byKeyValue missing from built-in hashtables

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

[Issue 11752] New: Make issues.dlang.org work

2013-12-16 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=11752 Summary: Make issues.dlang.org work Product: D Version: D2 Platform: All OS/Version: All Status: NEW Severity: normal Priority: P2 Component: DMD

[Issue 11752] Make issues.dlang.org work

2013-12-16 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=11752 Andrei Alexandrescu changed: What|Removed |Added Status|NEW |ASSIGNED -- Configure issuema

[Issue 11606] Cannot instantiate Tuple of non printable

2013-12-16 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=11606 monarchdo...@gmail.com changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

[Issue 9193] Wrong code with mixing -inline/non-inline modules, nested functions and templates

2013-12-16 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=9193 Maxim Fomin changed: What|Removed |Added CC||ma...@maxim-fomin.ru --- Comment #5 fro

[Issue 1432] Bogus "overlapping initialization" error with structs, unions, and member initializers

2013-12-16 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=1432 --- Comment #7 from Martin Nowak 2013-12-16 12:52:04 PST --- I see, you're right. Specifically one should be able to explicitly default initialize a field. union { T1 t1; T2 t2 = T2.init; } NB: A workaround to the aforementioned bug is to sim

[Issue 11718] [REG2.065a] Unintended mangled names conflict of nested template structs

2013-12-16 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=11718 --- Comment #3 from github-bugzi...@puremagic.com 2013-12-16 12:53:33 PST --- Commits pushed to master at https://github.com/D-Programming-Language/dmd https://github.com/D-Programming-Language/dmd/commit/71b0fce3a4f2849e82c9ba9972a65a6fee59d

[Issue 11427] anonymous unions break structs in @safe code

2013-12-16 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=11427 --- Comment #4 from github-bugzi...@puremagic.com 2013-12-16 11:21:17 PST --- Commit pushed to master at https://github.com/D-Programming-Language/dmd https://github.com/D-Programming-Language/dmd/commit/090abe1096b94e091e5541cd8ae772624f718a

[Issue 11510] Relax restriction for overlapped pointer field access in safe code/during CTFE

2013-12-16 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=11510 --- Comment #3 from github-bugzi...@puremagic.com 2013-12-16 11:21:13 PST --- Commits pushed to master at https://github.com/D-Programming-Language/dmd https://github.com/D-Programming-Language/dmd/commit/a2932981ee03abe13e9fdacf07ad29d162fc4

[Issue 11721] regression: std.utf.toUTFindex throws error instead of exception

2013-12-16 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=11721 Walter Bright changed: What|Removed |Added Status|NEW |RESOLVED CC|

[Issue 11719] regression: __traits(parent, T) for function alias

2013-12-16 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=11719 Walter Bright changed: What|Removed |Added Status|NEW |RESOLVED CC|

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

2013-12-16 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=11751 Walter Bright changed: What|Removed |Added CC||bugzi...@digitalmars.com --- Comment

[Issue 11740] [64-bit] Struct with constructor incorrectly passed on stack to extern(C++) function

2013-12-16 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=11740 --- Comment #6 from Iain Buclaw 2013-12-16 06:01:42 PST --- https://github.com/D-Programming-Language/dmd/pull/2975 -- Configure issuemail: https://d.puremagic.com/issues/userprefs.cgi?tab=email --- You are receiving this mail because:

[Issue 11598] std.random.uniform could be faster for integrals

2013-12-16 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=11598 --- Comment #6 from github-bugzi...@puremagic.com 2013-12-16 05:24:26 PST --- Commits pushed to master at https://github.com/D-Programming-Language/phobos https://github.com/D-Programming-Language/phobos/commit/30ced820e56c9088d08f6254c068df4

[Issue 11740] [64-bit] Struct with constructor incorrectly passed on stack to extern(C++) function

2013-12-16 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=11740 yebblies changed: What|Removed |Added Summary|[64-bit] Struct with|[64-bit] Struct with |co

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

2013-12-16 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=8730 --- Comment #8 from Musashi Tamura 2013-12-16 03:13:29 PST --- This problem is only in "std.stdio.writeln". "std.stdio.File.writeln" doesn't have it. // abc.d import std.stdio; void main() { writeln("test\0gone"); // output "test\n"

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

2013-12-16 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=11740 --- Comment #4 from Iain Buclaw 2013-12-16 01:38:55 PST --- Exhibit A: Constructors == non-POD in the frontend. This seems to be because of a DMD-specific bug: * Note that D struct constructors can mean POD, since there is always default *

[Issue 1432] Bogus "overlapping initialization" error with structs, unions, and member initializers

2013-12-16 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=1432 --- Comment #6 from Kenji Hara 2013-12-16 00:51:07 PST --- (In reply to comment #5) > Do we have a distinction between explicit and implicit initialization > somewhere > else in the language? > Otherwise it's idfficult to explain, why these t

[Issue 1432] Bogus "overlapping initialization" error with structs, unions, and member initializers

2013-12-16 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=1432 Martin Nowak changed: What|Removed |Added CC||c...@dawg.eu --- Comment #5 from Marti