Skip to content

Conversation

@adius
Copy link

@adius adius commented Jun 10, 2015

We had a large dependency tree and it crashed everytime with stackoverflow error.
This was because of too many recursive calls of getDeps.
Also the whole method seemed to be pretty broken and did not return the correct dependencies.

Copy link
Owner

Choose a reason for hiding this comment

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

Why this change? Your code is functionally identical to the shorter, simpler code that was there before?

Copy link
Author

Choose a reason for hiding this comment

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

The performance was pretty bad so I tried to improve it. But you're right this probably doesn't change much.

@ForbesLindesay
Copy link
Owner

I'm closing this as it has now been fixed by moving over to watchify.

Would you like to be added as a collaborator on this project, to help review and merge pull requests?

@adius
Copy link
Author

adius commented Jun 27, 2015

If you think I can help, sure! I'd be happy to!

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.

3 participants