Skip to content

"angle" array in class #572

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

Closed
DDLegionTN opened this issue Nov 13, 2017 · 2 comments
Closed

"angle" array in class #572

DDLegionTN opened this issue Nov 13, 2017 · 2 comments

Comments

@DDLegionTN
Copy link

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.

@DDLegionTN DDLegionTN changed the title "angle" type variable array in class "angle" array in class Nov 13, 2017
@Frotty
Copy link
Member

Frotty commented Nov 13, 2017

It's a bug. arraymembers with tuple types don't seem to match. Will look into it.

@peq
Copy link
Collaborator

peq commented Nov 18, 2017

This is related to #364

This was referenced Oct 18, 2018
peq added a commit that referenced this issue Oct 20, 2018
With the rewrite it is finally possible to use tuples in multi-dimensional arrays.

This should fix #739 #572 #364.
@peq peq closed this as completed in 714d95a Oct 20, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants