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

Missing arguments to special forms should give an error #36

Closed
technoblogy opened this issue Nov 24, 2020 · 2 comments
Closed

Missing arguments to special forms should give an error #36

technoblogy opened this issue Nov 24, 2020 · 2 comments

Comments

@technoblogy
Copy link
Owner

The special forms should signal an error in all cases of malformed forms:

(dotimes ())
(dolist ())
(let)
(let*)
(with-output-to-string)

Thanks to @Goheeca for reporting this.

@Goheeca
Copy link

Goheeca commented Dec 9, 2020

(for-millis) too

@technoblogy
Copy link
Owner Author

Thanks!

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

No branches or pull requests

2 participants