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 dependency definition to let tsort success #484

Merged
merged 1 commit into from
Nov 23, 2020
Merged

Fix dependency definition to let tsort success #484

merged 1 commit into from
Nov 23, 2020

Conversation

soutaro
Copy link
Member

@soutaro soutaro commented Nov 23, 2020

This is to make topological sort of core classes succeed.

  • Stop adding dependencies to ancestor arguments
  • Introduce *Node classes to distinguish instance and singleton

Thus, EnvironmentWalker runes over InstanceNode, SingletonNode, and TypeNameNode instances, not TypeName instances.

@soutaro soutaro merged commit ed176fe into master Nov 23, 2020
@soutaro soutaro deleted the walker branch November 23, 2020 10:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

1 participant