Skip to content

Scope Provider Issue #1323

Answered by msujew
vasilache-radu asked this question in Q&A
Dec 22, 2023 · 1 comments · 3 replies
Discussion options

You must be logged in to vote

It is interesting that when deleting one of the files and then recreating it immediately, the symbol in the other file gets referenced. This makes me think that there might be another overriding process somewhere (maybe in the indexing).

So that generally makes sense. The index is stored in the order in which files are processed. In case a file is removed and re-added it gets moved to the end of the index, therefore possibly making other elements have higher "priority" in the linking process. Generally, linking becomes non-deterministic once you have multiple elements in the same scope with the same name.

I changed the code as you suggested, but I get the same error, I am wondering now…

Replies: 1 comment 3 replies

Comment options

You must be logged in to vote
3 replies
@vasilache-radu
Comment options

@msujew
Comment options

Answer selected by vasilache-radu
@vasilache-radu
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants