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

2015-10-06 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=15167 Walter Bright changed: What|Removed |Added CC|

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

2015-10-06 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=15167 --- Comment #3 from Kenji Hara --- (In reply to Walter Bright from comment #2) > Is there a compelling reason to allow: > >alias a = int; >alias a = int; > > ? I can't think of one. The CARD64 example also looks like

[Issue 15027] cannot pass arguments of type DirEntry to std.file functions

2015-10-06 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=15027 --- Comment #12 from Walter Bright --- (In reply to Martin Nowak from comment #10) > (In reply to Walter Bright from comment #5) > > Or, (2) can be accomplished by overloading isDir() to accept string > > arguments. But

[Issue 15027] cannot pass arguments of type DirEntry to std.file functions

2015-10-06 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=15027 --- Comment #13 from Walter Bright --- (In reply to Rainer Schuetze from comment #8) > It still fails, so instead of emitting an error message the compiler could > change the type of the function arguments to the aliased

[Issue 15169] New: Add more trig functions to std.math

2015-10-06 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=15169 Issue ID: 15169 Summary: Add more trig functions to std.math Product: D Version: D2 Hardware: All OS: All Status: NEW Severity: enhancement Priority:

[Issue 15169] Add more trig functions to std.math

2015-10-06 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=15169 ag0ae...@gmail.com changed: What|Removed |Added CC||ag0ae...@gmail.com --- Comment #1 from

[Issue 15169] Add more trig functions to std.math

2015-10-06 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=15169 --- Comment #2 from Jack Stouffer --- (In reply to ag0aep6g from comment #1) > (In reply to Jack Stouffer from comment #0) > > inverse sine > > inverse cosine > > inverse tangent > > asin, acos, atan? My mistake, sorry. --

[Issue 15165] [Reg 2.069-devel] Can no longer use GetOptException with enforceEx

2015-10-06 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=15165 Martin Nowak changed: What|Removed |Added Status|NEW |RESOLVED

[Issue 15027] cannot pass arguments of type DirEntry to std.file functions

2015-10-06 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=15027 --- Comment #8 from Rainer Schuetze --- > The trouble is that it fails in the constraint, not the type deduction part. It still fails, so instead of emitting an error message the compiler could change the type of the function

[Issue 15057] std.string.indexOf and friends do not accept custom types with alias this to string

2015-10-06 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=15057 Martin Nowak changed: What|Removed |Added Status|NEW |RESOLVED CC|

[Issue 15168] New: std.variant.Algebraic interacts badly with string alias this sub-types

2015-10-06 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=15168 Issue ID: 15168 Summary: std.variant.Algebraic interacts badly with string alias this sub-types Product: D Version: D2 Hardware: x86_64 OS: Windows

[Issue 15027] cannot pass arguments of type DirEntry to std.file functions

2015-10-06 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=15027 Martin Nowak changed: What|Removed |Added CC||rburn...@gmail.com --- Comment

[Issue 15165] New: [Reg 2.069-devel] Can no longer use GetOptException with enforceEx

2015-10-06 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=15165 Issue ID: 15165 Summary: [Reg 2.069-devel] Can no longer use GetOptException with enforceEx Product: D Version: D2 Hardware: All OS: All Status: NEW

[Issue 15166] New: [Ref 2.069-devel] spurious statement not reachable warning in static foreach loop

2015-10-06 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=15166 Issue ID: 15166 Summary: [Ref 2.069-devel] spurious statement not reachable warning in static foreach loop Product: D Version: D2 Hardware: All OS: All

[Issue 15150] [REG2.068.1] Public selective import causes conflict

2015-10-06 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=15150 --- 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/9e1e61d6e9d7713f8d64def9c468c0771bb6efff fix Issue 15150 - Public

[Issue 15150] [REG2.068.1] Public selective import causes conflict

2015-10-06 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=15150 github-bugzi...@puremagic.com changed: What|Removed |Added Status|NEW |RESOLVED

[Issue 15027] cannot pass arguments of type DirEntry to std.file functions

2015-10-06 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=15027 --- Comment #11 from Martin Nowak --- Slight variation of the bug where the aliased string is an lvalue, but cannot be assigned. cat > bug.d << CODE struct InternedString { void opAssign(InternedString other) {

[Issue 15167] New: [Reg 2.069-devel] conflicting error with repeated alias declaration

2015-10-06 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=15167 Issue ID: 15167 Summary: [Reg 2.069-devel] conflicting error with repeated alias declaration Product: D Version: D2 Hardware: All OS: All Status: NEW

[Issue 15027] cannot pass arguments of type DirEntry to std.file functions

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

[Issue 15149] [REG2.068.1] Linker error with separate compilation

2015-10-06 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=15149 Kenji Hara changed: What|Removed |Added Keywords||pull --- Comment #5 from

[Issue 15166] [Ref 2.069-devel] spurious statement not reachable warning in static foreach loop

2015-10-06 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=15166 --- Comment #1 from Kenji Hara --- Introduced in: https://github.com/D-Programming-Language/dmd/pull/4790 I'm not sure how we can "fix" this and issue 14835. --

[Issue 15166] [REG2.069-devel] spurious statement not reachable warning in static foreach loop

2015-10-06 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=15166 Kenji Hara changed: What|Removed |Added Summary|[Ref 2.069-devel] spurious |[REG2.069-devel] spurious

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

2015-10-06 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=15167 Kenji Hara changed: What|Removed |Added Summary|[Reg 2.069-devel] |[REG2.069-devel]

[Issue 15138] [REG2.068.2] ICE with basic use of stdx.data.json

2015-10-06 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=15138 --- Comment #9 from github-bugzi...@puremagic.com --- Commits pushed to master at https://github.com/D-Programming-Language/dmd https://github.com/D-Programming-Language/dmd/commit/f223530ec642a28f9152d10273837254e1ab6417 fix Issue 15138 - ICE with

[Issue 15150] [REG2.068.1] Public selective import causes conflict

2015-10-06 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=15150 --- Comment #4 from github-bugzi...@puremagic.com --- Commits pushed to master at https://github.com/D-Programming-Language/dmd https://github.com/D-Programming-Language/dmd/commit/9e1e61d6e9d7713f8d64def9c468c0771bb6efff fix Issue 15150 - Public

[Issue 15152] [REG2.069.0-devel] template fails to instantiate if argument is itself a template

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

[Issue 15149] [REG2.068.1] Linker error with separate compilation

2015-10-06 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=15149 --- Comment #4 from Kenji Hara --- Created attachment 1554 --> https://issues.dlang.org/attachment.cgi?id=1554=edit Dustmited test case. --