Skip to content

Latest commit

 

History

History
8 lines (7 loc) · 337 Bytes

TODO.md

File metadata and controls

8 lines (7 loc) · 337 Bytes

TODO

  • Dependency computation seems to be fragile.
    • When two modules contain a declaration with the same name, the latter will depend on the former. No dependency should be added.
    • When declarations exist with the same name, sometimes a dependency will be added with the module name concatenated with itself.