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?
kdevel via Digitalmars-d-learn Wed, 10 Apr 2019 11:55:58 -0700
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?