[racket-dev] rename + changes => bad? (was: Fwd: [plt] Push #21110: master branch updated)

From: John Clements (clements at brinckerhoff.org)
Date: Fri Sep 17 13:36:45 EDT 2010

Oof... it looks like doing a rename plus a few changes pretty effectively hides those changes, though I can dig them out with 'git annotate'.  Do we have a policy (or should we have) a policy stating that you shouldn't put a rename and modifications to that file in the same commit?

John

Begin forwarded message:

> From: clements at racket-lang.org
> Date: September 17, 2010 10:19:37 AM PDT
> To: dev at racket-lang.org
> Subject: [plt] Push #21110: master branch updated
> 
> clements has updated `master' from 04defa4937 to a095ebc326.
>  http://git.racket-lang.org/plt/04defa4937..a095ebc326
> 
> =====[ 1 Commits ]======================================================
> 
> Directory summary:
> 100.0% collects/test-engine/
> 
> ~~~~~~~~~~
> 
> a095ebc John Clements <clements at racket-lang.org> 2010-09-17 10:18
> :
> | added format arg to printf to avoid corner-case printf bugs, rackety changes
> :
>  M collects/test-engine/racket-tests.rkt |    2 +-
>  M collects/test-engine/test-display.scm |    2 +-
>  R collects/test-engine/{test-engine.scm => test-engine.rkt} (99%)
> 
> =====[ Overall Diff ]===================================================
> 
> collects/test-engine/racket-tests.rkt
> ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> --- OLD/collects/test-engine/racket-tests.rkt
> +++ NEW/collects/test-engine/racket-tests.rkt
> @@ -5,7 +5,7 @@
>          scheme/match
> 	 lang/private/continuation-mark-key
>          (only scheme/base for memf findf)
> -         "test-engine.scm"
> +         "test-engine.rkt"
> 	 "test-info.scm"
>          )
> 
> 
> collects/test-engine/test-display.scm
> ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> --- OLD/collects/test-engine/test-display.scm
> +++ NEW/collects/test-engine/test-display.scm
> @@ -6,7 +6,7 @@
>          framework
>          string-constants
>          "test-info.scm"
> -         "test-engine.scm"
> +         "test-engine.rkt"
> 	 "print.ss"
>  	 (except-in deinprogramm/signature/signature signature-violation) ; clashes with test-engine
>  	 deinprogramm/quickcheck/quickcheck)
> 
> *** See above for renames and copies ***

-------------- next part --------------
A non-text attachment was scrubbed...
Name: smime.p7s
Type: application/pkcs7-signature
Size: 4669 bytes
Desc: not available
URL: <http://lists.racket-lang.org/dev/archive/attachments/20100917/419b3764/attachment.p7s>

Posted on the dev mailing list.