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

error if for outer is used with no existing outer var. fixes #23532 #23614

Merged
merged 1 commit into from
Sep 8, 2017

Conversation

JeffBezanson
Copy link
Sponsor Member

No description provided.

@martinholters
Copy link
Member

Test?

((eq? (car e) 'require-existing-local)
(if (not (memq (cadr e) env))
(error "no outer variable declaration exists for \"for outer\""))
'(null))
Copy link
Sponsor Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

alignment here is off: need to use spaces, not tabs

Copy link
Sponsor Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Oops --- on a different machine that doesn't have my usual emacs settings.

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

3 participants