From 932e11ad2c0c7bc0bbb125becc00322d58cf986e Mon Sep 17 00:00:00 2001 From: Elliot Glaysher Date: Tue, 24 Jan 2017 20:39:04 -0800 Subject: [PATCH 1/2] Fix ++mull:ut's handling of $tune. arvo's sys/hoon.hoon defines the $tune case as: {$tune *} [(face p.gen sut) (face p.gen dox)] Fix the C jet so that it doesn't use sut on both spans. --- jets/f/ut_mull.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/jets/f/ut_mull.c b/jets/f/ut_mull.c index 89970527fc..267c10cbf5 100644 --- a/jets/f/ut_mull.c +++ b/jets/f/ut_mull.c @@ -570,11 +570,11 @@ u3z(vat); return ret; } - + case c3__tune: p_gen = u3t(gen); _mull_used(); { - return u3nc(u3qf_face(p_gen, sut), u3qf_face(p_gen, sut)); + return u3nc(u3qf_face(p_gen, sut), u3qf_face(p_gen, dox)); } case c3__burn: p_gen = u3t(gen); From 7fb269554fbdb12c996b26aebc43aedd2b6ccad4 Mon Sep 17 00:00:00 2001 From: Max G Date: Sun, 5 Feb 2017 08:24:09 -0500 Subject: [PATCH 2/2] ut_find.c typos --- jets/f/ut_find.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/jets/f/ut_find.c b/jets/f/ut_find.c index c2f6081f87..ebc1a4ae0e 100644 --- a/jets/f/ut_find.c +++ b/jets/f/ut_find.c @@ -264,8 +264,8 @@ u3_noun pp_yor = u3t(p_yor); // {span nock} u3_noun ppp_hax = u3h(pp_hax); // span u3_noun ppp_yor = u3h(pp_yor); // span - u3_noun qpp_hax = u3h(pp_hax); // nock - u3_noun qpp_yor = u3h(pp_yor); // nock + u3_noun qpp_hax = u3t(pp_hax); // nock + u3_noun qpp_yor = u3t(pp_yor); // nock if ( c3n == u3r_sing(qpp_hax, qpp_yor) ) { return u3m_error("find-fork-c"); @@ -695,7 +695,7 @@ else { u3_noun pp_mor = u3t(p_mor); // {span nock} u3_noun ppp_mor = u3h(pp_mor); // span - u3_noun qpp_mor = u3h(pp_mor); // nock + u3_noun qpp_mor = u3t(pp_mor); // nock u3_noun gen = u3nt(c3__wing, u3k(i_hyp), u3_nul); u3_noun fex = u3qfu_mint(van, ppp_mor, c3__noun, gen); u3_noun ret = u3nq(c3n,