-
Notifications
You must be signed in to change notification settings - Fork 0
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
BUG: <foo>[0:] is not working #87
Comments
See also #88. Slices, as in [0:], may have a lower priority at this point, but we should have a more reasonable error message. |
I am testing this problem currently, and it does not crash, but fandango is unable to find a solution. See this example: Grammar:
After running FANDANGO for 100 iterations, we are unable to find a solution, but there is no crash. Also, I have checked manually, and the input "66" (which in this case, should be the solution) has a fitness of 0. The problem is not in the parser itself but in the constraint handling. I will keep working on this problem. |
The question is what
I think the interpretation (1) is more in line with Python expectations (if we indeed make |
No description provided.
The text was updated successfully, but these errors were encountered: