mirror of
https://github.com/urbit/shrub.git
synced 2024-12-05 22:15:52 +03:00
Merge pull request #828 from urbit/fix-hall-tscm
restores previously-crashing =, in &hall-action
This commit is contained in:
commit
9f28fa396e
@ -10,7 +10,7 @@
|
||||
|%
|
||||
++ noun action:hall ::: from %noun
|
||||
++ json ::: from %json
|
||||
=> [. dejs:hall-json] ::TODO =,
|
||||
=, dejs:hall-json
|
||||
=, dejs-soft:format
|
||||
|= a/json
|
||||
^- action:hall
|
||||
@ -42,7 +42,7 @@
|
||||
++ grow ::: convert to
|
||||
|%
|
||||
++ json ::: to %json
|
||||
=> [. enjs:hall-json] ::TODO =,
|
||||
=, enjs:hall-json
|
||||
=, enjs:format
|
||||
%+ frond -.act
|
||||
::: only %convey has just a single piece of data.
|
||||
|
@ -12,7 +12,7 @@
|
||||
|%
|
||||
++ noun command :: from %noun
|
||||
++ json :: from %json
|
||||
=> [. dejs:hall-json] ::TODO =,
|
||||
=, dejs:hall-json
|
||||
=, dejs-soft:format
|
||||
|= a/json
|
||||
^- command:hall
|
||||
@ -26,7 +26,7 @@
|
||||
++ grow :: convert to
|
||||
|%
|
||||
++ json :: to %json
|
||||
=> [. enjs:hall-json] ::TODO =,
|
||||
=, enjs:hall-json
|
||||
=, enjs:format
|
||||
%+ frond -.cod
|
||||
:: only %publish has just a single piece of data.
|
||||
|
@ -10,7 +10,7 @@
|
||||
|%
|
||||
++ noun prize:hall ::: from %noun
|
||||
++ json ::: from %json
|
||||
=> [. dejs:hall-json] ::TODO =,
|
||||
=, dejs:hall-json
|
||||
=, dejs-soft:format
|
||||
|= a/json
|
||||
^- prize:hall
|
||||
@ -27,7 +27,7 @@
|
||||
++ grow ::: convert to
|
||||
|%
|
||||
++ json ::: to %json
|
||||
=> [. enjs:hall-json] ::TODO =,
|
||||
=, enjs:hall-json
|
||||
=, enjs:format
|
||||
%+ frond -.piz
|
||||
?+ -.piz !!
|
||||
|
@ -10,7 +10,7 @@
|
||||
|%
|
||||
++ noun rumor:hall ::: from %noun
|
||||
++ json ::: from %json
|
||||
=> [. dejs:hall-json] ::TODO =,
|
||||
=, dejs:hall-json
|
||||
=, dejs-soft:format
|
||||
|= a/json
|
||||
^- rumor:hall
|
||||
@ -26,7 +26,7 @@
|
||||
++ grow ::: convert to
|
||||
|%
|
||||
++ json ::: to %json
|
||||
=> [. enjs:hall-json] ::TODO =,
|
||||
=, enjs:hall-json
|
||||
=, enjs:format
|
||||
%+ frond -.rum
|
||||
?+ -.rum !!
|
||||
|
Loading…
Reference in New Issue
Block a user