ogma icon indicating copy to clipboard operation
ogma copied to clipboard

[TASK] Resolve partition imports

Open kurtlawrence opened this issue 2 years ago • 0 comments

Goal

Given a set of imports, resolve all the dependencies. Resolving means to parse/add and make available in the Defintions.

Aspects to Develop

  • Lazily parse/add dependencies
  • Completely based off import directives
  • Globs may require parsing/add all items (depending on glob matches)
  • Probably use a stack based system
  • Will need cycle detection
    • foo imports bar which imports foo

kurtlawrence avatar Sep 14 '22 08:09 kurtlawrence