FondationSTaBLFoundation / MOR2Issues

0 stars 0 forks source link

Circular Dependencies #6

Open christopheranand opened 2 years ago

christopheranand commented 2 years ago

It is possible to create a cycle of imports.

When that happens, compilation stops working, but it won't show an error, instead it shows the previously compiled code.

The import mechanism should prevent cycles of imports.