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

Feature.lambdas #34

Merged
merged 25 commits into from
Jul 12, 2022
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
rm deprecated satisfy_existing_dependencies
  • Loading branch information
http://jneen.net/ committed Jun 16, 2022
commit 13feacf7e21d7e2c2e85f712113b867af90dea9c
12 changes: 0 additions & 12 deletions lib/dentaku/ast/node.rb
Original file line number Diff line number Diff line change
Expand Up @@ -45,18 +45,6 @@ def valid?
children.all?(&:valid?)
end

def satisfy_existing_dependencies
existing_dependencies = context.keys & dependencies

Calculator.current.cache_for(self) do |cache|
cache.trace do |tracer|
existing_dependencies.each do |dep|
tracer.satisfied(dep)
end
end
end
end

def constraints(context)
generate_constraints(context)
context.constraints
Expand Down