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
Without even looking at the code I have a fairly good guess what happens.
The $ is used in the names of inner classes on the jvm so we split on it to find out if the inner class is used, but in this case that doesn't leave anything else.
Thanks for the report, this is likely to be easy to fix.
incanter.core
has a symbol$
, which when referred breakscljr-clean-ns
.You can see real usage of the
$
function here.Expected behavior
cljr-clean-ns
should complete without throwing an error.Actual behavior
Environment & Version information
The text was updated successfully, but these errors were encountered: