<br><br><div class="gmail_quote">On Thu, Nov 8, 2012 at 6:16 AM, Jay McCarthy <span dir="ltr">&lt;<a href="mailto:jay.mccarthy@gmail.com" target="_blank">jay.mccarthy@gmail.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">

Now that the 5.3.1 release is finished, I&#39;ve just pushed the beta release of Planet 2 to the Racket core.<div><br></div><div>I&#39;ve tried to answer all questions and explain everything about Planet 2 in the documentation, which I&#39;ve uploaded a copy of here:</div>



<div>
<br></div><div><a href="http://faculty.cs.byu.edu/~jay/tmp/20121108-pkgs/planet2/index.html" target="_blank">http://faculty.cs.byu.edu/~jay/tmp/20121108-pkgs/planet2/index.html</a><br></div><div><br></div><div>In particular, it explains what the plan is to go from this beta release to the final release. </div>


<div><br></div><div>If you currently have packages on Planet 1, I am excited to help you make the transition to Planet 2. (I am currently in the process of converting my packages.) Please do not hesitate to let me know how I can help.</div>




<div><br></div></blockquote><div><br></div><div>Another issue: main.rkt doesn&#39;t seem to be working for me.  Here&#39;s what I&#39;m seeing:</div><div><br></div><div>I have a link to a local package:</div><div><br></div>

<div><div><br></div><div>bash-3.2$ ~/local/racket/bin/raco pkg show</div><div>Package(auto?)    Checksum                                    Source</div><div>c                 81c46fbc1ce318f2733ad9dfce10930be3b4c93a    (pns c)</div>

<div>stardate          #f                                          (link /Users/dyoo/work/stardate)</div></div><div><br></div><div><br></div><div>whose directory structure is:</div><div><br></div><div><div>bash-3.2$ ls -l stardate</div>

<div>total 0</div><div>drwxr-xr-x  3 dyoo  staff  102 Nov  8 10:48 date</div><div>bash-3.2$ ls -l stardate/date</div><div>total 0</div><div>drwxr-xr-x  9 dyoo  staff  306 Nov  8 10:53 stardate</div><div>bash-3.2$ ls -l stardate/date/stardate</div>

<div>total 48</div><div>drwxr-xr-x  8 dyoo  staff   272 Nov  8 10:52 compiled</div><div>-rw-r--r--  1 dyoo  staff   422 Nov  8 10:49 info.rkt</div><div>-rw-r--r--  1 dyoo  staff   422 Nov  8 10:47 info.rkt~</div><div>-rw-r--r--  1 dyoo  staff    91 Nov  8 10:47 main.rkt</div>

<div>-rw-r--r--  1 dyoo  staff   776 Nov  8 10:53 manual.scrbl</div><div>-rw-r--r--  1 dyoo  staff   771 Nov  8 10:51 manual.scrbl~</div><div>-rw-r--r--  1 dyoo  staff  1734 Nov  8 10:47 tng-stardate.rkt</div></div><div>
<br>
</div><div><br></div><div><br></div><div>When I try to require date/stardate, I see the following error message:</div><div><br></div><div><br></div><div><div>&gt; (require date/stardate)</div><div>default-load-handler: cannot open input file</div>

<div>  path: /Users/dyoo/work/stardate/date/stardate.rkt</div><div>  system error: No such file or directory; errno=2</div><div>  context...:</div><div>   standard-module-name-resolver</div><div>   /Users/dyoo/local/racket/collects/racket/private/misc.rkt:87:7</div>

<div><br></div><div><br></div><div>However, I can still refer to the main module explicitly:</div><div><br></div><div><br></div><div>&gt; (require date/stardate/main)</div></div><div><br></div><div><br></div><div>So something about the resolution of main.rkt isn&#39;t working yet.  What other debugging info can I provide?</div>

</div>