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

Validate that include and exclude parameters are valid regular expression #108

Open
benoit74 opened this issue Jan 7, 2025 · 0 comments
Labels
enhancement New feature or request

Comments

@benoit74
Copy link
Collaborator

benoit74 commented Jan 7, 2025

It happens every now and then that people try to use invalid regular expression.

While this is catched by the crawler at startup, this is a bit late, it would be way better if this is catched by the zimit frontend to provide very early feedback.

Obviously we might have some edge cases with complex regular expression which are valid in JS but not in Python, but for now the mistake most (all?) people do it that they use * as a regular expression instead of .*.

@benoit74 benoit74 added the enhancement New feature or request label Jan 7, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant