Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Regex Compile needs a fallback for the built in #7287

Closed
jdunkerley opened this issue Jul 13, 2023 · 0 comments · Fixed by #7297
Closed

Regex Compile needs a fallback for the built in #7287

jdunkerley opened this issue Jul 13, 2023 · 0 comments · Fixed by #7297
Assignees
Labels
-compiler -libs Libraries: New libraries to be implemented
Milestone

Comments

@jdunkerley
Copy link
Member

jdunkerley commented Jul 13, 2023

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.

@jdunkerley jdunkerley converted this from a draft issue Jul 13, 2023
@jdunkerley jdunkerley added this to the Beta Release milestone Jul 13, 2023
@jdunkerley jdunkerley added the -libs Libraries: New libraries to be implemented label Jul 13, 2023
@jdunkerley jdunkerley moved this from 📤 Backlog to 👁️ Code review in Issues Board Jul 18, 2023
@mergify mergify bot closed this as completed in #7297 Jul 18, 2023
@github-project-automation github-project-automation bot moved this from 👁️ Code review to 🟢 Accepted in Issues Board Jul 18, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
-compiler -libs Libraries: New libraries to be implemented
Projects
Archived in project
Development

Successfully merging a pull request may close this issue.

3 participants