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 get JVM level errors when (mount/start nil) is called
Execution error (StringIndexOutOfBoundsException) at jdk.internal.util.Preconditions$1/apply (Preconditions.java:55). Index 0 out of bounds for length 0
i thought that it would be ok to call it that way because it usually takes in a set, and nil is the empty set. i don't think that it's important for mount to work with nil, but i think it should throw an error...
{:pre (not-empty states)} would be good enough to avoid the super low level errors
The text was updated successfully, but these errors were encountered:
i get JVM level errors when
(mount/start nil)
is calledExecution error (StringIndexOutOfBoundsException) at jdk.internal.util.Preconditions$1/apply (Preconditions.java:55). Index 0 out of bounds for length 0
i thought that it would be ok to call it that way because it usually takes in a set, and nil is the empty set. i don't think that it's important for mount to work with nil, but i think it should throw an error...
{:pre (not-empty states)}
would be good enough to avoid the super low level errorsThe text was updated successfully, but these errors were encountered: