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

added check for circular dependencies #2

Merged
merged 1 commit into from
Apr 25, 2013
Merged

added check for circular dependencies #2

merged 1 commit into from
Apr 25, 2013

Conversation

anacronw
Copy link
Contributor

On a larger project, I was finding that circular dependencies were causing a stack overflow.

I noticed that the dependency.name and dependency.version were being cached, so I added the condition to check for its existence already before continuing the flatten() recursion.

davglass added a commit that referenced this pull request Apr 25, 2013
added check for circular dependencies
@davglass davglass merged commit e1b7e83 into davglass:master Apr 25, 2013
@davglass
Copy link
Owner

Published license-checker@0.0.3

@anacronw anacronw deleted the circular branch April 25, 2013 18:07
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

Successfully merging this pull request may close these issues.

None yet

2 participants