[racket] handin-server and image? conflict with 2htdp/image and lang/htdp-beginner

2015-02-10 Thread Suzanne Menzel
Hello, I’m having trouble getting the handin server to accept a BSL file that uses the image library and also includes template definitions. I can make it work separately. That is, I can accept BSL image program files as long as they don’t have any templates and I can accept BSL programs with t

Re: [racket] ARGH my packages are broken and I'm stuck

2015-02-10 Thread Ryan Davis
> On Feb 10, 2015, at 19:14, Alexis King wrote: > > What do you get running raco pkg show? (Run raco pkg show -l if you’re using > a dev build.) > > That should tell you what packages Racket thinks you have installed. Oops. I thought I had that in there. It definitely did NOT show cover being

Re: [racket] ARGH my packages are broken and I'm stuck

2015-02-10 Thread Alexis King
What do you get running raco pkg show? (Run raco pkg show -l if you’re using a dev build.) That should tell you what packages Racket thinks you have installed. > On Feb 10, 2015, at 18:38, Matthew Flatt wrote: > > At Tue, 10 Feb 2015 18:19:40 -0800, Ryan Davis wrote: >> 10045 % raco pkg instal

Re: [racket] ARGH my packages are broken and I'm stuck

2015-02-10 Thread Matthew Flatt
At Tue, 10 Feb 2015 18:19:40 -0800, Ryan Davis wrote: > 10045 % raco pkg install cover/ > raco setup: given collection path: "cover" refers to the same directory as > another given collection path, "zenspider/cover" I think you have the enclosing directory "zenspider" installed as a package. Does

[racket] ARGH my packages are broken and I'm stuck

2015-02-10 Thread Ryan Davis
I'm _STUCK_. I have no idea what's going on or why it won't self-repair. I was told on IRC that someone else had a similar problem and they addressed it by reinstalling racket. Please tell me that isn't my solution. 10041 % raco link -l | grep cover 10042 % raco pkg install cover/ raco pkg inst

Re: [racket] Testing modifications to 3rd party packages

2015-02-10 Thread Bartosz Przygoda
Sorry for noise. Indeed it has to be required by the same path as the one used for entering, but this time it worked. On Tue, Feb 10, 2015 at 3:00 PM, Bartosz Przygoda wrote: > Hi, > > Suppose I want to test some modification to a package, say: ffi/unsafe. I > fetch racket source code from githu

[racket] Testing modifications to 3rd party packages

2015-02-10 Thread Bartosz Przygoda
Hi, Suppose I want to test some modification to a package, say: ffi/unsafe. I fetch racket source code from github, perform modifications (let's just add *baz* function (and provide it)), fire up a repl (I'm normally using Geiser for Emacs, but here I will use xrepl): ,en "sources/racket/racket/c