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

2013-12-12 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=11718 Kenji Hara changed: What|Removed |Added Keywords||pull, rejects-valid Summary|r

[Issue 11714] Improve error message for wrongly initialized thread-local class instances

2013-12-12 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=11714 --- Comment #7 from Joseph Rushton Wakeling 2013-12-12 02:18:32 PST --- (In reply to comment #6) > With *a* reference to – I stripped out the articles trying to make the error > message as concise as possible, and missed that it would distor

[Issue 11723] Too many "integer overflow" errors

2013-12-12 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=11723 --- Comment #2 from github-bugzi...@puremagic.com 2013-12-12 02:47:45 PST --- Commits pushed to master at https://github.com/D-Programming-Language/dmd https://github.com/D-Programming-Language/dmd/commit/343be8ec3576d2ffe0dcb5874ccc94d95e521

[Issue 11726] ICE with ufcs on undefined identifier and opDispatch

2013-12-12 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=11726 yebblies changed: What|Removed |Added Keywords||pull Summary|ICE with ufcs on u

[Issue 11728] New: compile error in std.bigint and -profile

2013-12-12 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=11728 Summary: compile error in std.bigint and -profile Product: D Version: D2 Platform: All OS/Version: All Status: NEW Severity: normal Priority: P2 Componen

[Issue 11728] compile error in std.bigint and -profile

2013-12-12 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=11728 --- Comment #1 from Musashi Tamura 2013-12-12 03:47:46 PST --- Issue 10295 occurs in v2.063 and v2.064. -- Configure issuemail: https://d.puremagic.com/issues/userprefs.cgi?tab=email --- You are receiving this mail because: ---

[Issue 11727] [ICE] Returning an enum with no value from a function fails

2013-12-12 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=11727 yebblies changed: What|Removed |Added CC||yebbl...@gmail.com --- Comment #1 from ye

[Issue 11729] New: protected toString causes strange error message

2013-12-12 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=11729 Summary: protected toString causes strange error message Product: D Version: D2 Platform: All OS/Version: All Status: NEW Severity: trivial Priority: P2

[Issue 11723] Too many "integer overflow" errors

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

[Issue 11714] Improve error message for wrongly initialized thread-local class instances

2013-12-12 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=11714 --- Comment #8 from David Nadlinger 2013-12-12 05:51:44 PST --- (In reply to comment #7) > If I understand the logic right, the result of "new MyClass" is not knowable > at > compile time Actually it is, otherwise you'd get a "cannot be re

[Issue 11730] New: associative array with Nullable!SysTime values: Called `get' on null Nullable!SysTime.

2013-12-12 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=11730 Summary: associative array with Nullable!SysTime values: Called `get' on null Nullable!SysTime. Product: D Version: D2 Platform: All OS/Version: Linux Status: NEW

[Issue 11728] compile error in std.bigint and -profile

2013-12-12 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=11728 yebblies changed: What|Removed |Added CC||yebbl...@gmail.com --- Comment #2 from ye

[Issue 11098] template instance x cannot use local y as parameter to non-global template z

2013-12-12 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=11098 Ralph Tandetzky changed: What|Removed |Added CC||ralph.tandetz...@gmail.com --- Com

[Issue 11731] New: private enum behavior

2013-12-12 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=11731 Summary: private enum behavior Product: D Version: D2 Platform: All OS/Version: All Status: NEW Severity: normal Priority: P2 Component: DMD Assi

[Issue 11727] [ICE] Returning an enum with no value from a function fails

2013-12-12 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=11727 --- Comment #2 from monkeywork...@hotmail.com 2013-12-12 09:10:54 PST --- (In reply to comment #1) > I get: > > DMD v2.065 DEBUG > testx.d(4): Error: enum testx.returnEnum.n is forward referenced looking for > base type > testx.d(4): Error: e

[Issue 11732] New: Ternary operator type unification problems with dstrings

2013-12-12 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=11732 Summary: Ternary operator type unification problems with dstrings Product: D Version: D2 Platform: x86 OS/Version: Windows Status: NEW Keywords: rejects

[Issue 11733] New: Refuse int indexing of associative arrays with char keys

2013-12-12 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=11733 Summary: Refuse int indexing of associative arrays with char keys Product: D Version: D2 Platform: x86 OS/Version: Windows Status: NEW Keywords: accepts

[Issue 11726] ICE with ufcs on undefined identifier and opDispatch

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

[Issue 5747] cannot cast away shared if opCast defined

2013-12-12 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=5747 --- Comment #9 from Max Samukha 2013-12-12 14:08:45 PST --- (In reply to comment #7) > (In reply to comment #6) > > (In reply to comment #4) > > > > > { > > > return this; //This fails > > > return cast(T) this; //This ov

[Issue 11726] ICE with ufcs on undefined identifier and opDispatch

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

[Issue 11727] Repeated error message with using forward referenced enum as variable

2013-12-12 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=11727 yebblies changed: What|Removed |Added Keywords||diagnostic Summary|[ICE] Return

[Issue 11727] Repeated error message with using forward referenced enum as variable

2013-12-12 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=11727 Kenji Hara changed: What|Removed |Added Keywords||pull Platform|Other

[Issue 10369] Deprecate unordered floating point comparisons (!<>=, etc) and later remove them

2013-12-12 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=10369 --- Comment #9 from github-bugzi...@puremagic.com 2013-12-12 19:07:47 PST --- Commits pushed to master at https://github.com/D-Programming-Language/dmd https://github.com/D-Programming-Language/dmd/commit/97cebadfc75a332d79d00fc31e1ceed709813

[Issue 11727] Repeated error message with using forward referenced enum as variable

2013-12-12 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=11727 --- Comment #5 from github-bugzi...@puremagic.com 2013-12-12 20:27:43 PST --- Commits pushed to master at https://github.com/D-Programming-Language/dmd https://github.com/D-Programming-Language/dmd/commit/65d3e9019f1f06a436ff3f8d922d63df7bc74

[Issue 11727] Repeated error message with using forward referenced enum as variable

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

[Issue 11727] Repeated error message with using forward referenced enum as variable

2013-12-12 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=11727 --- Comment #6 from Kenji Hara 2013-12-12 20:31:15 PST --- Now the OP code: auto returnEnum() { enum n; return n; // Line 4 } void main() { assert(returnEnum() == 0); } Prints: test.d(4): Error: type n has no value -- Config

[Issue 11732] Ternary operator type unification problems with dstrings

2013-12-12 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=11732 yebblies changed: What|Removed |Added CC||yebbl...@gmail.com --- Comment #1 from ye

[Issue 11733] Refuse int indexing of associative arrays with char keys

2013-12-12 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=11733 yebblies changed: What|Removed |Added CC||yebbl...@gmail.com --- Comment #1 from ye

[Issue 11722] Qualifier-only casts should not invoke opCast

2013-12-12 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=11722 --- Comment #5 from monarchdo...@gmail.com 2013-12-12 23:34:46 PST --- (In reply to comment #0) > This is a spin-off issue from bug 5747. > > D has a cast syntax for modifying just only the type qualifier of the operand. > > http://dlang.org

[Issue 5747] cannot cast away shared if opCast defined

2013-12-12 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=5747 --- Comment #10 from monarchdo...@gmail.com 2013-12-12 23:35:57 PST --- (In reply to comment #9) > (In reply to comment #7) > > > > Your example snippet still overflows for me for the initial use case: > > It doesn't with dmd 2.064. Are you

[Issue 11722] Qualifier-only casts should not invoke opCast

2013-12-12 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=11722 --- Comment #6 from Kenji Hara 2013-12-12 23:44:33 PST --- (In reply to comment #5) > (In reply to comment #0) > > This is a spin-off issue from bug 5747. > > > > D has a cast syntax for modifying just only the type qualifier of the > > ope

[Issue 11722] Qualifier-only casts should not invoke opCast

2013-12-12 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=11722 --- Comment #7 from monarchdo...@gmail.com 2013-12-12 23:49:57 PST --- (In reply to comment #6) > (In reply to comment #5) > > (In reply to comment #0) > > > This is a spin-off issue from bug 5747. > > > > > > D has a cast syntax for modifyin