Merge pull request #3882 from urbit/m/unren

ren: remove the last renderer files from /ren
This commit is contained in:
fang 2020-11-04 19:08:04 +01:00 committed by GitHub
commit 11aaeaa289
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 0 additions and 48 deletions

View File

@ -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

View File

@ -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

View File

@ -1,10 +0,0 @@
:: For testing purposes
::
:::: /hoon/run/ren
::
/? 310
/, /ren/run /~ ~|(%loop !!)
/ /!noun/
==
~& run+-.-
~

View File

@ -1,4 +0,0 @@
/+ test-runner
/= test-core /!noun/
::
(get-test-arms:test-runner !>(test-core))