- Original Message -
> From: Matthew Flatt
> The latest nightly build works correctly on my machine.
That seems to fix things. Many thanks!
_
For list-related administrative tasks:
http://lists.racket-lang.org/listinfo/users
At Sun, 4 Sep 2011 08:10:51 -0600, Matthew Flatt wrote:
> At Sun, 4 Sep 2011 10:30:03 +0100 (BST), Mark Carter wrote:
> > 6. raco setup >err.txt
> >
> > err.txt seemed to highlight a number of errors multiple times:
> >
> >
> > 1. raco setup: error running: (lib scribblings/main/search.scrb
At Sun, 4 Sep 2011 10:30:03 +0100 (BST), Mark Carter wrote:
> 6. raco setup >err.txt
>
> err.txt seemed to highlight a number of errors multiple times:
>
>
> 1. raco setup: error running: (lib scribblings/main/search.scrbl)
> 2. raco setup: error running: (lib scribblings/main/start
>From: Matthew Flatt
>Sent: Friday, 2 September 2011, 15:56
>I think the problems that you saw are now fixed in the nightly build.
I did the following:
1. Deleted c:\Racket directory (where I install Racket)
2. Deleted C:\Users\mcarter\AppData\Roaming\Racket
I think the problems that you saw are now fixed in the nightly build.
Running `raco setup' on a refresh install still rebuilds a bit of
"mysterx". That's a timestamp issue with "mxmain.dll" and the way we
create the distribution, and maybe we can improve that. More
importantly, `raco setup' doesn'
- Original Message -
> From: Matthew Flatt
> To: Mark Carter
> Cc: "users@racket-lang.org"
> Sent: Tuesday, 30 August 2011, 15:07
> Subject: Re: [racket] Module docs
>
>T hanks for the details. I see that `raco setup' in a fresh install on
> W
Thanks for the details. I see that `raco setup' in a fresh install on
Windows does bad things, so I'm starting with that problem. When that's
fixed, I'll continue checking what happens with your files.
(The `raco setup' problem happens when using an installer, as opposed
to building from source, w
Hi. I zapped everything I could see and installed Racket 5.1.3. I also made
sure I eliminated by PLTCOLLECTS environment variable, and any place that
DrRacket looks in for modules. I used mklink on Win 7 to create a hard link
from
C:\Users\mcarter\AppData\Roaming\Racket\5.1.3\collects\caral
At Sun, 28 Aug 2011 06:30:59 -0600, Matthew Flatt wrote:
> raco setup scribblings/user
Sorry --- that should have been
raco setup scribblings/main
_
For list-related administrative tasks:
http://lists.racket-lang.org/listinfo/users
At Sun, 28 Aug 2011 10:49:33 +0100 (BST), Mark Carter wrote:
> I've got things to a stage where my scribble file for my module is
> actually produced: it resides in the "doc" subdir. How do I persuade
> Racket to link the documentation in with the help system of DrRacket?
I saw your follow-up, but
It seems that by trying various things at random I was able to get
documentation to work. I see that there are TWO sets of documents: one in the
docs directory, and another in the planet-docs directory, and maybe a cache
directory, too.
All a bit confusing.
___
I've got things to a stage where my scribble file for my module is actually
produced: it resides in the "doc" subdir. How do I persuade Racket to link the
documentation in with the help system of DrRacket?
_
For list-related administrative tasks
Try this:
tar zxvf carali.tar.gz
cd carali
raco planet link schematics carali.plt 1 0 .
raco planet create .
HTH,
N.
On Thu, Apr 7, 2011 at 9:11 PM, Noel Welsh wrote:
> On Thu, Apr 7, 2011 at 8:58 PM, Mark Carter wrote:
>> A previous poster said that the #lang directive created an implicit mod
On Thu, Apr 7, 2011 at 8:58 PM, Mark Carter wrote:
> A previous poster said that the #lang directive created an implicit module.
> However, this doesn't seem to be strictly true, as my function http-get is
> automatically "provided" without explicit mention; which is not the same
> behaviour as wh
OK, I'm trying to generate module docs, so I run
raco setup
but I get
raco setup: --- building documentation ---
raco setup: error running: (lib carali/http.rkt)
dynamic-require: name is not provided: 'doc by module:
#
raco setup: rendering: scribblings/main/start.scrbl
Any clues on this one
15 matches
Mail list logo