Propose to replace cyclic dependency error msg

H. S. Teoh hsteoh at quickfur.ath.cx
Thu Dec 6 18:36:47 UTC 2018


On Thu, Dec 06, 2018 at 05:03:08PM +0000, Denis Feklushkin via Digitalmars-d wrote:
> Hi!
> 
> Just want to propose to replace compiler message from:
> 
> "Cyclic dependency between module xxx and yyy"
> 
> by
> 
> "Cyclic dependency between module ctors/dtors xxx and yyy"
> 
> Several times faced with the fact that people do not understand that
> compiler talking about constructors and they try to solve the
> nonexistent problem of looped import.

Excellent proposal!  I filed a bug for this:

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


T

-- 
Insanity is doing the same thing over and over again and expecting different results.


More information about the Digitalmars-d mailing list