login  home  contents  what's new  discussion  bug reports     help  links  subscribe  changes  refresh  edit

Submitted by : (unknown) at: 2007-11-17T22:34:21-08:00 (16 years ago)
Name :
Axiom Version :
Category : Severity : Status :
Optional subject :  
Optional comment :

An interesting bug. When you type [i for i in 1.. | prime?(i)]? everything works fine. There is infinite number of primes so no problem. However, try this: [i for i in -5 .. | zero?(i)]?

Clearly there is only one zero. The command seems to attempt to find at least ten zeros before exiting. It seems to me that this sort of set generation does not even check if there is only a finite number of elements in the set or if the set is infinite. In the case when the number of instances satisfying the condition is less than 10 the program will choke and enter an infinite loop.

Category: Axiom on Linux => Axiom Library

Status: open => closed

this is documented behaviour

Status: closed => rejected

this is documented behaviour

Category: Axiom Library => Axiom Interpreter

...and occurs in fact only in the interpreter (by design)




  Subject: (replying)   Be Bold !!
  ( 14 subscribers )  
Please rate this page: