[Issue 20574] New: Ambigious parameter names should trigger an error

2020-02-11 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=20574 Issue ID: 20574 Summary: Ambigious parameter names should trigger an error Product: D Version: D2 Hardware: All OS: All Status: NEW Severity: enhancement

[Issue 20575] Strange behaviour of version'ed switch cases

2020-02-11 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=20575 moonlightsenti...@disroot.org changed: What|Removed |Added Summary|Version'ed cases in |Strange behaviour of

[Issue 20575] New: Version'ed cases in

2020-02-11 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=20575 Issue ID: 20575 Summary: Version'ed cases in Product: D Version: D2 Hardware: All OS: All Status: NEW Severity: normal Priority: P1 Component

[Issue 15851] Access violation when foreaching variadic template argument tuple

2020-02-11 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=15851 moonlightsenti...@disroot.org changed: What|Removed |Added Status|NEW |RESOLVED CC|

[Issue 20576] New: TemplateTypeParameter default values are not checked

2020-02-11 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=20576 Issue ID: 20576 Summary: TemplateTypeParameter default values are not checked Product: D Version: D2 Hardware: All OS: All Status: NEW Keywords: accepts-invalid

[Issue 20576] TemplateTypeParameter default values are not checked

2020-02-11 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=20576 --- Comment #1 from Basile-z --- TemplateValueParameter too: --- void foo(ubyte u = 0xFF1)() { } void main() { foo!1(); } --- --

[Issue 20576] TemplateTypeParameter and TemplateValueParameter default values are not checked

2020-02-11 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=20576 Basile-z changed: What|Removed |Added Summary|TemplateTypeParameter |TemplateTypeParameter and |defa

[Issue 20576] TemplateTypeParameter and TemplateValueParameter default values are not checked

2020-02-11 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=20576 Mathias LANG changed: What|Removed |Added CC||pro.mathias.l...@gmail.com --- Comment #2 fro

[Issue 20576] TemplateTypeParameter and TemplateValueParameter default values are not checked

2020-02-11 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=20576 Basile-z changed: What|Removed |Added Severity|normal |minor --- Comment #3 from Basile-z --- I agree a

[Issue 12420] [AA] Can't set associative array with array as key value using key type

2020-02-11 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=12420 --- Comment #16 from Dlang Bot --- @WalterBright updated dlang/dmd pull request #4835 "[REG] fix Issue 12420 - [AA] Can't set associative array with array as key …" fixing this issue: - fix Issue 12420 - [AA] Can't set associative array with array a

[Issue 13009] [REG2.064] inout overload conflicts with non-inout when used via alias this

2020-02-11 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=13009 --- Comment #24 from Walter Bright --- If you can get a test case without imports that is complete, that would be appreciated. --

[Issue 13009] [REG2.064] inout overload conflicts with non-inout when used via alias this

2020-02-11 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=13009 --- Comment #25 from Vladimir Panteleev --- (In reply to Walter Bright from comment #24) > If you can get a test case without imports that is complete, that would be > appreciated. / test.d / struct RefCounted(T) {

[Issue 15459] [REG2.065.0] stdin.byLine.each!(map!somefunc) compiles, fails to link with ld

2020-02-11 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=15459 --- Comment #13 from Walter Bright --- The Comment 6 example still fails to compile. It looks like the speculative compilation in the `is(typeof(map))` wound up hiding the error in somefunc(). --

[Issue 15812] static struct inside extern(C++) class cannot be used as key to associative array

2020-02-11 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=15812 --- Comment #2 from Walter Bright --- It will work if toHash() is declared as extern (D). --

[Issue 15812] static struct inside extern(C++) class cannot be used as key to associative array

2020-02-11 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=15812 Dlang Bot changed: What|Removed |Added Keywords||pull --- Comment #3 from Dlang Bot --- @WalterB

[Issue 15812] static struct inside extern(C++) class cannot be used as key to associative array

2020-02-11 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=15812 Dlang Bot changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---