[Style] Vincent's suggestions
This commit is contained in:
parent
4bf1a63d56
commit
39f0035bc5
|
@ -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[
|
||||||
|
|
|
@ -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!}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user