[racket] Mischief causing mischief

From: Byron Davies (byrondavies at starshine.us)
Date: Fri Oct 3 15:51:18 EDT 2014

Yes, that worked.  Thank you for the immediate fix.

It was impressive how Racket kept all eight of my iMac’s pseudoCPUs busy while it was recompiling mischief.

On Oct 3, 2014, at 12:32 PM, Carl Eastlund <carl.eastlund at gmail.com> wrote:

> Byron,
> 
> That's an issue I had fixed on a separate branch of the git repository where "mischief" is stored, but hadn't gotten around to moving to the branch "raco pkg" uses until earlier today.  Your question is quite well timed.  I believe if you run "raco pkg update mischief" you should get a version that does not have these issues.  If that doesn't fix it, let me know.
> 
> And thanks for the report!
> 
> 
> Carl Eastlund
> 
> On Fri, Oct 3, 2014 at 3:13 PM, Byron Davies <byrondavies at starshine.us> wrote:
> I’m trying to use the mischief #lang.  I did raco pkg install mischief, and I see I have mischief installed among my Mac Library files.
> 
> I created a file with just:
> 
> #lang mischief
> (define one 1)
> 
> When I click the Run arrow, I get error messages:
> 
> .undefined: undefined;
>  cannot use before initialization
> 
>  . ../../Applications/Racket v6.1/share/pkgs/drracket/drracket/private/module-language.rkt:470:8: module->namespace: module not instantiated in the current namespace
>   name: #<resolved-module-path:'anonymous-module>
> 
> A backtrace on the first error suggests that Racket has actually found the mischief files, but I don’t see what I might fix.  Suggestions?
> 
> [In previous message, I meant to say “Guardians of the Software _Galaxy_”, of course.]
> 
> 
> ____________________
>   Racket Users list:
>   http://lists.racket-lang.org/users
> 
> 

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.racket-lang.org/users/archive/attachments/20141003/7a8bfbb2/attachment.html>

Posted on the users mailing list.