View Problem Report: 8896
Audit Trail:
From: "Robby Findler" <robby@cs.uchicago.edu>
To: spdegabrielle@gmail.com, bugs@plt-scheme.org
Cc: "PLT Scheme" <plt-scheme@list.cs.brown.edu>
Subject: Re: [plt-bug] all/8896: to load instructions for hwiki on planet incorrect
Date: Mon, 27 Aug 2007 10:00:10 -0500
This bug report isn't a PLT issue, but instead an issue for the author
of the package below.
We hope to get bug reporting integrated with PLaneT eventually. Sorry
for the confusion until then.
Robby
On 8/27/07, spdegabrielle@gmail.com <spdegabrielle@gmail.com> wrote:
> A new problem report is waiting at
> http://bugs.plt-scheme.org/query/?cmd=view&pr=8896
>
> Reported by Stephen De Gabrielle for release: 371
>
> *** Description:
> TO load instructions read:
> (require (planet "[file]" ("oesterholt" "url-rewriting.plt" 1 2)))
>
> Should read
> (require (planet "hwiki.scm" ("oesterholt" "url-rewriting.plt" 1 2)))
>
> *** How to repeat:
>
>
> *** Environment:
> macosx "Darwin sp.home 8.10.0 Darwin Kernel Version 8.10.0: Wed May 23 16:50:59 PDT 2007; root:xnu-792.21.3~1/RELEASE_PPC Power Macintosh powerpc" (ppc-macosx/3m) (get-display-depth) = 32
> Docs Installed:
> (("/Applications/PLT Scheme v371/doc" "r5rs" "mzscheme" "mred" "help" "tour" "drscheme" "srfi" "mzlib" "misclib" "mrlib" "framework" "foreign" "mzc" "tools" "insidemz" "web-server" "swindle" "plot" "release-notes" "t-y-scheme" "tex2page" "beginning" "beginning-abbr" "intermediate" "intermediate-lambda" "advanced" "teachpack" "teachpack-htdc" "profj-beginner" "profj-intermediate" "profj-intermediate-access" "profj-advanced"))
> Human Language: english
> (current-memory-use) 106294128
>
> Collections:
> (("/Users/spdegabrielle/Library/PLT Scheme/371/collects" non-existent-path) ("/Applications/PLT Scheme v371/collects" "afm" "algol60" "browser" "combinator-parser" "compiler" "config" "defaults" "drscheme" "dynext" "embedded-gui" "eopl" "errortrace" "ffi" "framework" "frtime" "games" "graphics" "help" "hierlist" "htdch" "htdp" "html" "icons" "info-domain" "lang" "launcher" "lazy" "macro-debugger" "make" "mred" "mrlib" "mzlib" "mzscheme" "mztake" "net" "openssl" "parser-tools" "planet" "plot" "preprocessor" "profj" "profjWizard" "r5rs" "readline" "setup" "sgl" "slatex" "slideshow" "srfi" "stepper" "string-constants" "swindle" "syntax" "syntax-color" "teachpack" "test-box-recovery" "tex2page" "texpict" "trace" "version" "web-server" "wxme" "xml"))
> Computer Language: (("Professional Languages" "PLT" "Graphical (MrEd, includes MzScheme)") #6(#t write mixed-fraction-e #f #t debug))
>
>
From: "Stephen De Gabrielle" <spdegabrielle@gmail.com>
To: "bugs@plt-scheme.org" <bugs@plt-scheme.org>
Cc:
Subject: Re: [plt-bug] all/8896: to load instructions for hwiki on planet incorrect
Date: Mon, 27 Aug 2007 15:48:05 +0100
sorry, confused two;
> (require (planet "url-rewriting.scm" ("oesterholt" "url-rewriting.plt" 1 2)))
WARNING: The definitions window has changed. Click Run.
open-input-file: cannot open input file: "/Applications/PLT Scheme
v371/collects/web-server/configuration.ss" (No such file or directory;
errno=2)
> (require (planet "hwiki.scm" ("oesterholt" "hwiki.plt" 1 15)))
WARNING: The definitions window has changed. Click Run.
open-input-file: cannot open input file: "/Applications/PLT Scheme
v371/collects/web-server/response.ss" (No such file or directory;
errno=2)
>
url-rewriting and hwiki.scm have similar behaviour - but different
file is referred to. (configuration and response.ss)
On 8/27/07, bugs@plt-scheme.org <bugs@plt-scheme.org> wrote:
> Thank you very much for your problem report.
> It has the internal identification `all/8896'.
> You can check on the status of your problem report at
> http://bugs.plt-scheme.org/query/?cmd=view&pr=8896
> Assigned to Unclaimed <nobody@plt-scheme.org>.
>
--
Cheers,
Stephen
--
Stephen De Gabrielle
s.degabrielle@ucl.ac.uk
Telephone +44 (0)20 7679 5242 (x45242)
Mobile 079 851 890 45
http://www.uclic.ucl.ac.uk/annb/MaSI.html
University College London Interaction Centre
Remax House - 31/32 Alfred Place
London - WC1E 7DP
From: Eli Barzilay <eli@barzilay.org>
To: "Stephen De Gabrielle" <spdegabrielle@gmail.com>, bugs@plt-scheme.org
Cc:
Subject: Re: [plt-bug] all/8896: to load instructions for hwiki on planet incorrect
Date: Mon, 27 Aug 2007 15:27:08 -0400
Stephen, you should send this whole thing to Hans, the package
author. (This is what Robby mentioned earlier.)
On Aug 27, Stephen De Gabrielle wrote:
>
> sorry, confused two;
>
>
> > (require (planet "url-rewriting.scm" ("oesterholt" "url-rewriting.plt" 1 2)))
> WARNING: The definitions window has changed. Click Run.
> open-input-file: cannot open input file: "/Applications/PLT Scheme
> v371/collects/web-server/configuration.ss" (No such file or directory;
> errno=2)
> > (require (planet "hwiki.scm" ("oesterholt" "hwiki.plt" 1 15)))
> WARNING: The definitions window has changed. Click Run.
> open-input-file: cannot open input file: "/Applications/PLT Scheme
> v371/collects/web-server/response.ss" (No such file or directory;
> errno=2)
> >
>
> url-rewriting and hwiki.scm have similar behaviour - but different
> file is referred to. (configuration and response.ss)
>
>
> On 8/27/07, bugs@plt-scheme.org <bugs@plt-scheme.org> wrote:
> > Thank you very much for your problem report.
> > It has the internal identification `all/8896'.
> > You can check on the status of your problem report at
> > http://bugs.plt-scheme.org/query/?cmd=view&pr=8896
> > Assigned to Unclaimed <nobody@plt-scheme.org>.
> >
>
>
> --
> Cheers,
>
> Stephen
--
((lambda (x) (x x)) (lambda (x) (x x))) Eli Barzilay:
http://www.barzilay.org/ Maze is Life!
Responsible changed from "nobody" to "eli" by eli at Mon, 24 Sep 2007 18:43:39 -0400
Reason>>> .
State changed from "open" to "closed" by eli at Mon, 24 Sep 2007 18:43:39 -0400
Reason>>> Not a PLT bug