mirror of
https://github.com/urbit/shrub.git
synced 2024-12-02 08:55:07 +03:00
adds a ^? to fix namespace issues with old-zuse
This commit is contained in:
parent
0a90fa5ef3
commit
e76083b2b6
@ -2,7 +2,7 @@
|
||||
::
|
||||
:::: /hoon/oldzuse/lib
|
||||
::
|
||||
|%
|
||||
^? |%
|
||||
++ dope !! :: XX deprecated
|
||||
++ fu fu:number :: modulo (mul p q)
|
||||
++ aes aes:crypto :: aes, all sizes
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user