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

require needs circular dependency check #24

Open
jfrux opened this issue Oct 8, 2012 · 2 comments
Open

require needs circular dependency check #24

jfrux opened this issue Oct 8, 2012 · 2 comments

Comments

@jfrux
Copy link
Contributor

jfrux commented Oct 8, 2012

No description provided.

@russplaysguitar
Copy link
Member

One way to do this is to keep a list of previously required library names (with versions?) and check that each time a new one is required. You probably already thought of that, but I figured I'd mention it anyways.

@jfrux
Copy link
Contributor Author

jfrux commented Oct 9, 2012

It's not that really... We have the cache for that. But it's more for
infinite loop catching. I

Sent from my iPhone

On Oct 8, 2012, at 11:51 PM, Russ [email protected] wrote:

One way to do this is to keep a list of previously required library names
(with versions?) and check that each time a new one is required. You
probably already thought of that, but I figured I'd mention it anyways.


Reply to this email directly or view it on
GitHubhttps://github.com//issues/24#issuecomment-9248183.

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