hodur-org / hodur-engine

Hodur is a domain modeling approach and collection of libraries to Clojure. By using Hodur you can define your domain model as data, parse and validate it, and then either consume your model via an API or use one of the many plugins to help you achieve mechanical results faster and in a purely functional manner.
MIT License
282 stars 13 forks source link

Topological sorting may ignore tags under some circumstances #7

Open luchiniatwork opened 5 years ago

luchiniatwork commented 5 years ago

More specifically, the dependency function does not filter by the provided tag so, once a node is sent to it, the dependent nodes will get returned even if they are not tagged for the target plugin.