Shiro Kawai | 14 Jul 10:59

Re: Warning: svn trunk broken

This problem has been addressed.   Revision 6290 is in consistent state.

--shiro

From: Shiro Kawai <shiro <at> lava.net>
Subject: [Gauche-devel] Warning: svn trunk broken
Date: Sun, 13 Jul 2008 06:24:15 -1000 (HST)

> For those who's following the breeding-edge:
> 
> I accidentally committed an experimental code which needs other
> uncommitted changes.  Unfortunately SourceForge.net svn repository
> got full disk at this very moment and I cannot commit fix.  (Disks
> get full always in a wrong moment, right?)
> 
> The following is the minimal patch required to build from svn trunk.
> Apply it if you check out the revision 6289.   Once sf.net solves
> the disk issue I'll commit the fix.
> 
> --shiro
> 
> ===================================================================
> --- src/compile.scm     (revision 6289)
> +++ src/compile.scm     (working copy)
> @@ -3383,16 +3383,8 @@
>            (pass3/if-numcmp iform (car args) (cadr args)
>                             BNLE ($*-src test) ccb renv ctx))
>           ((eqv? code NUMLT2)
> -          (cond
> -           [(and (has-tag? (car args) $LREF)
> -                 (receive (depth offset)
> -                     (renv-lookup renv ($lref-lvar (car args)))
> -                   (and (zero? depth) (zero? offset))))
> -            (let1 depth (pass3/rec (cadr args) ccb renv (normal-context ctx))
> -              (pass3/if-final iform #f LREF0-BNLT 0 depth ($*-src test)
> -                              ccb renv ctx))]
> -           [else (pass3/if-numcmp iform (car args) (cadr args)
> -                                  BNLT ($*-src test) ccb renv ctx)]))
> +          (pass3/if-numcmp iform (car args) (cadr args)
> +                           BNLT ($*-src test) ccb renv ctx))
>           ((eqv? code NUMGE2)
>            (pass3/if-numcmp iform (car args) (cadr args)
>                             BNGE ($*-src test) ccb renv ctx))
> ===================================================================
> 
> -------------------------------------------------------------------------
> Sponsored by: SourceForge.net Community Choice Awards: VOTE NOW!
> Studies have shown that voting for your favorite open source project,
> along with a healthy diet, reduces your potential for chronic lameness
> and boredom. Vote Now at http://www.sourceforge.net/community/cca08
> _______________________________________________
> Gauche-devel mailing list
> Gauche-devel <at> lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/gauche-devel
> 

-------------------------------------------------------------------------
Sponsored by: SourceForge.net Community Choice Awards: VOTE NOW!
Studies have shown that voting for your favorite open source project,
along with a healthy diet, reduces your potential for chronic lameness
and boredom. Vote Now at http://www.sourceforge.net/community/cca08

Gmane