Welcome! Please see the About page for a little more info on how this works.

0 votes
in core.match by

Before this fix, matching a regex pattern against a non-string value would crash like so:

`
java.lang.ClassCastException: clojure.lang.Keyword cannot be cast to java.lang.CharSequence
at clojure.core$re_matcher.invoke (core.clj:4460)

clojure.core$re_matches.invoke (core.clj:4497)

...
`

2 Answers

0 votes
by

Comment made by: marco.m

Hello, any plans to work on this bug? (it comes with a patch that fixes it).

0 votes
by
Reference: https://clojure.atlassian.net/browse/MATCH-105 (reported by alex+import)
...