[Issue 17186] Type inference for parameters with default argument

2023-05-18 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17186

RazvanN  changed:

   What|Removed |Added

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

--- Comment #6 from RazvanN  ---


*** This issue has been marked as a duplicate of issue 10491 ***

--


[Issue 17186] Type inference for parameters with default argument

2022-12-17 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17186

Iain Buclaw  changed:

   What|Removed |Added

   Priority|P1  |P4

--


[Issue 17186] Type inference for parameters with default argument

2018-01-27 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17186

hst...@quickfur.ath.cx changed:

   What|Removed |Added

 CC||hst...@quickfur.ath.cx

--- Comment #5 from hst...@quickfur.ath.cx ---
Related:
https://issues.dlang.org/show_bug.cgi?id=17036
https://issues.dlang.org/show_bug.cgi?id=16467

--


[Issue 17186] Type inference for parameters with default argument

2017-11-08 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17186

ZombineDev  changed:

   What|Removed |Added

 CC||petar.p.ki...@gmail.com

--


[Issue 17186] Type inference for parameters with default argument

2017-11-06 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17186

Nick Treleaven  changed:

   What|Removed |Added

 CC||n...@geany.org

--- Comment #4 from Nick Treleaven  ---
There was a pull for this before:

https://github.com/dlang/dmd/pull/2270
https://issues.dlang.org/show_bug.cgi?id=10491

Now this is preapproved, it could be updated.

--


[Issue 17186] Type inference for parameters with default argument

2017-02-15 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17186

Walter Bright  changed:

   What|Removed |Added

   Keywords||preapproved
 CC||bugzi...@digitalmars.com

--


[Issue 17186] Type inference for parameters with default argument

2017-02-15 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17186

greenify  changed:

   What|Removed |Added

 CC||greeen...@gmail.com

--


[Issue 17186] Type inference for parameters with default argument

2017-02-15 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17186

Stefan Koch  changed:

   What|Removed |Added

 CC||uplink.co...@gmail.com

--- Comment #1 from Stefan Koch  ---
a function signature is just that.
The signature of the function, allowing auto in the signature makes it
uninformative

--


[Issue 17186] Type inference for parameters with default argument

2017-02-15 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17186

--- Comment #3 from Stefan Koch  ---
(In reply to Jacob Carlborg from comment #2)
> It's already allowed for the return type.

Which already wrecks havoc when trying to generate headers.

--


[Issue 17186] Type inference for parameters with default argument

2017-02-15 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17186

--- Comment #2 from Jacob Carlborg  ---
It's already allowed for the return type.

--