[Issue 15177] New: mixin + traits issue with 2.069 beta 1

2015-10-08 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=15177 Issue ID: 15177 Summary: mixin + traits issue with 2.069 beta 1 Product: D Version: D2 Hardware: x86_64 OS: Linux Status: NEW Severity: enhancement

[Issue 12558] try/catch allows implicit catching of Errors without specifying any Exception type

2015-10-08 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=12558 --- Comment #12 from Andrej Mitrovic --- I'll recreate the pull today or tomorrow. I'll do the same for the other stale pulls of mine in the coming days. --

[Issue 15176] [REG2.069.0-b1] ICE(glue.c):separate compilation with -inline crash in glue.c

2015-10-08 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=15176 Kenji Hara changed: What|Removed |Added Keywords||pull

[Issue 7066] You can redefine .init and .stringof without error

2015-10-08 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=7066 --- Comment #8 from Sobirari Muhomori --- (In reply to timon.gehr from comment #6) > It would be better to have a specific feature here though. E.g. > > struct S{ @disable init; } struct S{ @disable void init(); } ? --

[Issue 15178] New: "Try D" widget on homepage mangles Unicode

2015-10-08 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=15178 Issue ID: 15178 Summary: "Try D" widget on homepage mangles Unicode Product: D Version: D2 Hardware: x86 OS: Windows Status: NEW Severity: normal

[Issue 7066] You can redefine .init and .stringof without error

2015-10-08 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=7066 Sobirari Muhomori changed: What|Removed |Added See Also|

[Issue 14237] Compiler should reject attempts to (re)define .init

2015-10-08 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14237 Sobirari Muhomori changed: What|Removed |Added See Also|

[Issue 15167] [REG2.069-devel] conflicting error with repeated alias declaration

2015-10-08 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=15167 --- Comment #5 from Kenji Hara --- (In reply to Kenji Hara from comment #3) > Because today, two different alias declarations aliasing an identical type > are allowed if they're accessed beyond the import boundaries. Identical

[Issue 15177] mixin + traits issue with 2.069 beta 1

2015-10-08 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=15177 Martin Nowak changed: What|Removed |Added CC||c...@dawg.eu

[Issue 14413] Spurious newline in ddoc JSON output for multiple successive line doc comments

2015-10-08 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14413 Martin Nowak changed: What|Removed |Added CC||c...@dawg.eu --- Comment #8

[Issue 15176] [REG2.069.0-b1] ICE(glue.c):separate compilation with -inline crash in glue.c

2015-10-08 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=15176 --- Comment #3 from github-bugzi...@puremagic.com --- Commits pushed to stable at https://github.com/D-Programming-Language/dmd https://github.com/D-Programming-Language/dmd/commit/b8a39668047c89a65c39daf77a9c0be37f1bc1c2 fix Issue 15176 -

[Issue 15179] New: Local imports cause outer imports to be excluded from overload set

2015-10-08 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=15179 Issue ID: 15179 Summary: Local imports cause outer imports to be excluded from overload set Product: D Version: D2 Hardware: x86 OS: Windows Status:

[Issue 15167] [REG2.069-devel] conflicting error with repeated alias declaration

2015-10-08 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=15167 --- Comment #7 from Walter Bright --- (In reply to Kenji Hara from comment #5) > (In reply to Kenji Hara from comment #3) > > Because today, two different alias declarations aliasing an identical type > > are allowed if

[Issue 15167] [REG2.069-devel] conflicting error with repeated alias declaration

2015-10-08 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=15167 --- Comment #6 from Kenji Hara --- (In reply to Martin Nowak from comment #0) > version (X86_64) > alias ulong CARD64; > > static if (true) > alias ulong CARD64; @Martin Is there any reasons that you cannot remove the

[Issue 15167] [REG2.069-devel] conflicting error with repeated alias declaration

2015-10-08 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=15167 --- Comment #8 from Kenji Hara --- (In reply to Walter Bright from comment #7) > Note that one does always control the > declarations within a module, so there's no reason to allow this. Make sense to me. I'll close my PR, and

[Issue 15179] Local imports cause outer imports to be excluded from overload set

2015-10-08 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=15179 Kenji Hara changed: What|Removed |Added Component|dmd |druntime

[Issue 15177] [REG2.069.0-b1] mixin + traits issue with 2.069 beta 1

2015-10-08 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=15177 Kenji Hara changed: What|Removed |Added Keywords||pull, rejects-valid

[Issue 15179] Local imports cause outer imports to be excluded from overload set

2015-10-08 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=15179 Steven Schveighoffer changed: What|Removed |Added CC|