[plt-scheme] FFI error in 4.0
On Jul 4, Jakub Piotr C?apa wrote:
> Eli Barzilay wrote:
> > Well, yeah, but the pattern was there, and you pointed and
> > `define-cpointer-type'. So it took me about 30 seconds to open
> > the file, find the error, and fix it (and most of that was spent
> > in openning the file and writing a commit message...).
>
> I was rather referring to my problem with finding what's wrong (in
> code I wrote several months ago) without any line numbers.
>
> Why the error was lacking any context information? How is such thing
> possible with the whole syntax objects thing? (Sorry if this sounds
> criticising, I had no such intentions. I am just curious. :))
I don't know why it doesn't have source information. My guess is that
it's more like the runtime error you get from (car '()).
--
((lambda (x) (x x)) (lambda (x) (x x))) Eli Barzilay:
http://www.barzilay.org/ Maze is Life!