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

Remove list evaluation until necessary #160

Open
reginafcompton opened this issue Dec 8, 2017 · 1 comment
Open

Remove list evaluation until necessary #160

reginafcompton opened this issue Dec 8, 2017 · 1 comment

Comments

@reginafcompton
Copy link
Contributor

Recently, we cleaned up some unnecessary evaluations. Let's comb through the code source and refactor other such instances.

@fgregg
Copy link
Member

fgregg commented Dec 8, 2017

Note there's a number of ways that unnecessary evaluation could be triggered besides a cast to list

  • cast to a tuple
  • cast to a set
  • used in list comprehension
  • used in a set comprehension

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

No branches or pull requests

2 participants