geiser-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Geiser-users] geiser always(?) looks for main.rkt, which might not exis


From: David Bremner
Subject: [Geiser-users] geiser always(?) looks for main.rkt, which might not exist.
Date: Sat, 12 Jan 2013 13:40:57 -0400
User-agent: Notmuch/0.14+257~ge43e0af (http://notmuchmail.org) Emacs/24.2.1 (x86_64-pc-linux-gnu)

Hiya.

I was just playing with ragg (A cool new parser generator from Danny
Yoo; http://hashcollision.org/ragg/index.html)

I think I triggered a bug in geiser (using 2.2). Suppose bar.rkt looks
like

,----
| #lang racket/base
| 
| (require "foo.rkt")
`----

and "foo.rkt" starts with

#lang ragg

then ",enter "bar.rkg" in geiser will fail because it can't find 

blahblah/collects/ragg/main.rkt

This file indeed does not exist, but iiuc correctly it isn't needed for
"#lang ragg", only "(require ragg)".

For what it's worth, the same example works fine in DrRacket and xrepl

Please CC me, I'm not subscribed to this list.

David



reply via email to

[Prev in Thread] Current Thread [Next in Thread]