Thread overview | ||||||||
---|---|---|---|---|---|---|---|---|
|
October 25, 2021 [Issue 11316] Some cases of missing delegate argument type inference | ||||
---|---|---|---|---|
| ||||
https://issues.dlang.org/show_bug.cgi?id=11316 Mathias LANG <pro.mathias.lang@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |snarwin+bugzilla@gmail.com --- Comment #2 from Mathias LANG <pro.mathias.lang@gmail.com> --- *** Issue 22243 has been marked as a duplicate of this issue. *** -- |
December 17, 2022 [Issue 11316] Some cases of missing delegate argument type inference | ||||
---|---|---|---|---|
| ||||
https://issues.dlang.org/show_bug.cgi?id=11316 Iain Buclaw <ibuclaw@gdcproject.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Priority|P2 |P3 -- |
January 07, 2023 [Issue 11316] Some cases of missing delegate argument type inference | ||||
---|---|---|---|---|
| ||||
https://issues.dlang.org/show_bug.cgi?id=11316 --- Comment #3 from Paul Backus <snarwin+bugzilla@gmail.com> --- *** Issue 9423 has been marked as a duplicate of this issue. *** -- |
January 07, 2023 [Issue 11316] Some cases of missing delegate argument type inference | ||||
---|---|---|---|---|
| ||||
https://issues.dlang.org/show_bug.cgi?id=11316 Paul Backus <snarwin+bugzilla@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Priority|P3 |P4 Severity|normal |enhancement -- |
February 27, 2023 [Issue 11316] Some cases of missing delegate argument type inference | ||||
---|---|---|---|---|
| ||||
https://issues.dlang.org/show_bug.cgi?id=11316 Dlang Bot <dlang-bot@dlang.rocks> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |pull --- Comment #4 from Dlang Bot <dlang-bot@dlang.rocks> --- @Geod24 created dlang/dmd pull request #14929 "Fix 11316: Infer storage class of parameters with function literals" fixing this issue: - Fix 11316: Infer storage class of parameters with function literals This will allow improving functional style code by seamlessly adding `ref` (or `in`) and having the compiler do the job. https://github.com/dlang/dmd/pull/14929 -- |
February 28, 2023 [Issue 11316] Some cases of missing delegate argument type inference | ||||
---|---|---|---|---|
| ||||
https://issues.dlang.org/show_bug.cgi?id=11316 Dlang Bot <dlang-bot@dlang.rocks> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution|--- |FIXED --- Comment #5 from Dlang Bot <dlang-bot@dlang.rocks> --- dlang/dmd pull request #14929 "Fix 11316: Infer storage class of parameters with function literals" was merged into master: - 9ec4f41e332186154213f939b57f616933086211 by Geod24: Fix 11316: Infer storage class of parameters with function literals This will allow improving functional style code by seamlessly adding `ref` (or `in`) and having the compiler do the job. https://github.com/dlang/dmd/pull/14929 -- |
Copyright © 1999-2021 by the D Language Foundation