[Issue 7619] Broken deprecated feature with template function

2019-11-30 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=7619

moonlightsenti...@disroot.org changed:

   What|Removed |Added

 Status|RESOLVED|REOPENED
 CC||moonlightsentinel@disroot.o
   ||rg
 Resolution|WORKSFORME  |---

--- Comment #3 from moonlightsenti...@disroot.org ---
Verified with DMD-nightly on run.dlang.io.

--


[Issue 7623] Allow aliasing of symbols of an aliased subtype

2019-11-30 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=7623

RazvanN  changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 CC||razvan.nitu1...@gmail.com
 Resolution|--- |INVALID

--- Comment #3 from RazvanN  ---
Closing this as invalid.

--


[Issue 7619] Broken deprecated feature with template function

2019-11-30 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=7619

RazvanN  changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 CC||razvan.nitu1...@gmail.com
 Resolution|--- |WORKSFORME

--- Comment #2 from RazvanN  ---
I cannot reproduce this in master git HEAD. Closing as WORKSFORME.

--


[Issue 7600] Generate better error message with lvalue mismatch

2019-11-30 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=7600

RazvanN  changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 CC||razvan.nitu1...@gmail.com
 Resolution|--- |FIXED

--- Comment #2 from RazvanN  ---
It now prints:

onlineapp.d(6): Error: function onlineapp.foo(ref string x) is not callable
using argument types (string)
onlineapp.d(6):cannot pass rvalue argument "var" of type string to
parameter ref string x
onlineapp.d(8): Error: function onlineapp.bar(ref int x) is not callable using
argument types (immutable(int))
onlineapp.d(8):cannot pass argument x of type immutable(int) to
parameter ref int x

Which is the correct behavior. Closing as fixed.

--


[Issue 7410] Wrong error message for selective import

2019-11-30 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=7410

RazvanN  changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution|--- |FIXED

--- Comment #4 from RazvanN  ---
As D1 is not maintained and the bug does not manifest in D2, I'm closing this
as FIXED.

--