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

Re: gEDA-dev: can't add pin



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? 

I will e-mail the guile devs and see if this change in behavior is intentional
or accidental.

Thanks,

	-Ales





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