cl-format icon indicating copy to clipboard operation
cl-format copied to clipboard

Pretty printer and Common Lisp format function for Clojure

Results 2 cl-format issues
Sort by recently updated
recently updated
newest added

Adding an `(if directive ...)` around the call `(get directive-table (Character/toUpperCase ^Character directive))` solves the problem and allows the error handling code to be reached.

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...