You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Previously, Ast.GlobalDefinition did not contain a SourceIndex, so compilation results were mapped back to their respective file URIs based on the assumption that all type definitions have unique identifiers.
Now, Ast.GlobalDefinition's SourceIndex.fileURI can be used. This fileURI is still an optional type, so reporting compilation should fallback to using the above assumption when fileURI is None.
The text was updated successfully, but these errors were encountered:
Previously,
Ast.GlobalDefinition
did not contain aSourceIndex
, so compilation results were mapped back to their respective file URIs based on the assumption that all type definitions have unique identifiers.Now,
Ast.GlobalDefinition
'sSourceIndex.fileURI
can be used. ThisfileURI
is still an optional type, so reporting compilation should fallback to using the above assumption whenfileURI
isNone
.The text was updated successfully, but these errors were encountered: