You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
dynamic vars aren't dynamic (due to an issue with how metadata is processed). Workaround: alter-meta!.
each run runs in a random namespace, but all tasks should run in the same namespace. Workaround: set namespace manually and use fully qualified symbols for task built-ins.
The text was updated successfully, but these errors were encountered:
Given the following tasks:
we see the following issues:
alter-meta!
.run
runs in a random namespace, but all tasks should run in the same namespace. Workaround: set namespace manually and use fully qualified symbols for task built-ins.The text was updated successfully, but these errors were encountered: