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

compile-directive throws java.lang.NullPointerException #1

Open
jimka2001 opened this issue Aug 5, 2021 · 1 comment
Open

compile-directive throws java.lang.NullPointerException #1

jimka2001 opened this issue Aug 5, 2021 · 1 comment

Comments

@jimka2001
Copy link

An incomplete format directive at the end of the format string results in java.lang.NullPointerException.
There is code in cl_format.clj to handle this but the error handling is not reached because of the java exception.

To reproduce the error try any of the following

(cl-format true "~@")
(cl-format true "~:")
(cl-format true "~")
@jimka2001
Copy link
Author

jimka2001 added a commit to jimka2001/cl-format that referenced this issue Aug 5, 2021
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