From: SourceForge.net <no...@so...> - 2011-08-02 14:23:40
|
Bugs item #3384698, was opened at 2011-08-02 10:23 Message generated for change (Tracker Item Submitted) made by sds You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=101355&aid=3384698&group_id=1355 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: clisp Group: lisp error Status: Open Resolution: None Priority: 5 Private: No Submitted By: Sam Steingold (sds) Assigned to: Sam Steingold (sds) Summary: loop does not warn on REPEAT before FOR Initial Comment: http://www.lispworks.com/documentation/HyperSpec/Body/m_loop.htm loop [name-clause] {variable-clause}* {main-clause}* => result* variable-clause::= with-clause | initial-final | for-as-clause main-clause::= unconditional | accumulation | conditional | termination-test | initial-final termination-test::= while form | until form | repeat form | always form | never form | thereis form therefore we need a warning in (loop repeat 0 for E = 7 then bob finally (return E) ) ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=101355&aid=3384698&group_id=1355 |