[plt-scheme] PLaneT require form

From: Jakub Piotr Cłapa (jpc-ml at zenburn.net)
Date: Wed Oct 8 16:55:54 EDT 2008

The manual seems to say that this should be equivalent:
(require (planet "soegaard/bit-io/bit-io.scm"))
(require (planet "bit-io.scm" ("soegaard" "bit-io.plt" 2 0)))

Unfortunately the first one throws this:
open-input-file: cannot open input file: "/Users/jpc/Library/PLT 
Scheme/planet/300/4.1.1/cache/soegaard/bit-io.plt/2/0/bit-io.scm.ss" (No 
such file or directory; errno=2)

The manual says that it should use .scm as the extension when I use the 
string (and not the symbol) form.

Is this a bug or am I missing something?

-- 
regards,
Jakub Piotr Cłapa


Posted on the users mailing list.