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

Invalid def/defn form causes silent failure #307

Closed
taylorwood opened this issue Dec 2, 2022 · 1 comment
Closed

Invalid def/defn form causes silent failure #307

taylorwood opened this issue Dec 2, 2022 · 1 comment

Comments

@taylorwood
Copy link

I've been playing with Clerk this week, great project!

I had this bad form in my notebook and noticed what seems like a silent failure:

(def foo []
  'bar)

(It was supposed to be defn.)

This seems to also break the file watcher but I don't see any error log outputs in console or elsewhere.

Workaround: remove the form and restart the server.

@mk mk closed this as completed in 85a66cf Dec 3, 2022
@mk
Copy link
Member

mk commented Dec 3, 2022

@taylorwood thanks for the report, the attached patch should fix the issue you were seeing.

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