[plt-dev] Re: [plt-scheme] Automatic compilation for drscheme's Module language

From: Robby Findler (robby at eecs.northwestern.edu)
Date: Fri Jul 31 22:47:02 EDT 2009

I tried one more. THis program:

  #lang scheme
  (require "dne.ss")

doesn't give a source location in mzscheme:

% mzscheme ~/tmp.ss
default-load-handler: cannot open input file: "/home/robby/dne.ss" (No
such file or directory; errno=2)

So, I guess something else is going on here.

Robby

2009/7/30 Robby Findler <robby at eecs.northwestern.edu>:
> I also tried 4.2.1 and didn't see it working, but may have been doing
> the wrong thing..?
>
> Robby
>
> On Thu, Jul 30, 2009 at 3:59 PM, Sam TH<samth at ccs.neu.edu> wrote:
>> On Thu, Jul 30, 2009 at 4:36 PM, Robby
>> Findler<robby at eecs.northwestern.edu> wrote:
>>> Does 4.1.5 work right for this? I just tried
>>>
>>> #lang scheme
>>> (require "dne.ss")
>>>
>>> and didn't seem to go to the source location of the error.
>>>
>>
>> It's currently hard to run 4.1.5.  I'll test this tomorrow. :)
>>
>> --
>> sam th
>> samth at ccs.neu.edu
>>
>


Posted on the dev mailing list.