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?