dariok / wdbplus

WDB-eXist
MIT License
9 stars 7 forks source link

[maintenance] avoid circular dependencies #549

Open dariok opened 9 months ago

dariok commented 9 months ago

Especially app.xqm is often imported in modules that app.xqm itself imports – or the other way round. This can lead to terminally hanging READ LOCKS in eXist and other rather detrimental effects. Hence, everything that is used in app.xqm and other modules alike, must be moved to a module of its own.

Cf. #511 #313

dariok commented 7 months ago

See also #542