Try to make context vars nestable in task action args
This commit is contained in:
parent
b7e4b9dc74
commit
f2f88ce0dc
3 changed files with 19 additions and 29 deletions
|
@ -29,7 +29,7 @@
|
|||
(task%
|
||||
description
|
||||
(lambda (conn ctx)
|
||||
(action conn ctx (assoc-ref ctx arg) ...))
|
||||
(action conn (resolve-context-refs ctx arg) ...))
|
||||
kwarg ...))))
|
||||
|
||||
(define (run-task conn ctx task)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue