diff --git a/lib/test/ford.hoon b/lib/test/ford.hoon index ff253a267..304dfa69f 100644 --- a/lib/test/ford.hoon +++ b/lib/test/ford.hoon @@ -105,7 +105,7 @@ [%leaf "expected %dude, but got {<-.actual>}"]~ :: %+ weld - (expect-eq !>((error.expected)) !>((error.actual))) + (expect-eq !>(error.expected) !>(error.actual)) $(expected attempt.expected, actual attempt.actual) :: %hood diff --git a/sys/vane/clay.hoon b/sys/vane/clay.hoon index c299beb2b..21cbdaba6 100644 --- a/sys/vane/clay.hoon +++ b/sys/vane/clay.hoon @@ -1770,7 +1770,7 @@ |= [disc=disc:ford a=page] ^- schematic:ford ?. ?=($hoon p.a) [%vale [our %home] a] - ?. ?=(@t q.a) [%dude |.(>%weird-hoon<) %ride [%zpzp ~] %$ *cage] + ?. ?=(@t q.a) [%dude >%weird-hoon< %ride [%zpzp ~] %$ *cage] [%$ p.a [%atom %t ~] q.a] :: :: Verify the foreign data is of the the mark it claims to be. diff --git a/sys/vane/eyre.hoon b/sys/vane/eyre.hoon index a3a4a6d2f..5d0737bc4 100644 --- a/sys/vane/eyre.hoon +++ b/sys/vane/eyre.hoon @@ -1160,7 +1160,7 @@ |= [tea=whir live=? request=schematic:ford] %+ pass-note tea :* %f %build live - [%dude |.([%leaf "eyre: execute {}"]) request] + [%dude [%leaf "eyre: execute {}"] request] == :: ++ add-links :: x-urbit:// urls @@ -2075,7 +2075,6 @@ ++ has-arm ~(has in (silt (sloe cor-type))) ++ build %^ execute-turbo %core live=%.y - :::+ %dude [|.(+)]:>%mod-samp< ^- schematic:ford :+ %mute ^- schematic:ford diff --git a/sys/vane/ford.hoon b/sys/vane/ford.hoon index cd02592f9..8d643e51a 100644 --- a/sys/vane/ford.hoon +++ b/sys/vane/ford.hoon @@ -3131,7 +3131,7 @@ :: ++ make-dude ~% %make-dude ..^^$ ~ - |= [error=(trap tank) attempt=schematic] + |= [error=tank attempt=schematic] ^- build-receipt :: =/ attempt-build=^build [date.build attempt] @@ -3143,7 +3143,7 @@ ?. ?=([%error *] u.attempt-result) (return-result u.attempt-result) :: - (return-error [$:error message.u.attempt-result]) + (return-error [error message.u.attempt-result]) :: ++ make-hood ~% %make-hood ..^^$ ~ diff --git a/sys/zuse.hoon b/sys/zuse.hoon index c9d7a2018..c668ef759 100644 --- a/sys/zuse.hoon +++ b/sys/zuse.hoon @@ -1214,7 +1214,7 @@ $: %dude :: error: a trap producing an error message to wrap the original :: - error=(trap tank) + error=tank :: attempt: the schematic to try, whose error we wrap, if any :: attempt=schematic diff --git a/tests/sys/vane/ford.hoon b/tests/sys/vane/ford.hoon index 15c8663be..a9de88d8a 100644 --- a/tests/sys/vane/ford.hoon +++ b/tests/sys/vane/ford.hoon @@ -1980,7 +1980,7 @@ ++ test-dude ^- tang :: =/ schematic=schematic:ford-gate - :* %dude |.(>%test-no-error<) + :* %dude >%test-no-error< [%scry [%c care=%x bel=[[~nul %desk] /bar/foo]]] == :: @@ -2007,7 +2007,7 @@ ++ test-dude-error ^- tang :: =/ schematic=schematic:ford-gate - :* %dude |.(>%in-the-error-message<) + :* %dude >%in-the-error-message< [%scry [%c care=%x bel=[[~nul %desk] /bar/foo]]] == ::