mirror of
https://github.com/urbit/shrub.git
synced 2024-11-24 13:06:09 +03:00
dill: exclude wrapped-task from most +call traces
Instead of including wrapped-task as-is in most call traces, we now only include it in traces for crashing (harden task) calls. For everything else, we include only the tag of the resulting $task. Closes #6444.
This commit is contained in:
parent
c1ce41e494
commit
e300fa2d6b
@ -250,8 +250,10 @@
|
||||
wrapped-task=(hobo task)
|
||||
==
|
||||
^+ [*(list move) ..^$]
|
||||
~| wrapped-task
|
||||
=/ task=task ((harden task) wrapped-task)
|
||||
=/ task=task
|
||||
~| wrapped-task
|
||||
((harden task) wrapped-task)
|
||||
~| -.task
|
||||
:: unwrap session tasks, default to session %$
|
||||
::
|
||||
=^ ses=@tas task
|
||||
|
Loading…
Reference in New Issue
Block a user