[Issue 12370] New: Regression: C++ name mangling broke

2014-03-14 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=12370 Summary: Regression: C++ name mangling broke Product: D Version: D2 Platform: x86 OS/Version: Windows Status: NEW Severity: regression Priority: P2 Compo

[Issue 12369] New: Defer semantic2 and semantic3 of function local symbols until the end of enclosing function

2014-03-14 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=12369 Summary: Defer semantic2 and semantic3 of function local symbols until the end of enclosing function Product: D Version: D2 Platform: All OS/Version: All Status:

[Issue 12368] New: std.file.write conflicts with std.stdio.write

2014-03-14 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=12368 Summary: std.file.write conflicts with std.stdio.write Product: D Version: D2 Platform: All OS/Version: All Status: NEW Severity: normal Priority: P2 Com

[Issue 12368] std.file.write conflicts with std.stdio.write

2014-03-14 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=12368 Vladimir Panteleev changed: What|Removed |Added Keywords||pull --- Comment #1 from Vladim

[Issue 11735] pragma(msg, ...) fails to print wstring, dstring

2014-03-14 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=11735 yebblies changed: What|Removed |Added Status|REOPENED|RESOLVED CC|

[Issue 11735] pragma(msg, ...) fails to print wstring, dstring

2014-03-14 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=11735 --- Comment #4 from github-bugzi...@puremagic.com 2014-03-14 21:45:33 PDT --- Commits pushed to master at https://github.com/D-Programming-Language/dmd https://github.com/D-Programming-Language/dmd/commit/c70e229476adea5c2979d855d68618253154a

[Issue 12367] std.regex: Recognize (?# ... ) comment syntax

2014-03-14 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=12367 bearophile_h...@eml.cc changed: What|Removed |Added CC||bearophile_h...@eml.cc --- C

[Issue 12367] New: std.regex: Recognize (?# ... ) comment syntax

2014-03-14 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=12367 Summary: std.regex: Recognize (?# ... ) comment syntax Product: D Version: D2 Platform: All OS/Version: All Status: NEW Severity: enhancement Priority: P2

[Issue 12366] New: Range violation in compile-time regex

2014-03-14 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=12366 Summary: Range violation in compile-time regex Product: D Version: D2 Platform: All OS/Version: All Status: NEW Severity: normal Priority: P2 Component:

[Issue 12365] Assigning 1D array to 2D array should require cast

2014-03-14 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=12365 --- Comment #1 from growler...@gmail.com 2014-03-14 16:49:41 PDT --- I'm not sure how to do the cast on initialisation though: --- // Ex.1 void main() { int[] a=[1,2,3,4]; int[2][2] b = a; } --- Would it be: int[2][2] b = cast(int

[Issue 12365] New: Assigning 1D array to 2D array should require cast

2014-03-14 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=12365 Summary: Assigning 1D array to 2D array should require cast Product: D Version: D2 Platform: All OS/Version: All Status: NEW Severity: normal Priority: P2

[Issue 9112] Uniform construction for built-in types

2014-03-14 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=9112 --- Comment #31 from monarchdo...@gmail.com 2014-03-14 12:43:26 PDT --- (In reply to comment #30) > Yay! Me too. Awesome job Kenji. -- Configure issuemail: https://d.puremagic.com/issues/userprefs.cgi?tab=email --- You are receiving this

[Issue 9112] Uniform construction for built-in types

2014-03-14 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=9112 --- Comment #30 from Jonathan M Davis 2014-03-14 12:27:56 PDT --- Yay! -- Configure issuemail: https://d.puremagic.com/issues/userprefs.cgi?tab=email --- You are receiving this mail because: ---

[Issue 4757] A forward reference error with return of inner defined struct

2014-03-14 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=4757 --- Comment #2 from github-bugzi...@puremagic.com 2014-03-14 12:22:21 PDT --- Commits pushed to master at https://github.com/D-Programming-Language/dmd https://github.com/D-Programming-Language/dmd/commit/c23044e9d279b2e8d38909b15419e51843767c

[Issue 4757] A forward reference error with return of inner defined struct

2014-03-14 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=4757 Vladimir Panteleev changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

[Issue 12364] New: Pure std.math.cbrt

2014-03-14 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=12364 Summary: Pure std.math.cbrt Product: D Version: D2 Platform: x86 OS/Version: Windows Status: NEW Keywords: rejects-valid Severity: normal Priority: P2

[Issue 11735] pragma(msg, ...) fails to print wstring, dstring

2014-03-14 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=11735 --- Comment #3 from Andrej Mitrovic 2014-03-14 10:44:25 PDT --- https://github.com/D-Programming-Language/dmd/pull/3381 -- Configure issuemail: https://d.puremagic.com/issues/userprefs.cgi?tab=email --- You are receiving this mail beca

[Issue 11735] pragma(msg, ...) fails to print wstring, dstring

2014-03-14 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=11735 Andrej Mitrovic changed: What|Removed |Added Status|RESOLVED|REOPENED CC|

[Issue 11604] pragma(msg,....) printed twice?

2014-03-14 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=11604 Andrej Mitrovic changed: What|Removed |Added Status|NEW |RESOLVED CC|

[Issue 1673] Implement the isTemplate trait

2014-03-14 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=1673 Andrej Mitrovic changed: What|Removed |Added Platform|x86 |All Summary|is(symbol ==

[Issue 12359] implicit overload merging with selective/renamed imports should be removed

2014-03-14 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=12359 --- Comment #6 from Kenji Hara 2014-03-14 07:36:42 PDT --- (In reply to comment #5) > (In reply to comment #3) > > > 4. unnamed import > > > > import = std.stdio; > > writeln(); // OK > > writefln(""); // OK > > //std.stdio.writel

[Issue 12359] implicit overload merging with selective/renamed imports should be removed

2014-03-14 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=12359 bearophile_h...@eml.cc changed: What|Removed |Added CC||bearophile_h...@eml.cc --- C

[Issue 12306] Struct Enums cannot be read at compile time

2014-03-14 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=12306 Andrej Mitrovic changed: What|Removed |Added Status|NEW |RESOLVED CC|

[Issue 12306] Struct Enums cannot be read at compile time

2014-03-14 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=12306 --- Comment #4 from github-bugzi...@puremagic.com 2014-03-14 07:19:02 PDT --- Commits pushed to master at https://github.com/D-Programming-Language/dmd https://github.com/D-Programming-Language/dmd/commit/d6de735b9ac60e85b4fdd844f838fa5fb2bc0

[Issue 12359] implicit overload merging with selective/renamed imports should be removed

2014-03-14 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=12359 --- Comment #4 from Andrej Mitrovic 2014-03-14 07:14:39 PDT --- (In reply to comment #3) > I think selective imports should make the fully qualified module name still > visible. It's consistent behavior with basic imports. Ok. > 4. unnamed

[Issue 9112] Uniform construction for built-in types

2014-03-14 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=9112 --- Comment #29 from github-bugzi...@puremagic.com 2014-03-14 07:11:38 PDT --- Commits pushed to master at https://github.com/D-Programming-Language/dlang.org https://github.com/D-Programming-Language/dlang.org/commit/86b546c4b94eb1b6df38d2539

[Issue 12359] implicit overload merging with selective/renamed imports should be removed

2014-03-14 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=12359 --- Comment #3 from Kenji Hara 2014-03-14 06:55:24 PDT --- (In reply to comment #2) > (In reply to comment #0) > > To reproduce same behavior, explicit alias should work. > > > > import std.ascii : isDigit; // Don't create alias silently

[Issue 12338] @trusted delegates should implicitly cast to @safe

2014-03-14 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=12338 --- Comment #3 from Adam D. Ruppe 2014-03-14 06:42:50 PDT --- Well, that's embarrassing, it even said that in the error message I copy/pasted! But yeah, i just double checked, it does indeed work with functions and delegates both if you pic

[Issue 12338] @trusted delegates should implicitly cast to @safe

2014-03-14 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=12338 yebblies changed: What|Removed |Added Status|NEW |RESOLVED CC|

[Issue 9112] Uniform construction for built-in types

2014-03-14 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=9112 --- Comment #28 from Kenji Hara 2014-03-14 06:02:11 PDT --- Update language specification: https://github.com/D-Programming-Language/dlang.org/pull/521 -- Configure issuemail: https://d.puremagic.com/issues/userprefs.cgi?tab=email --- Y

[Issue 10719] Loading classes in runtime

2014-03-14 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=10719 --- Comment #2 from Steve Teale 2014-03-14 05:23:13 PDT --- Checked with code included in bug report - OK with 2.064 64 bit - fails with 32 bit. -- Configure issuemail: https://d.puremagic.com/issues/userprefs.cgi?tab=email --- You are

[Issue 10719] Loading classes in runtime

2014-03-14 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=10719 Steve Teale changed: What|Removed |Added CC||sste...@gmail.com Platform|Al

[Issue 12363] New: getProtection trait doesn't work for certain kinds of fields (and is poorly designed...)

2014-03-14 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=12363 Summary: getProtection trait doesn't work for certain kinds of fields (and is poorly designed...) Product: D Version: D2 Platform: All OS/Version: All Status: NEW

[Issue 12362] New: dmd hangs when attempting to use undefined enum

2014-03-14 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=12362 Summary: dmd hangs when attempting to use undefined enum Product: D Version: D2 Platform: x86 OS/Version: Linux Status: NEW Severity: normal Priority: P2

[Issue 12234] BigInt both >0 and ==0

2014-03-14 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=12234 --- Comment #3 from github-bugzi...@puremagic.com 2014-03-14 01:45:53 PDT --- Commit pushed to master at https://github.com/D-Programming-Language/phobos https://github.com/D-Programming-Language/phobos/commit/30999e7dc15945183a06c9cbf9bf8464

[Issue 11545] Aggregate function literal member should not have access to enclosing scope

2014-03-14 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=11545 Kenji Hara changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

[Issue 11545] Aggregate function literal member should not have access to enclosing scope

2014-03-14 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=11545 --- Comment #5 from github-bugzi...@puremagic.com 2014-03-14 01:03:33 PDT --- Commits pushed to master at https://github.com/D-Programming-Language/dmd https://github.com/D-Programming-Language/dmd/commit/180a6aabbb5d5db72e6650f8cedc4ba4b7899

[Issue 12352] Consistently stop encoding return type of parent functions

2014-03-14 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=12352 Andrej Mitrovic changed: What|Removed |Added Status|NEW |RESOLVED CC|

[Issue 12359] implicit overload merging with selective/renamed imports should be removed

2014-03-14 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=12359 Andrej Mitrovic changed: What|Removed |Added CC||andrej.mitrov...@gmail.com --- Com