[plt-scheme] Re: managed-compile-zo
On Fri, 28 Jan 2005 06:23:05 -0700, Matthew Flatt <mflatt at cs.utah.edu> wrote:
> Looking at this again...
>
> At Fri, 28 Jan 2005 14:43:13 +0900, Daniel Pinto de Mello e Silva wrote:
> > autocompile error at on-save-file: Could not compile
> > /home/dsilva/code/tokyosite/user.ss. Reason: send: target is not an
> > object: #<path:/home/dsilva/code/tokyosite/user.ss> for method:
> > get-position
>
> I think I'm missing a lot of context. Where does the "autocompile ...
> Reason:" part of the message come from? It doesn't look familiar to me.
>
Oh, sorry, ignore that part. I was using CM from a function called
autocompile and printing caught exceptions. The part after "Reason:"
is the exception that CM raises.
Daniel