Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixed non-ANSI code #4

Closed
wants to merge 2 commits into from
Closed

Fixed non-ANSI code #4

wants to merge 2 commits into from

Conversation

juanjosegarciaripoll
Copy link

In LOOP statements, a WHILE cannot appear before a FOR statement. This is not valid ANSI code, as per the specification http://www.lispworks.com/documentation/HyperSpec/Body/m_loop.htm Indeed, ECL does not support this.

@hraban
Copy link
Owner

hraban commented Oct 4, 2023

Thank you @juanjosegarciaripoll , your patch was applied in master in 4077fad by David Cooper in 2018. Unfortunately it wasn't attributed to you, and the master branch has since moved on so I would prefer not to edit history anymore, I hope that's ok.

I'm closing this PR as it has been completed now.

Thanks again.

@hraban hraban closed this Oct 4, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants