chicken-janitors
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Chicken-janitors] Re: #364: convert all egg directories to the correct


From: Chicken Trac
Subject: [Chicken-janitors] Re: #364: convert all egg directories to the correct layout
Date: Sun, 05 Sep 2010 14:59:53 -0000

#364: convert all egg directories to the correct layout
-------------------------+--------------------------------------------------
  Reporter:  felix       |       Owner:           
      Type:  defect      |      Status:  new      
  Priority:  major       |   Milestone:           
 Component:  extensions  |     Version:           
Resolution:              |    Keywords:  eggs tags
-------------------------+--------------------------------------------------

Comment(by zbigniew):

 Replying to [comment:10 felix]:
 > Replying to [comment:9 zbigniew]:
 > > The recipe given above loses directory history in trunk/ (`svn log` is
 truncated) and loses directory and file history in tags/ (`svn log
 foo.scm` is truncated).
 > That isn't quite true.

 It's exactly true.  unix-sockets egg post-conversion:

 {{{
 $ ~/chicken-eggs4/unix-sockets/trunk$ svn log
 ------------------------------------------------------------------------
 r19937 | felix | 2010-09-01 09:14:32 -0500 (Wed, 01 Sep 2010) | 1 line

 tagged unix-sockets
 ------------------------------------------------------------------------

 $ ~/chicken-eggs4/unix-sockets/tags/1.4$ svn log
 ------------------------------------------------------------------------
 r19937 | felix | 2010-09-01 09:14:32 -0500 (Wed, 01 Sep 2010) | 1 line

 tagged unix-sockets
 ------------------------------------------------------------------------

 ~/chicken-eggs4/unix-sockets/tags/1.4$ svn log unix-sockets.scm
 ------------------------------------------------------------------------
 r19937 | felix | 2010-09-01 09:14:32 -0500 (Wed, 01 Sep 2010) | 1 line

 tagged unix-sockets
 ------------------------------------------------------------------------

 $ ~/chicken-eggs4/unix-sockets/tags$
 }}}

 args egg post-conversion:

 {{{
 ~/chicken-eggs4/args/trunk$ svn log
 ------------------------------------------------------------------------
 r20097 | zbigniew | 2010-09-04 13:51:36 -0500 (Sat, 04 Sep 2010) | 1 line

 args: copy to trunk
 ------------------------------------------------------------------------
 r17555 | zbigniew | 2010-03-12 15:21:40 -0600 (Fri, 12 Mar 2010) | 1 line

 args 1.4.2: drop broken args:make-operand-proc
 ------------------------------------------------------------------------
 r17554 | zbigniew | 2010-03-12 14:31:56 -0600 (Fri, 12 Mar 2010) | 1 line

 args: v1.4.1: allow numeric options (thanks to Sean D'Epagnier)

 ...

 $ ~/chicken-eggs4/args/tags/1.4.2$ svn log
 ------------------------------------------------------------------------
 r20103 | zbigniew | 2010-09-04 13:58:17 -0500 (Sat, 04 Sep 2010) | 1 line

 args: tag 1.4.2
 ------------------------------------------------------------------------
 r20097 | zbigniew | 2010-09-04 13:51:36 -0500 (Sat, 04 Sep 2010) | 1 line

 args: copy to trunk
 ------------------------------------------------------------------------
 r17555 | zbigniew | 2010-03-12 15:21:40 -0600 (Fri, 12 Mar 2010) | 1 line

 args 1.4.2: drop broken args:make-operand-proc
 ------------------------------------------------------------------------
 r17554 | zbigniew | 2010-03-12 14:31:56 -0600 (Fri, 12 Mar 2010) | 1 line

 args: v1.4.1: allow numeric options (thanks to Sean D'Epagnier)
 ------------------------------------------------------------------------

 }}}

-- 
Ticket URL: <http://bugs.call-cc.org/ticket/364#comment:12>
Chicken Scheme <http://www.call-with-current-continuation.org/>
Chicken Scheme is a compiler for the Scheme programming language.

reply via email to

[Prev in Thread] Current Thread [Next in Thread]