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
Within engine/runtime/src/main/java/org/enso/interpreter/node/expression/builtin/text/RegexCompileNode.java, there is no @Fallback if the types passed as invalid.
We should Panic with a Type error if not valid.
The text was updated successfully, but these errors were encountered:
Within
engine/runtime/src/main/java/org/enso/interpreter/node/expression/builtin/text/RegexCompileNode.java
, there is no@Fallback
if the types passed as invalid.We should Panic with a Type error if not valid.
The text was updated successfully, but these errors were encountered: