[Issue 19045] [ICE] Casting from real to ulong in comparison causes fails to compile

2018-07-01 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=19045 Computermatronic changed: What|Removed |Added Keywords||ice, ice-on-valid-code --

[Issue 19045] New: [ICE] Casting from real to ulong in comparison causes fails to compile

2018-07-01 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=19045 Issue ID: 19045 Summary: [ICE] Casting from real to ulong in comparison causes fails to compile Product: D Version: D2 Hardware: x86 OS: Windows

[Issue 18385] [REG 2.079] method cannot be overloaded with another extern(C) method

2018-07-01 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=18385 greenify changed: What|Removed |Added CC||greeen...@gmail.com --- Comment #9 from greenify

[Issue 19035] Escape in scope inference, improve scope inference

2018-07-01 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=19035 github-bugzi...@puremagic.com changed: What|Removed |Added Status|NEW |RESOLVED

[Issue 19035] Escape in scope inference, improve scope inference

2018-07-01 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=19035 --- Comment #2 from github-bugzi...@puremagic.com --- Commits pushed to master at https://github.com/dlang/dmd https://github.com/dlang/dmd/commit/9475d8685f06a3d6872fc459800a25cc002adfe5 fix Issue 19035 - Escape in scope inference, improve scope

[Issue 19024] [REG 2.081-beta] AssertError@dmd/dsymbolsem.d(4317): Assertion failure

2018-07-01 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=19024 --- Comment #2 from Iain Buclaw --- Actually, this is just a duplicate of issue 17492, only this uses a struct, and the other uses a class. --

[Issue 19024] [REG 2.081-beta] AssertError@dmd/dsymbolsem.d(4317): Assertion failure

2018-07-01 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=19024 --- Comment #1 from Iain Buclaw --- Regression caused by https://github.com/dlang/dmd/pull/3383 Minimal test: --- struct S14147(alias func) { } pure mul14147() { S14147!(a => a); } pure mul14147() { S14147!(a => a); } --

[Issue 13683] More precise error message for wrong lambda

2018-07-01 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=13683 Nick Treleaven changed: What|Removed |Added See Also||https://issues.dlang.org/sh

[Issue 14217] Misleading error message: Cannot deduce function

2018-07-01 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14217 Nick Treleaven changed: What|Removed |Added See Also||https://issues.dlang.org/sh

[Issue 17112] Simple writeln call produces cryptic error message

2018-07-01 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17112 Nick Treleaven changed: What|Removed |Added Keywords||diagnostic Status|NEW

[Issue 16444] Less noisy error messages if built-in method is @disable (e.g. opAssign)

2018-07-01 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=16444 Nick Treleaven changed: What|Removed |Added Keywords||diagnostic CC|

[Issue 16401] incorrect fully qualified name in error message

2018-07-01 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=16401 Nick Treleaven changed: What|Removed |Added Keywords||diagnostic CC|

[Issue 16221] Better compiler error message for @disabled function

2018-07-01 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=16221 Nick Treleaven changed: What|Removed |Added Status|NEW |RESOLVED CC|

[Issue 14757] Wrong error message: Error: multi-dimensional slicing requires template opSlice

2018-07-01 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14757 Nick Treleaven changed: What|Removed |Added Keywords||bootcamp CC|