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

Detect expression-like inputs, and warn about missing !expr #99

Open
jaredoconnell opened this issue Jul 11, 2023 · 0 comments
Open

Detect expression-like inputs, and warn about missing !expr #99

jaredoconnell opened this issue Jul 11, 2023 · 0 comments
Labels
enhancement New feature or request

Comments

@jaredoconnell
Copy link
Contributor

Please describe what you would like to see in this project

Detect expression-like inputs, and warn about missing !expr

Please describe your use case

There are times when a user may forget to specify !expr before an expression. When the user expects their input to be interpreted as an expression, and they forget it, the user may not immediately realize that the expression is being interpreted as a string. It would speed up development to warn the user of this mistake.

Additional context

The alternative would be to make it evaluate everything as a string, but there are times when this would cause more problems. Specifically if they actually need a string to start with $.

@jaredoconnell jaredoconnell added the enhancement New feature or request label Jul 11, 2023
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