https://issues.dlang.org/show_bug.cgi?id=3243

David Nadlinger <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
                 CC|                            |[email protected]
         Resolution|---                         |INVALID

--- Comment #4 from David Nadlinger <[email protected]> ---
This is indeed an invalid bug as far as D2 is concerned, because the static
constructor is run once per thread and needs a gate variable to prevent being
run multiple times in the face of separate compilation. I suppose we could
improve the diagnostic message, though?

--

Reply via email to