Martin Rubey <[EMAIL PROTECTED]> writes:

| Dear all,
| 
| I just found a *very* annoying bug in axiom's handling of parallel iteration:
| 
| 
-------------------------------------------------------------------------------
| (1) -> [[i,j] for i in 1..10 | odd? i for j in 1..10]
| 
|    (1) [[1,1],[3,3],[5,5],[7,7],[9,9]]
| 
-------------------------------------------------------------------------------

[...]

| It seems that axiom applies the "such-that" clause to all iterators, rather
| than only to the iterator after which it comes.

That is what the documentation says, see the Axiom Book pages 127, 129.

You may want to lobby for changing a documented behaviour (thus
breaking codes written with that specification in mind), but I'm not
sure calling it  bug is an effective way to achieve that goal.

-- Gaby

-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
open-axiom-devel mailing list
open-axiom-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/open-axiom-devel

Reply via email to