Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Iteration and (partly) subscript access not handled generically #108

Open
marcoeilers opened this issue Feb 27, 2018 · 0 comments
Open

Iteration and (partly) subscript access not handled generically #108

marcoeilers opened this issue Feb 27, 2018 · 0 comments

Comments

@marcoeilers
Copy link
Owner

Currently, we handle iteration (and therefore quantification) over a collection as well as, to a lesser degree, subscript access, by special casing Nagini for the classes for which this is relevant (e.g., the resolver has special cases for this for defaultdict and expiringdict, when it really shouldn't). There should be a more generic way to solve this problem.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant