-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
The use of _IdDict was causing issues with symbol lookups, as we can obtain strings in more than one way. (Which I knew when I originally wrote this, but for some reason thought we avoided.) There was a good reason for looking things up by identity, namely that it makes most sense to look up each AbstractNode by identity. (As they're not otherwise hashable in any meaningful way.) So we've switched to doing that just for AbstractNode instead.
- Loading branch information
1 parent
5c6e80e
commit 9781eae
Showing
1 changed file
with
21 additions
and
28 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