-
Notifications
You must be signed in to change notification settings - Fork 85
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
Correctly validate evaluation expression input #70
Conversation
* There must be exactly one statement in input * Given statement must be an expression (assignment, augmented assignment, etc. are not allowed)
I believe that these issues found by CodeFactor can be fixed in other pull request as I did not introduce them or I used the same style that was already used by this library. |
Is this issue dead? |
@jeffreyscottgraham Looks like 2.0 version of this library needs to be created. If someone needs additional functionality, then new fork of this library, probably, must be created because the activity on this project is very low. |
@danthedeckie I recommend closing this PR due to its age. |
Yeah, this is a 2.0 issue. |
Resolves #58 #65 #67