Thread overview
[Issue 19468] Improve cyclic dependency error message
December 06, 2018
https://issues.dlang.org/show_bug.cgi?id=19468

hsteoh@quickfur.ath.cx changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
          Component|dmd                         |druntime

--- Comment #1 from hsteoh@quickfur.ath.cx ---
Correction: actually, there is no such error message in the compiler.  This is a druntime bug: the wording of the error message should be made clearer.

--
December 06, 2018
https://issues.dlang.org/show_bug.cgi?id=19468

hsteoh@quickfur.ath.cx changed:

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

--- Comment #2 from hsteoh@quickfur.ath.cx ---
https://github.com/dlang/druntime/pull/2397

--
December 06, 2018
https://issues.dlang.org/show_bug.cgi?id=19468

--- Comment #3 from github-bugzilla@puremagic.com ---
Commits pushed to master at https://github.com/dlang/druntime

https://github.com/dlang/druntime/commit/27005c6a2afecf49b2e730a2fa729af112304ea9 Fix issue 19468: improve cyclic dependency error message.

https://github.com/dlang/druntime/commit/954c7216fbc918ce68126027c778a4520327871b Merge pull request #2397 from quickfur/issue19468

Fix issue 19468: improve cyclic dependency error message. merged-on-behalf-of: Jacob Carlborg <jacob-carlborg@users.noreply.github.com>

--
December 06, 2018
https://issues.dlang.org/show_bug.cgi?id=19468

github-bugzilla@puremagic.com changed:

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

--