Skip to content
This repository has been archived by the owner on Dec 8, 2024. It is now read-only.

[BUGFIX] Use a unique identifier for each reference #357

Merged
merged 1 commit into from
Mar 17, 2021

Conversation

pzuraq
Copy link

@pzuraq pzuraq commented Mar 17, 2021

Currently we reuse the same identifier for each reference to an imported
value. Apparently this is not the way the scope system is meant to work,
and instead we should be creating a new id node for each reference.

Currently we reuse the same identifier for each reference to an imported
value. Apparently this is not the way the scope system is meant to work,
and instead we should be creating a new id node for each reference.
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants