You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I accidentally hit enter before I was ready, so apologies to anyone who may have gotten a confusing email notification.
I am getting a NullPointerException related to clojure.string/split-lines when a >defn is being generatively tested, and calls another function with arguments that don't match the spec. I find myself constantly hitting this. Instead of a concise error message I get pages and pages of nested stack traces.
The text was updated successfully, but these errors were encountered:
whmountains
changed the title
NullPointerException when calling
NullPointerException when a >defn calls another >defn with invalid arguments
May 31, 2021
I accidentally hit enter before I was ready, so apologies to anyone who may have gotten a confusing email notification.
I am getting a NullPointerException related to clojure.string/split-lines when a
>defn
is being generatively tested, and calls another function with arguments that don't match the spec. I find myself constantly hitting this. Instead of a concise error message I get pages and pages of nested stack traces.Here is my minimal reproduction.
It appears the error is coming from line 180 in reporting.cljc. Here is a snippet of the stack trace:
The text was updated successfully, but these errors were encountered: