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

object.Error@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?
  • Cyclic dependency between mod... kdevel via Digitalmars-d-learn

Reply via email to