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

Fix stack overflows on complex packages #1383

Merged
merged 3 commits into from
Apr 19, 2017
Merged

Conversation

jcollins-g
Copy link
Contributor

Recursion depth was just too large in some instances where it doesn't need to be; we can cache findCanonicalLibraryFor. #1381

@jcollins-g jcollins-g requested a review from devoncarew April 19, 2017 15:17
@googlebot googlebot added the cla: yes Google CLA check succeeded. label Apr 19, 2017
<orderEntry type="library" name="Dart SDK" level="project" />
<orderEntry type="library" name="Dart SDK" level="application" />
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This diff likely means that you need to update your IntelliJ to 2017.1 :)

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ah, you'll likely see an update here early next week.

@devoncarew
Copy link
Member

lgtm!

So not necessarily an infinite recursion, but a you're-using-a-lot-of-stack exception?

@jcollins-g
Copy link
Contributor Author

Correct, it is a you're-using-a-lot-of-stack exception.

@jcollins-g jcollins-g merged commit 40938a0 into master Apr 19, 2017
@jcollins-g jcollins-g deleted the fix-stack-overflow branch April 19, 2017 20:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cla: yes Google CLA check succeeded.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants