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
class C angle array[2] ang
When above code compile, there will be translation error that wrote "can't make array type from array"
I'm not sure if it is a bug, hence posted here for further clerify.
The text was updated successfully, but these errors were encountered:
It's a bug. arraymembers with tuple types don't seem to match. Will look into it.
Sorry, something went wrong.
This is related to #364
Refactoring tuple and array translation (#741)
085bbb9
With the rewrite it is finally possible to use tuples in multi-dimensional arrays. This should fix #739 #572 #364.
714d95a
Frotty
No branches or pull requests
When above code compile, there will be translation error that wrote "can't make array type from array"
I'm not sure if it is a bug, hence posted here for further clerify.
The text was updated successfully, but these errors were encountered: