From e76083b2b616e3df12fe5467ebb6956a147733b8 Mon Sep 17 00:00:00 2001 From: Joe Bryan Date: Tue, 9 Oct 2018 18:23:15 -0400 Subject: [PATCH] adds a ^? to fix namespace issues with old-zuse --- lib/old-zuse.hoon | 2 +- mar/lens/command.hoon | 12 ++++++------ 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/lib/old-zuse.hoon b/lib/old-zuse.hoon index 74d11ea194..7307d4f077 100644 --- a/lib/old-zuse.hoon +++ b/lib/old-zuse.hoon @@ -2,7 +2,7 @@ :: :::: /hoon/oldzuse/lib :: -|% +^? |% ++ dope !! :: XX deprecated ++ fu fu:number :: modulo (mul p q) ++ aes aes:crypto :: aes, all sizes diff --git a/mar/lens/command.hoon b/mar/lens/command.hoon index 97936e3b5d..7ee837d90a 100644 --- a/mar/lens/command.hoon +++ b/mar/lens/command.hoon @@ -1,14 +1,14 @@ /- lens -/+ old-zuse +/+ old-zuse :: =, old-zuse -|_ com/command:^^lens +|_ com/command:lens ++ grab |% - ++ noun command:^^lens + ++ noun command:lens ++ json |= jon/^json - ^- command:^^lens + ^- command:lens ~| jon=jon %- need %. jon @@ -19,7 +19,7 @@ == |% ++ source - ^- $-(^json (unit source:^^lens)) + ^- $-(^json (unit source:lens)) |= jon/^json =+ tuple=%.(jon (ar source)) ?^ tuple @@ -42,7 +42,7 @@ hoon+(ot code+so:jo next+source ~) == ++ sink - ^- $-(^json (unit sink:^^lens)) + ^- $-(^json (unit sink:lens)) %- of :~ stdout+|=(^json (some ~)) output-file+so:jo