[Style] Vincent's suggestions

This commit is contained in:
Matthias Felleisen 2011-08-06 12:00:41 -04:00 committed by Eli Barzilay
parent 4bf1a63d56
commit 39f0035bc5
2 changed files with 6 additions and 3 deletions

View File

@ -48,8 +48,8 @@ On occasion, you will find that you are spending a significant amount of
you will not know for a long time whether the performance implication you will not know for a long time whether the performance implication
allow a commit to the PLT repository. allow a commit to the PLT repository.
@margin-note*{See @hyperlink["http://tmp.barzilay.org/git.txt"]{Eli's @margin-note*{See @hyperlink["http://tmp.barzilay.org/git.txt"]{Eli
write-up} on using git in PLT for details.} Barzilay's write-up} on using git in PLT for details.}
As a reminder, here are the essential elements of git for working on a As a reminder, here are the essential elements of git for working on a
fork: fork:
@itemlist[ @itemlist[

View File

@ -31,7 +31,10 @@ After you commit, watch for and read(!)
succeed now, and the latter is for tests that are currently expected to succeed now, and the latter is for tests that are currently expected to
fail. See the fail. See the
@hyperlink["https://github.com/plt/racket/tree/master/collects/tests/typed-scheme"]{Typed @hyperlink["https://github.com/plt/racket/tree/master/collects/tests/typed-scheme"]{Typed
Racket testing arrangement} for an example. Racket testing arrangement} for an example. When you create such
@tt{failure} tests, you may to disable DrDr's checking like this:
@nested{@tt{git prop set drdr:command-line "" <file> ...}}
This is a Racket-specific @tt{git} command.
@; ----------------------------------------------------------------------------- @; -----------------------------------------------------------------------------
@section[#:tag "test-bang"]{Always Test!} @section[#:tag "test-bang"]{Always Test!}