Thread overview
[Issue 21723] Linker error: two module static library, main compiled inline, invariant that defines a function, type alias, and an alias lambda
Mar 16, 2021
FeepingCreature
Mar 16, 2021
Mario Kroeplin
May 30, 2022
Dlang Bot
May 30, 2022
Dlang Bot
Jul 09, 2022
Dlang Bot
March 16, 2021
https://issues.dlang.org/show_bug.cgi?id=21723

--- Comment #1 from FeepingCreature <default_357-line@yahoo.de> ---
Ah correction, that should of course be void trigger(Struct val) in main.d.
Copypaste fail.

--
March 16, 2021
https://issues.dlang.org/show_bug.cgi?id=21723

Mario Kroeplin <kroeplin.d@googlemail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |industry
                 CC|                            |kroeplin.d@googlemail.com

--
May 30, 2022
https://issues.dlang.org/show_bug.cgi?id=21723

Dlang Bot <dlang-bot@dlang.rocks> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |pull

--- Comment #2 from Dlang Bot <dlang-bot@dlang.rocks> ---
@FeepingCreature updated dlang/dmd pull request #14176 "Fix issue 23148: Generate invariant id on the basis of location rather than counter." fixing this issue:

- Fix issue 23148, 21723: Generate invariant id on the basis of location rather
than counter.
  This makes __invariant more resilient to template order issues.

https://github.com/dlang/dmd/pull/14176

--
May 30, 2022
https://issues.dlang.org/show_bug.cgi?id=21723

Dlang Bot <dlang-bot@dlang.rocks> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |FIXED

--- Comment #3 from Dlang Bot <dlang-bot@dlang.rocks> ---
dlang/dmd pull request #14176 "Fix issue 23148, 21723: Generate invariant id on the basis of location rather than counter." was merged into stable:

- 4e01c6a4dc5ec971dc29cae6c0208b6888e147d6 by Mathis Beer:
  Fix issue 23148, 21723: Generate invariant id on the basis of location rather
than counter.
  This makes __invariant more resilient to template order issues.

https://github.com/dlang/dmd/pull/14176

--
July 09, 2022
https://issues.dlang.org/show_bug.cgi?id=21723

--- Comment #4 from Dlang Bot <dlang-bot@dlang.rocks> ---
dlang/dmd pull request #14280 "merge stable" was merged into master:

- 5c41c29b085f7a55a2d20381565c8d1d25b92c2b by Mathis Beer:
  Fix issue 23148, 21723: Generate invariant id on the basis of location rather
than counter.
  This makes __invariant more resilient to template order issues.

https://github.com/dlang/dmd/pull/14280

--