Skip to content

Commit

Permalink
more comments
Browse files Browse the repository at this point in the history
  • Loading branch information
litlep-nibbyt committed Jan 15, 2025
1 parent 825e14b commit f8eb98b
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions apps/choo/bootstrap/kernel.hoon
Original file line number Diff line number Diff line change
Expand Up @@ -633,8 +633,10 @@
~> %bout
?: ?=(%hoon -.leaf.n)
::
:: We append the honc (hoon stdlib) to the end of the vase
:: We append the honc (hoon.hoon) to the end of the vase
:: because imports have higher precedence when resolving faces.
:: To avoid shadowing issues with hoon.hoon, attach faces to your
:: imports or avoid shadowed names altogether.
(swet (slew dep-vaz honc) hoon.leaf.n)
=> octs=!>(octs.leaf.n)
|.(octs)
Expand All @@ -650,8 +652,7 @@
(~(got by bc) dep-hash)
~& > attaching-face+face.r
::
:: Ford imports are included in the order that
:: they appear in the deps.
:: Ford imports are included in the order that they appear in the deps.
(slew vaz (label-vase dep-vaz face.r))
::
:: $label-vase: label a (trap vase) with a face
Expand Down

0 comments on commit f8eb98b

Please sign in to comment.