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

A node may not depend on itself #1

Closed
wants to merge 2 commits into from

Conversation

tgoossens
Copy link

Two reasons for my changes:

  • Its a directed graph that must not contains loops
  • depends? stackoverflows when a self-reference is existing

@stuartsierra
Copy link
Collaborator

Fixed by commit 09c519b.

noisesmith pushed a commit to noisesmith/dependency that referenced this pull request May 15, 2015
Also simplify generation of exception message. The *print-length*
binding was paranoid: nodes should probably not be large data
structures.

Originally reported by "tgoossens" here:
stuartsierra/dependency#1

Also added to tools.namespace:
clojure/tools.namespace@41cd3c3
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.

2 participants