-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Always initialise symbol_id for ASCII symbols
Commit 30662b5 dropped the default initialisation of the symbol_id for ASCII characters. This leads to problems when trying to access the symbol_id when the symbol was not instantiated via AsciiSymbolKey (e.g. via SubStringAsciiSymbolKey). Additionally, AsciiSymbolKey does not guarantee the presence of a symbol_id in case the SMI value space has been exhausted. Change-Id: I778bc5cc3cee80038a4ca6606bfcf4423d569132 Reviewed-by: Peter Varga <[email protected]>
- Loading branch information
Showing
4 changed files
with
56 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters