[racket-dev] building docs, compile collects

From: Sam Tobin-Hochstadt (samth at ccs.neu.edu)
Date: Mon Oct 25 17:22:02 EDT 2010

On Mon, Oct 25, 2010 at 5:15 PM, Jon Rafkind <rafkind at cs.utah.edu> wrote:
> On 10/25/2010 03:06 PM, Sam Tobin-Hochstadt wrote:
>> On Mon, Oct 25, 2010 at 4:54 PM, Jon Rafkind <rafkind at cs.utah.edu> wrote:
>>> My motivation is to quickly test changes to core libraries (like
>>> collects/racket) after doing a 'git pull --rebase'.
>> Given that this is your motivation, why not just use:
>>
>>  'raco setup -D'
>>
>> which skips the documentation altogether?
> The issue is building collects that I don't care about nor do the tests
> exercise (like algol60, or all of drracket). In the event that there is
> some subtle issue between my changes and a collect that I don't want to
> build then DrDr will find it.

Try 'raco setup racket'
-- 
sam th
samth at ccs.neu.edu


Posted on the dev mailing list.