From fb3c53553f3051199bbf25bcd406303dcffdb663 Mon Sep 17 00:00:00 2001 From: Anton Dyudin Date: Thu, 11 Feb 2016 10:50:20 -0800 Subject: [PATCH] add missing /?s --- app/curl.hoon | 1 + gen/cat.hoon | 1 + gen/cat/pretty.hoon | 1 + gen/curl.hoon | 1 + gen/hood/ask.hoon | 1 + gen/hood/cp.hoon | 1 + gen/hood/hi.hoon | 1 + gen/hood/mv.hoon | 1 + gen/hood/rm.hoon | 1 + gen/hood/schedule.hoon | 1 + gen/ls.hoon | 1 + gen/ls/subdir.hoon | 1 + gen/make.hoon | 1 + gen/pope.hoon | 1 + gen/tree.hoon | 1 + lib/down-jet.hoon | 1 + lib/down-jet/parse.hoon | 1 + lib/down-jet/rend.hoon | 1 + lib/react.hoon | 1 + lib/tree.hoon | 1 + lib/urb-split.hoon | 1 + lib/write.hoon | 1 + mar/css.hoon | 1 + mar/jam.hoon | 1 + mar/js.hoon | 1 + mar/tree-include.hoon | 1 + mar/tree/include.hoon | 1 + mar/write/comment.hoon | 1 + mar/write/paste.hoon | 1 + mar/write/tree.hoon | 1 + mar/write/wipe.hoon | 1 + ren/rss-xml.hoon | 1 + ren/tree/combine.hoon | 1 + ren/tree/elem.hoon | 1 + ren/tree/include.hoon | 1 + ren/tree/index.hoon | 1 + ren/urb.hoon | 1 + ren/urb/tree.hoon | 1 + sur/kyev.hoon | 1 + sur/markdown.hoon | 1 + sur/tree-include.hoon | 1 + web/404.hoon | 1 + web/talk.hoon | 1 + 43 files changed, 43 insertions(+) diff --git a/app/curl.hoon b/app/curl.hoon index 61b6c8b0d..60927a731 100644 --- a/app/curl.hoon +++ b/app/curl.hoon @@ -1,6 +1,7 @@ !: :::: /hoon/curl/app :: +/? 314 |_ [[^ ^ ost=@ ^] ~] ++ poke |*(a=[mark *] :_(+> [ost %hiss / %wain a]~)) ::++ poke-purl |=(a=purl :_(+> [ost %hiss / %wain %purl a]~)) diff --git a/gen/cat.hoon b/gen/cat.hoon index 0597b07de..8a285818c 100644 --- a/gen/cat.hoon +++ b/gen/cat.hoon @@ -2,6 +2,7 @@ :: :::: /hoon/cat/gen :: +/? 314 // /%%/ls/subdir // /%/pretty !: diff --git a/gen/cat/pretty.hoon b/gen/cat/pretty.hoon index 5d5bddc71..8184b934b 100644 --- a/gen/cat/pretty.hoon +++ b/gen/cat/pretty.hoon @@ -1,6 +1,7 @@ :: :::: /hoon/pretty/cat/gen :: +/? 314 !: |% ++ pretty-noun diff --git a/gen/curl.hoon b/gen/curl.hoon index ef7232de3..6100de1ef 100644 --- a/gen/curl.hoon +++ b/gen/curl.hoon @@ -1,6 +1,7 @@ :: :::: /hoon/curl/gen :: +/? 314 /- sole [sole] :- %get |= {^ {a/tape $~} $~} diff --git a/gen/hood/ask.hoon b/gen/hood/ask.hoon index 8bfc68149..cabd27195 100644 --- a/gen/hood/ask.hoon +++ b/gen/hood/ask.hoon @@ -1,6 +1,7 @@ :: :::: /hoon/ask/hood/gen :: +/? 314 :- %say |= {^ {mel/cord $~} $~} =+ adr=(star ;~(less (mask "\"\\()[],:;<>@") prn)) diff --git a/gen/hood/cp.hoon b/gen/hood/cp.hoon index c21e42490..ef7ca78c3 100644 --- a/gen/hood/cp.hoon +++ b/gen/hood/cp.hoon @@ -1,5 +1,6 @@ :: :::: /hoon/cp/hood/gen :: +/? 314 :- %say |=({^ {input/path output/path $~} $~} kiln-cp+[input output]) diff --git a/gen/hood/hi.hoon b/gen/hood/hi.hoon index ef40a5dce..d028e6dbe 100644 --- a/gen/hood/hi.hoon +++ b/gen/hood/hi.hoon @@ -1,5 +1,6 @@ :: :::: /hoon/hi/hood/gen :: +/? 314 :- %say |=({^ {who/ship mez/$@($~ {a/tape $~})} $~} helm-send-hi+[who ?~(mez ~ `a.mez)]) diff --git a/gen/hood/mv.hoon b/gen/hood/mv.hoon index 18ef32781..6e5e7d485 100644 --- a/gen/hood/mv.hoon +++ b/gen/hood/mv.hoon @@ -1,5 +1,6 @@ :: :::: /hoon/mv/hood/gen :: +/? 314 :- %say |=({^ {input/path output/path $~} $~} kiln-mv+[input output]) diff --git a/gen/hood/rm.hoon b/gen/hood/rm.hoon index 3b8e190aa..7fada7f29 100644 --- a/gen/hood/rm.hoon +++ b/gen/hood/rm.hoon @@ -1,5 +1,6 @@ :: :::: /hoon/rm/hood/gen :: +/? 314 :- %say |=({^ {input/path $~} $~} kiln-rm+input) diff --git a/gen/hood/schedule.hoon b/gen/hood/schedule.hoon index cfe09afc7..d2561b308 100644 --- a/gen/hood/schedule.hoon +++ b/gen/hood/schedule.hoon @@ -1,5 +1,6 @@ :: :::: /hoon/schedule/hood/gen :: +/? 314 :- %say |=({^ {where/path tym/@da eve/@t $~} $~} kiln-schedule+[where tym eve]) diff --git a/gen/ls.hoon b/gen/ls.hoon index efd38533c..e7a6ee9af 100644 --- a/gen/ls.hoon +++ b/gen/ls.hoon @@ -2,6 +2,7 @@ :: :::: /hoon/ls/gen :: +/? 314 // /%/subdir !: :::: diff --git a/gen/ls/subdir.hoon b/gen/ls/subdir.hoon index b8d9c1e5a..fa19a72bf 100644 --- a/gen/ls/subdir.hoon +++ b/gen/ls/subdir.hoon @@ -1,6 +1,7 @@ :: :::: /hoon/subdir/ls/gen :: +/? 314 |% ++ subdir |= {pax/path des/(map @t $~)} diff --git a/gen/make.hoon b/gen/make.hoon index cc0b8b905..d3a0ceb21 100644 --- a/gen/make.hoon +++ b/gen/make.hoon @@ -1,5 +1,6 @@ :: :::: /hoon/make/gen :: +/? 314 :- %say |=({^ arg/(list @) foo/_`@`1 bar/_`@`2} noun+[arg foo bar]) diff --git a/gen/pope.hoon b/gen/pope.hoon index 3e9554353..22e4b75ff 100644 --- a/gen/pope.hoon +++ b/gen/pope.hoon @@ -1,6 +1,7 @@ :: :::: /hoon/pope/gen :: +/? 314 :: Input twitter keys /- sole !: diff --git a/gen/tree.hoon b/gen/tree.hoon index 3029a077d..36098d040 100644 --- a/gen/tree.hoon +++ b/gen/tree.hoon @@ -2,6 +2,7 @@ :: :::: /hoon/tree/gen :: +/? 314 !: :::: :: diff --git a/lib/down-jet.hoon b/lib/down-jet.hoon index eae417fe5..b4e95e6f9 100644 --- a/lib/down-jet.hoon +++ b/lib/down-jet.hoon @@ -1,6 +1,7 @@ :: :::: /hoon/down-jet/lib :: +/? 314 /- markdown :: :::: diff --git a/lib/down-jet/parse.hoon b/lib/down-jet/parse.hoon index d8026ee52..1c19d300d 100644 --- a/lib/down-jet/parse.hoon +++ b/lib/down-jet/parse.hoon @@ -2,6 +2,7 @@ :: :::: /hoon/parse/down-jet/lib :: +/? 314 =+ =~ |% ++ loca |*(a/_* {p/@u q/a}) diff --git a/lib/down-jet/rend.hoon b/lib/down-jet/rend.hoon index d00b327cb..b6417ec52 100644 --- a/lib/down-jet/rend.hoon +++ b/lib/down-jet/rend.hoon @@ -2,6 +2,7 @@ !: :::: /hoon/rend/down-jet/lib :: +/? 314 |% ++ into-inner |= {a/marl b/manx} diff --git a/lib/react.hoon b/lib/react.hoon index 89866b18c..8c0569fff 100644 --- a/lib/react.hoon +++ b/lib/react.hoon @@ -1,6 +1,7 @@ :: :::: /hoon/react/lib :: +/? 314 |% ++ react-elems :: XX /~ ~+ %- silt ^- (list term) diff --git a/lib/tree.hoon b/lib/tree.hoon index 2fa3007ee..9010b571e 100644 --- a/lib/tree.hoon +++ b/lib/tree.hoon @@ -1,6 +1,7 @@ :: :::: /hoon/tree/lib :: +/? 314 /- tree-include !: |% diff --git a/lib/urb-split.hoon b/lib/urb-split.hoon index 86a13171b..3d11a63da 100644 --- a/lib/urb-split.hoon +++ b/lib/urb-split.hoon @@ -1,6 +1,7 @@ :: :::: /hoon/urb-split/lib :: +/? 314 |= [dep=@uvH urb=manx] ^- [hed=[@uvh marl] bod=[@uvH marl]] ~| [%malformed-urb urb] :: XX types ?> ?=([[%html ~] [[%head ~] *] [[%body ~] *] ~] urb) diff --git a/lib/write.hoon b/lib/write.hoon index b27f59801..b4076cdcd 100644 --- a/lib/write.hoon +++ b/lib/write.hoon @@ -2,6 +2,7 @@ :: :::: /hoon/write/lib :: +/? 314 |% ++ part {$write $0 pith} :: no state ++ pith $~ diff --git a/mar/css.hoon b/mar/css.hoon index 304986ced..a5fc302da 100644 --- a/mar/css.hoon +++ b/mar/css.hoon @@ -1,6 +1,7 @@ :: :::: /hoon/css/mar :: +/? 314 |_ mud/@t ++ grow :: convert to |% ++ mime [/text/css (taco mud)] :: convert to %mime diff --git a/mar/jam.hoon b/mar/jam.hoon index 6d3bf638f..309e6eeee 100644 --- a/mar/jam.hoon +++ b/mar/jam.hoon @@ -1,6 +1,7 @@ :: :::: /hoon/jam/mar :: +/? 314 !: |_ mud/@ ++ grow diff --git a/mar/js.hoon b/mar/js.hoon index b0d4c9b40..3d1070465 100644 --- a/mar/js.hoon +++ b/mar/js.hoon @@ -1,6 +1,7 @@ :: :::: /hoon/js/mar :: +/? 314 !: |_ mud/@ ++ grow diff --git a/mar/tree-include.hoon b/mar/tree-include.hoon index 3d5562f27..84683a1fc 100644 --- a/mar/tree-include.hoon +++ b/mar/tree-include.hoon @@ -1,6 +1,7 @@ :: :::: /hoon/tree-include/mar :: +/? 314 /- tree-include |_ tree-include ++ grab |% ++ noun tree-include diff --git a/mar/tree/include.hoon b/mar/tree/include.hoon index 8e5053c8f..cfaa05b75 100644 --- a/mar/tree/include.hoon +++ b/mar/tree/include.hoon @@ -1,6 +1,7 @@ :: :::: /hoon/include/tree/mar :: +/? 314 /- tree-include |_ tree-include ++ grab |% ++ noun tree-include diff --git a/mar/write/comment.hoon b/mar/write/comment.hoon index 5064a744b..93e08ff52 100644 --- a/mar/write/comment.hoon +++ b/mar/write/comment.hoon @@ -1,6 +1,7 @@ :: :::: /hoon/comment/write/mar :: +/? 314 !: |_ {pax/path txt/@t} ++ grab diff --git a/mar/write/paste.hoon b/mar/write/paste.hoon index c2e54a348..e11070e0c 100644 --- a/mar/write/paste.hoon +++ b/mar/write/paste.hoon @@ -1,6 +1,7 @@ :: :::: /hoon/paste/write/mar :: +/? 314 !: |_ {typ/?($hoon $md $txt) txt/@t} ++ grab diff --git a/mar/write/tree.hoon b/mar/write/tree.hoon index 689b358c3..3ed959132 100644 --- a/mar/write/tree.hoon +++ b/mar/write/tree.hoon @@ -1,6 +1,7 @@ :: :::: /hoon/tree/write/mar :: +/? 314 !: |_ {sup/spur mim/mime} ++ grab diff --git a/mar/write/wipe.hoon b/mar/write/wipe.hoon index bc062ac60..9f7addfb1 100644 --- a/mar/write/wipe.hoon +++ b/mar/write/wipe.hoon @@ -1,6 +1,7 @@ :: :::: /hoon/wipe/write/mar :: +/? 314 !: |_ spur ++ grab diff --git a/ren/rss-xml.hoon b/ren/rss-xml.hoon index 3a418f8fd..46cca111e 100644 --- a/ren/rss-xml.hoon +++ b/ren/rss-xml.hoon @@ -2,6 +2,7 @@ :: :::: /hoon/rss-xml/ren :: +/? 314 /= sum /snip/ /^ kid=(map span ,[marl marl]) /_ /snip/ diff --git a/ren/tree/combine.hoon b/ren/tree/combine.hoon index 3da611bfd..1e1e39f25 100644 --- a/ren/tree/combine.hoon +++ b/ren/tree/combine.hoon @@ -1,6 +1,7 @@ :: :::: /hoon/combine/tree/ren :: +/? 314 /- tree-include /+ react /= mime /mime/ diff --git a/ren/tree/elem.hoon b/ren/tree/elem.hoon index 3aa0aa340..08e9a3be8 100644 --- a/ren/tree/elem.hoon +++ b/ren/tree/elem.hoon @@ -1,6 +1,7 @@ :: :::: /hoon/elem/tree/ren :: +/? 314 /% /, /web /|(/!elem/ /elem/) / /elem/ diff --git a/ren/tree/include.hoon b/ren/tree/include.hoon index 1401fde65..2eb85ff4f 100644 --- a/ren/tree/include.hoon +++ b/ren/tree/include.hoon @@ -1,6 +1,7 @@ :: :::: /hoon/include/tree/ren :: +/? 314 /- tree-include /| /tree-combine/ /:/===/web/404:/tree-combine/ :: XX merge into tree-elem? diff --git a/ren/tree/index.hoon b/ren/tree/index.hoon index d1128f3fe..c725b08fd 100644 --- a/ren/tree/index.hoon +++ b/ren/tree/index.hoon @@ -1,6 +1,7 @@ :: :::: /hoon/index/tree/ren :: +/? 314 /+ tree /, / /; (getall:tree /h1/h2/h3/h4/h5/h6) /tree-elem/ diff --git a/ren/urb.hoon b/ren/urb.hoon index 138e6c8b6..42bdf087d 100644 --- a/ren/urb.hoon +++ b/ren/urb.hoon @@ -1,6 +1,7 @@ :: :::: /hoon/urb/ren :: +/? 314 /+ urb-split :: for single-page apps /% /^ [hed=[@uvH marl] bod=[@uvH marl]] /, /web/app diff --git a/ren/urb/tree.hoon b/ren/urb/tree.hoon index 6c89b3968..491a7c1ce 100644 --- a/ren/urb/tree.hoon +++ b/ren/urb/tree.hoon @@ -2,6 +2,7 @@ :: :::: /hoon/tree/urb/ren :: +/? 314 /= hed /# /% /: /===/ren /tree-head/ :: XX static /= bod /# /% /tree-body/ ^- [hed=[@uvH marl] bod=[@uvH marl]] diff --git a/sur/kyev.hoon b/sur/kyev.hoon index 89dda8501..a92c966e4 100644 --- a/sur/kyev.hoon +++ b/sur/kyev.hoon @@ -2,6 +2,7 @@ :: :::: /hoon/kyev/sur :: +/? 314 =- {p/(set ?($ctrl $shift $alt $meta)) q/$@(cord {$act speck})} ^= speck $? $ctrl $shift $alt $meta $entr $esc $caps $uncap diff --git a/sur/markdown.hoon b/sur/markdown.hoon index 8dae2a30c..61dff05eb 100644 --- a/sur/markdown.hoon +++ b/sur/markdown.hoon @@ -1,6 +1,7 @@ :: :::: /hoon/markdown/sur :: +/? 314 |% ++ down (list elem) ++ kids (list inline) diff --git a/sur/tree-include.hoon b/sur/tree-include.hoon index eb4d28f81..5d2908382 100644 --- a/sur/tree-include.hoon +++ b/sur/tree-include.hoon @@ -1,6 +1,7 @@ :: :::: /hoon/tree-include/sur :: +/? 314 |- $: mime/mime body/json diff --git a/web/404.hoon b/web/404.hoon index e3d597e4a..564f10fde 100644 --- a/web/404.hoon +++ b/web/404.hoon @@ -1,4 +1,5 @@ :: :::: /hoon/404/web :: +/? 314 ;list(data-source "default", is404 "true"); diff --git a/web/talk.hoon b/web/talk.hoon index 2dea98b1c..2bbb09d21 100644 --- a/web/talk.hoon +++ b/web/talk.hoon @@ -1,6 +1,7 @@ :: :::: /hoon/talk/web :: +/? 314 ;module(nav_title "Talk", nav_no-dpad "", nav_no-sibs "", nav_subnav "talk-station") ;script@"/~~/~/at/lib/urb.js"; ;script@"/talk/main.js";