We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The condition in this if-statement
CAP_project/CompilerForCAP/gap/InferDataTypes.gi
Line 645 in 039bfd4
should include and not data_type = "list_with_unknown_element_type".
and not data_type = "list_with_unknown_element_type"
The text was updated successfully, but these errors were encountered:
Did you give this a try? I don't expect this to work, i.e. I expect that things will simply break later on.
Sorry, something went wrong.
No, I did not. This record access was caused by another error I had, so I stopped following it.
No branches or pull requests
The condition in this if-statement
CAP_project/CompilerForCAP/gap/InferDataTypes.gi
Line 645 in 039bfd4
should include
and not data_type = "list_with_unknown_element_type"
.The text was updated successfully, but these errors were encountered: