From 6bfd63e8e50996ed48b31e12194e8fb443054d7e Mon Sep 17 00:00:00 2001 From: Alex Shelkovnykov Date: Fri, 1 Sep 2023 16:06:17 -0600 Subject: [PATCH] test: add comments to test scaffolding files --- hoon/scaffolding/azimuth-pill.hoon | 7 +++---- hoon/scaffolding/baby.hoon | 4 +++- hoon/scaffolding/cradle.hoon | 3 +++ hoon/scaffolding/naive-cradle.hoon | 5 ++++- 4 files changed, 13 insertions(+), 6 deletions(-) diff --git a/hoon/scaffolding/azimuth-pill.hoon b/hoon/scaffolding/azimuth-pill.hoon index 6a9031a..9f3c70d 100644 --- a/hoon/scaffolding/azimuth-pill.hoon +++ b/hoon/scaffolding/azimuth-pill.hoon @@ -1,7 +1,6 @@ -:: A small pill that runs a snasphot of azimuth state against a few -:: tens of thousands of logs. Requires naive-cradle.hoon, -:: mainnet.azimuth-snapshot, and log.jam from this scaffolding -:: directory. +:: A small pill that runs a snasphot of azimuth state against a few tens of +:: thousands of logs. Requires naive-cradle.hoon, +:: mainnet.azimuth-snapshot, and log.jam from this scaffolding directory. :: /+ naive=naive-cradle, orig-naive=naive, ethereum, dice /* snap %azimuth-snapshot /lib/mainnet/azimuth-snapshot diff --git a/hoon/scaffolding/baby.hoon b/hoon/scaffolding/baby.hoon index 588c70f..cd76330 100644 --- a/hoon/scaffolding/baby.hoon +++ b/hoon/scaffolding/baby.hoon @@ -1,4 +1,6 @@ -:: A trivial working pill which requires no jets +:: A trivial working pill which requires no jets. Requires cradle.hoon +:: from this scaffolding directory. +:: /+ cradle !. =/ core diff --git a/hoon/scaffolding/cradle.hoon b/hoon/scaffolding/cradle.hoon index ba2e6f5..e0de51c 100644 --- a/hoon/scaffolding/cradle.hoon +++ b/hoon/scaffolding/cradle.hoon @@ -1,3 +1,6 @@ +:: This file is just tiny.hoon from urbit/urbit (but with sham jets). Required +:: to run baby.hoon as an Arvo. +:: !. => %a50 ~% %a.50 ~ ~ diff --git a/hoon/scaffolding/naive-cradle.hoon b/hoon/scaffolding/naive-cradle.hoon index be1841f..ac8ddae 100644 --- a/hoon/scaffolding/naive-cradle.hoon +++ b/hoon/scaffolding/naive-cradle.hoon @@ -1,6 +1,9 @@ +:: This file is a combination of tiny.hoon and naive.hoon from urbit/urbit +:: (but with sham jets). Required to run azimuth-pill.hoon as an Arvo. +:: !. != -:: begin cradle.hoon +:: begin tiny.hoon => => %a50 ~% %a.50 ~ ~