Open
Description
I have encountered a problem with jet registration (a core hanging off of ..part
), that seems to be caused by a quite general bug in wing resolution in cores that are preceded by a tiscom.
Consider the following two files
:: /lib/test-empty.hoon
|%
--
:: /lib/test-part.hoon
/+ test-empty
=, test-empty
|%
--
After building this
> =test-part -build-file /===/lib/test-part.hoon
Wings such as ..part:test-part
, or even ..add:test-part
resolve simply as part
, add
respectively. Once tiscom is removed, these wings are correctly resolved to containing cores.