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
This is possible now that SymbolToken tracks ImportLocation. Two bits of logic are required:
When the reader encounters a symbol ID that occurs within a shared symbol table but that shared symbol table is not resolved in the catalog, the reader should return a SymbolToken with null text and an ImportLocation that identifies the name and SID in the unresolved shared symbol table.
When the writer is provided with a SymbolToken with null text and with a valid ImportLocation, it should calculate the local symbol ID from the import symbol ID and write the local symbol ID.
The text was updated successfully, but these errors were encountered:
This is possible now that SymbolToken tracks ImportLocation. Two bits of logic are required:
The text was updated successfully, but these errors were encountered: