Thread overview
[Issue 7205] Function attribute inference fails in case of mutual dependencies
Jun 05, 2020
Paul Backus
Oct 14, 2022
Dennis
Oct 14, 2022
hsteoh@qfbox.info
Dec 17, 2022
Iain Buclaw
May 28
Bolpat
Aug 27
Dennis
June 05, 2020
https://issues.dlang.org/show_bug.cgi?id=7205

Paul Backus <snarwin+bugzilla@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |andrej.mitrovich@gmail.com

--- Comment #2 from Paul Backus <snarwin+bugzilla@gmail.com> ---
*** Issue 20724 has been marked as a duplicate of this issue. ***

--
October 14, 2022
https://issues.dlang.org/show_bug.cgi?id=7205

Dennis <dkorpel@live.nl> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |andrei@erdani.com

--- Comment #3 from Dennis <dkorpel@live.nl> ---
*** Issue 16528 has been marked as a duplicate of this issue. ***

--
October 14, 2022
https://issues.dlang.org/show_bug.cgi?id=7205

hsteoh@qfbox.info changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |hsteoh@qfbox.info

--
December 17, 2022
https://issues.dlang.org/show_bug.cgi?id=7205

Iain Buclaw <ibuclaw@gdcproject.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Priority|P2                          |P3

--
May 28
https://issues.dlang.org/show_bug.cgi?id=7205

Bolpat <qs.il.paperinik@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |qs.il.paperinik@gmail.com

--
August 27
https://issues.dlang.org/show_bug.cgi?id=7205

Dennis <dkorpel@live.nl> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |ilyayaroshenko@gmail.com

--- Comment #4 from Dennis <dkorpel@live.nl> ---
*** Issue 21681 has been marked as a duplicate of this issue. ***

--
August 30
https://issues.dlang.org/show_bug.cgi?id=7205

Walter Bright <bugzilla@digitalmars.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |bugzilla@digitalmars.com

--- Comment #5 from Walter Bright <bugzilla@digitalmars.com> ---
Better analysis of the problem:

https://www.digitalmars.com/d/archives/digitalmars/D/nothrow_nogc_inference_troubles_with_emplace_move_375840.html

--