Cyclic dependency between module A and B

kdevel kdevel at vogtner.de
Wed Apr 10 18:52:42 UTC 2019


Recently (before refactoring) my application complained right 
after invocation:

    object.Error at src/rt/minfo.d(371): Cyclic dependency between 
module Filebrowser and App
    Filebrowser* ->
    App* ->
    Filebrowser*

Is it possible to detect this dependency before the program is 
started?
Perhaps during linking?


More information about the Digitalmars-d-learn mailing list