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

Re: gEDA-dev: can't add pin



El lun, 22-01-2007 a las 08:06 -0500, Ales Hvezda escribió:
> Hi Carlos,
> 
> > (stable-sort '() <)
> > 
> > what is the result? In my system (guile 1.6.8) I get:
> > 
> > guile> (stable-sort '() <)
> > ()
> > guile> (stable-sort '() >)
> > ()
> > 
> > what guile version are you using?
> 
> With guile 1.8.x I get the following:
> guile> (stable-sort '() <)
> 
> Backtrace:
> In standard input:
>    1: 0* [stable-sort {()} #<primitive-generic <>]
> 
> standard input:1:1: In procedure stable-sort in expression (stable-sort (quote 
> ()) <):
> standard input:1:1: Wrong type argument in position 1: ()
> ABORT: (wrong-type-arg)
> 
> It seems that guile 1.8.x broke/changed this behavior.  Any thoughts on how 
> we can change our guile code to work around this new behavior? 

Fixed in CVS.

Carlos



_______________________________________________
geda-dev mailing list
geda-dev@moria.seul.org
http://www.seul.org/cgi-bin/mailman/listinfo/geda-dev