From 3d610448afee7f126eeb3e1f634ad9c58b83e8a6 Mon Sep 17 00:00:00 2001 From: fang Date: Tue, 3 Nov 2020 23:11:18 +0100 Subject: [PATCH] ren: remove the last renderer files from /ren No longer in use. --- pkg/arvo/ren/publish/comments.hoon | 14 -------------- pkg/arvo/ren/publish/post.hoon | 20 -------------------- pkg/arvo/ren/run.hoon | 10 ---------- pkg/arvo/ren/test-gen.hoon | 4 ---- 4 files changed, 48 deletions(-) delete mode 100644 pkg/arvo/ren/publish/comments.hoon delete mode 100644 pkg/arvo/ren/publish/post.hoon delete mode 100644 pkg/arvo/ren/run.hoon delete mode 100644 pkg/arvo/ren/test-gen.hoon diff --git a/pkg/arvo/ren/publish/comments.hoon b/pkg/arvo/ren/publish/comments.hoon deleted file mode 100644 index a793df78c..000000000 --- a/pkg/arvo/ren/publish/comments.hoon +++ /dev/null @@ -1,14 +0,0 @@ -/- publish -/+ publish -/= result - /^ (list comment:publish) - /; - |= comments=(map knot comment:publish) - ^- (list [comment-info:publish @t]) - %+ sort ~(val by comments) - |= [a=comment:publish b=comment:publish] - ^- ? - (gte date-created.info.a date-created.info.b) -:: - /_ /publish-comment/ -result diff --git a/pkg/arvo/ren/publish/post.hoon b/pkg/arvo/ren/publish/post.hoon deleted file mode 100644 index 717facddc..000000000 --- a/pkg/arvo/ren/publish/post.hoon +++ /dev/null @@ -1,20 +0,0 @@ -/- publish -/+ publish, cram, elem-to-react-json -/= args /$ ,[beam *] -/= result - /^ [post-info:publish manx @t] - /; - |= $: post-front=(map knot cord) - post-content=manx - post-raw=wain - ~ - == - :+ (front-to-post-info:publish post-front) - post-content - (of-wain:format (slag 11 post-raw)) -:: - /. /&front&/udon/ - /&elem&/udon/ - /&txt&/udon/ - == -result diff --git a/pkg/arvo/ren/run.hoon b/pkg/arvo/ren/run.hoon deleted file mode 100644 index 104669204..000000000 --- a/pkg/arvo/ren/run.hoon +++ /dev/null @@ -1,10 +0,0 @@ -:: For testing purposes -:: -:::: /hoon/run/ren - :: -/? 310 -/, /ren/run /~ ~|(%loop !!) - / /!noun/ -== -~& run+-.- -~ diff --git a/pkg/arvo/ren/test-gen.hoon b/pkg/arvo/ren/test-gen.hoon deleted file mode 100644 index ebe10ffa6..000000000 --- a/pkg/arvo/ren/test-gen.hoon +++ /dev/null @@ -1,4 +0,0 @@ -/+ test-runner -/= test-core /!noun/ -:: -(get-test-arms:test-runner !>(test-core))