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
If I run it in a normal repl, I get the full error message, which in this case shows teh correct exception:
(defre#"*test")
=>
PatternSyntaxException Dangling meta character '*' near index 0
*test
^ java.util.regex.Pattern.error (Pattern.java:1924)
RuntimeException Unmatched delimiter: ) clojure.lang.Util.runtimeException (Util.java:221)
The text was updated successfully, but these errors were encountered:
Thanks for the report @behrica :-) Have been busy these last weeks, but hopefully should have some time to put towards Gorilla shortly, and will look at this then.
If I create a regexp with an syntax error inside of the regexp, I get a confusing error in Gorilla (because the real error message is not visible:
If I run it in a normal repl, I get the full error message, which in this case shows teh correct exception:
The text was updated successfully, but these errors were encountered: