[racket] Planet Documentation in Windows
I've pushed a fix for the next release. In the meantime, here's a diff
that should do the same for you.
Thanks,
Robby
diff --git a/collects/planet/private/planet-shared.rkt
b/collects/planet/private/planet-shared.rkt
index 1b0e5add..5d3e3f2 100644
--- a/collects/planet/private/planet-shared.rkt
+++ b/collects/planet/private/planet-shared.rkt
@@ -521,7 +521,7 @@ Various common pieces of code that both the client
and server need to access
(display l outport)
(newline outport)
(flush-output outport))
- (planet-log l)
+ (planet-log "~a" l)
(loop)]))))))
(begin0
(parameterize ([current-output-port out])
On Thu, May 19, 2011 at 5:19 PM, Patrick King <slowthought at gmail.com> wrote:
> The following...
>
> C>raco planet fileinject slowthought math.plt 1 0
>
> ============= Installing math.plt on Thu, 19 May 2011 18:4:7 =============
> fprintf: expects type <pattern-string (tag `~1' not allowed)> as 2nd
> argument, g
> iven: "raco setup: Unpacking archive from
> C:\\DOCUME~1\\Patrick\\MYDOCU~1\\SOURC
> E\\MY-PLA~1\\math.plt"; other arguments were: #<output-port:stdout>
>
> === context ===
> C:\PROGRA~1\Racket\collects\planet\private\planet-shared.rkt:493:6:
> planet-log
> C:\PROGRA~1\Racket\collects\planet\private\planet-shared.rkt:510:11: loop
>
> #<pkg>
>
> C>
>
> ... successfully installs a local copy of my package, but does NOT seem to
> install my documentation. The ~1 is obviously a windows issue, but given the
> liberal ~ in any windows path, I'm at a loss how to see how my documentation
> looks, short of committing it to the planet.
>
> Clues welcome.
>
> Pat
>
>
> _________________________________________________
> For list-related administrative tasks:
> http://lists.racket-lang.org/listinfo/users
>