[plt-scheme] scribblings error

From: Robby Findler (robby at cs.uchicago.edu)
Date: Thu Aug 28 23:56:31 EDT 2008

I've improved planet's error handling in SVN and here is the current
error message, now with stack trace information (this error message is
different, I guess because I'm running a newer version of PLT Scheme
than you are Stephen?).

I don't know what this error message, but the stack trace indicates to
me that it is at least a missing check earlier? Does that seem right?

[alishan] ~/Desktop% planet create projectmgr/
Building: project.scrbl
PLaneT packager: Error generating scribble documentation:
main-doc-relative->path: expected argument of type <path, string,
bytes, or a list beginning with doc>; given (#<mobile-root>)

 === context ===
/Users/robby/svn/plt/collects/scribble/html-render.ss:263:4: relative->path
/Users/robby/svn/plt/collects/scribble/html-render.ss:371:6: toc-item->title+num
/Users/robby/svn/plt/collects/scribble/html-render.ss:387:6: toc-item->block
/Users/robby/svn/plt/collects/scribble/html-render.ss:434:6: toc-content
/Users/robby/svn/plt/collects/scribble/html-render.ss:357:4:
render-toc-view method in ...ibble/html-render.ss:226:2
/Users/robby/svn/plt/collects/scribble/html-render.ss:554:4:
render-one-part method in ...ibble/html-render.ss:226:2
/Users/robby/svn/plt/collects/planet/util.ss:269:0: render
/Users/robby/svn/plt/collects/planet/util.ss:308:2: make-planet-archive


Refusing to continue packaging.


Robby

On Thu, Aug 28, 2008 at 6:26 PM, Stephen De Gabrielle
<spdegabrielle at gmail.com> wrote:
> Hi,
>
> I'm trying to use a simple scribble file, but planet is not letting me
>
> sp:PLT Scheme Full v4.0.2.6 spdegabrielle$ bin/planet create
> /Users/spdegabrielle/Documents/Development/scheme/subversion/projects-project/projectmgr/
> Building: project.scrbl
> PLaneT packager: Error generating scribble documentation: procedure
> application: expected procedure, given: #f; arguments were:
> scribblings
> Refusing to continue packaging.
> sp:PLT Scheme Full v4.0.2.6 spdegabrielle$
>
> The worst thing is it used to work, before I changed my code.
>
> Cheers,
>
> Stephen
>
> PS ProjectMgr updated 1.6
>
> _________________________________________________
>  For list-related administrative tasks:
>  http://list.cs.brown.edu/mailman/listinfo/plt-scheme
>
>


Posted on the users mailing list.