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

Unparseable code error failing to result in any error message being presented #207

Open
SarmBoJim opened this issue Aug 5, 2020 · 0 comments

Comments

@SarmBoJim
Copy link

When I use this code:
(def ISBN-LENGTH 13)
(def OLD-ISBN-LENGTH 10)
(defn valid-isbn [isbn]
(or (= (count isbn) OLD-ISBN-LENGTH)
(= (count isbn) ISBN-LENGTH)))

And then enter: (valid-isbn 05967)
and submit for evaluation, nothing at all happens, no error message.
It has a leading zero so is invalid code but still should present an error message of some sort I would think.

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

1 participant