Try to make context vars nestable in task action args

This commit is contained in:
Ray Miller 2025-01-06 20:49:42 +00:00
parent b7e4b9dc74
commit f2f88ce0dc
3 changed files with 19 additions and 29 deletions

View file

@ -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)