Skip to content

Commit

Permalink
Axiom: register modification to target
Browse files Browse the repository at this point in the history
Signed-off-by: Tony Tkacik <tonydamage@gmail.com>
  • Loading branch information
tonydamage committed May 23, 2020
1 parent 3ae8c90 commit fc21899
Showing 1 changed file with 1 addition and 0 deletions.
Expand Up @@ -155,6 +155,7 @@ public Dependency<AxiomValueContext<?>> modify(AxiomIdentifier space, Identifier
return (Dependency.retriableDelegate(() -> {
ValueContext<?> maybe = context.lookup(space, key);
if(maybe != null) {
maybe.addDependency(StatementRuleContextImpl.this);
return Dependency.immediate(maybe);
}
return null;
Expand Down

0 comments on commit fc21899

Please sign in to comment.