-
-
Notifications
You must be signed in to change notification settings - Fork 375
Open
Labels
bugSomething isn't workingSomething isn't working
Description
references.zig
uses DocumentStore.collectDependencies
which collects the imports a file specifies; this incorrect - we should be collecting dependents (files that import the current file), not dependencies (files that the current file imports).
To take this on you'd have to create a new collectDependents
function that loads in all files in a workspace while checking for imports and returns all files that import the current file.
ivanjermakov
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working