<div dir="ltr"><div><div>I have several decent sized collections, each utilized via a &#39;raco link -d /a/b&#39;.  I end up doing numerous &#39;raco setup x&#39; after munging around in a particular collection set.<br><br>
</div>A typical stdout from a &#39;raco setup&#39; always appears to have &quot;mystery&quot; collection entailment to vary degrees over time.  e.g.,  this morning&#39;s set is consists of <br><br>raco setup: 3 skipping: &lt;planet&gt;/untyped/unlib.plt/3/24/scribblings/unlib.scrbl<br>
raco setup: 2 skipping: &lt;planet&gt;/cce/scheme.plt/6/3/reference/manual.scrbl<br>raco setup: 6 skipping: &lt;planet&gt;/cce/scheme.plt/4/1/scribblings/main.scrbl<br>raco setup: 7 skipping: honu/scribblings/honu.scrbl<br>
<br></div><div>At various times in the past I&#39;ve seen &#39;handin&quot; and other collections sort of come and go.   The first three I was able to remove by cleaning out the ~/.racket/planet.  <br><br>Which leaves the following:<br>
<br></div><div>1) It appears &#39;raco setup x&#39; attempts to perform a doc build in ~/.planet/...  I double checked and none of the local collections perform a single (require (planet ...)).  There is no reason for &#39;raco setup x&#39; to entail any activity in ~/.racket/planet/...  Is this a bug? or implicit ~/.racket/planet building intentional for a &#39;raco setup x&#39; invocation?<br>
<br></div><div>2) Why is honu currently entailed in &#39;raco setup x&#39;, where x is a &#39;raco link -d ...&#39; local collection?<br></div><div><br></div>The above in situ:<br><div><br>raco setup: version: 5.3.4.10 [3m]<br>
raco setup: variants: 3m<br>raco setup: main collects: /usr/local/racket/collects<br>raco setup: collects paths: <br>raco setup:   /home/ray/.racket/<a href="http://5.3.4.10/collects">5.3.4.10/collects</a><br>raco setup:   /usr/local/racket/collects<br>
raco setup: --- pre-installing collections ---<br>raco setup: --- installing foreign libraries ---<br>raco setup: --- compiling collections ---<br>raco setup: --- parallel build using 8 processes ---<br>raco setup: 7 making: /code/rlib/gut/gut (aws)<br>
raco setup: 7 making: /code/rlib/gut/gut/http (http)<br>raco setup: 7 making: /code/rlib/gut/gut/uri<br>raco setup: 7 making: /code/rlib/gut/gut/uri/url<br>raco setup: 7 making: /code/rlib/gut/gut/oauth<br>...<br>raco setup: 7 making: /code/rlib/gut/gut/uuid<br>
raco setup: --- updating info-domain tables ---<br>raco setup: --- creating launchers ---<br>raco setup: --- installing man pages ---<br>raco setup: --- building documentation ---<br>raco setup: 3 skipping: &lt;planet&gt;/untyped/unlib.plt/3/24/scribblings/unlib.scrbl<br>
raco setup: 2 skipping: &lt;planet&gt;/cce/scheme.plt/6/3/reference/manual.scrbl<br>raco setup: 6 skipping: &lt;planet&gt;/cce/scheme.plt/4/1/scribblings/main.scrbl<br>raco setup: 7 skipping: honu/scribblings/honu.scrbl<br>
raco setup: --- installing collections ---<br>raco setup: --- post-installing collections ---<br>raco setup: <br><br><div><br></div></div></div>