Ticket #144 (closed defect)
"require" in docs seems out-of-date
Reported by: | vegashacker | Owned by: | jaymccarthy |
---|---|---|---|
Priority: | major | Milestone: | |
Component: | jaymccarthy/sqlite.plt | Keywords: | |
Cc: | Version: | (3 4) | |
Racket Version: | 4.1.3 |
Description
If I use the require at the top of the docs
> (require (planet jaymccarthy/sqlite:3)) default-load-handler: cannot open input file: "/Users/rob/Library/PLT Scheme/planet/300/4.1.3/cache/jaymccarthy/sqlite.plt/3/4/main.ss" (No such file or directory; errno=2)
If I use the require on the PLaneT page for sqlite.plt, it seems fine:
> (require (planet jaymccarthy/sqlite:3:4/sqlite)) >
Change History
Note: See
TracTickets for help on using
tickets.