[racket-dev] git rebase/squash my commits before submitting a pull request?

2013-10-19 Thread David T. Pierson
Thank you to everyone who provided feedback on my Guide chapter on concurrency. I think I've addressed everyone's suggestions in my latest version [1]. My question at this point is whether to rebase before submitting a pull request. If the initial commit had not been made public I would obviousl

Re: [racket-dev] Racket Guide chapter on concurrency

2013-10-19 Thread David T. Pierson
On Tue, Oct 08, 2013 at 03:42:56AM -0500, Robby Findler wrote: > You can use things like @interaction[] to run and typeset examples; does > that help? > > http://docs.racket-lang.org/scribble/eval.html?q=interaction#%28form._%28%28lib._scribble%2Feval..rkt%29._interaction%29%29 That's not exactly

[racket-dev] building from a git checkout into a separate BUILD directory

2013-10-19 Thread David T. Pierson
I am building from a (relatively recent) git checkout. I have been using the in-place make target which installs in ./racket, but I'd like to have everything built and installed in a separate BUILD directory. My motivations are to have a single directory to rm -r when I want to start over and seco