-
Notifications
You must be signed in to change notification settings - Fork 3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix planning of pattern navigation offset
The offset value is a LongLiteral. Before this change, it was rewritten by the TranslationMap, which could lead to replacing the literal with a symbol reference, if the map already contained a mapping for that literal. It resulted in a failure in LogicalIndexExtractor, where a literal was expected. After this change, the offset argument is not rewritten.
- Loading branch information
Showing
1 changed file
with
9 additions
and
5 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