Changes http://wiki.axiom-developer.org/165Stream2Input/diff --
--removed: -From unknown Sun Jun 12 12:10:27 -0500 2005 -From: unknown -Date: Sun, 12 Jun 2005 12:10:27 -0500 -Subject: daly -Message-ID: <[EMAIL PROTECTED]> - - - -From daly Sun Jun 12 12:17:53 -0500 2005 -From: daly -Date: Sun, 12 Jun 2005 12:17:53 -0500 -Subject: property change -Message-ID: <[EMAIL PROTECTED]> - -Status: fix proposed => pending (next release) - - -From TimDaly Sun Oct 30 13:14:24 -0600 2005 -From: Tim Daly -[6 more lines...] From BillPage Sun Oct 30 14:50:25 -0600 2005 ??changed: -From BillPage Sun Oct 30 20:43:25 -0600 2005 -From: Bill Page -Date: Sun, 30 Oct 2005 20:43:25 -0600 -Subject: why closed? -Message-ID: <[EMAIL PROTECTED]> - -Tim, - -I agree with your emphasis on documentation. - -Since these problems remain, then perhaps the status -change that you made at 13:14:24 -0600 today: - -> Status: pending (next release) => closed - -was not what you intended? - -From root Sun Oct 30 20:47:28 -0600 2005 -From: root -[18 more lines...] +From Waldek Sat May 26 22:11:00 -0500 2007 +From: Waldek +Date: May 26, 2007 22:11:00 -0500 2007 +Subject: Cleaning issues +Message-ID: <[EMAIL PROTECTED]> + +I have looked at older issues in Issue Tracker and it seems that +there are significant number of issues which are just users not +understanding what Axiom is doing and expecting different result. + +For example issue 165 the user clearly do not understand that +that Axiom blindly performs specified computations and that:: + + [j for j in 4.. | j < 10 ] + +simply is an infinite loop. Correct stream computation work +because they eventually produce some output and compuation +is aborted when sufficently many elements are produced, but +this one just loops without producing any output. + +BTW, my impression is that this issue is a duplicate. + + -- forwarded from http://wiki.axiom-developer.org/[EMAIL PROTECTED]
