Skip to content
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

Cyclic array type not supported #36442

Closed
manuranga opened this issue Jun 6, 2022 · 2 comments
Closed

Cyclic array type not supported #36442

manuranga opened this issue Jun 6, 2022 · 2 comments
Assignees
Labels
Area/TypeChecker Type Checker related issues #Compiler Points/2 Equivalent to two days effort Priority/Blocker Team/CompilerFE All issues related to Language implementation and Compiler, this exclude run times. Type/Bug

Comments

@manuranga
Copy link
Contributor

type SExp (string|SExp)[];

Gives following error

invalid cyclic type reference in '[SExp, SExp]'

@manuranga manuranga added Type/Bug Team/CompilerFE All issues related to Language implementation and Compiler, this exclude run times. Area/TypeChecker Type Checker related issues #Compiler labels Jun 6, 2022
@lasinicl lasinicl assigned SasinduDilshara and unassigned gimantha Nov 3, 2022
@lasinicl lasinicl added the Points/2 Equivalent to two days effort label Nov 3, 2022
@SasinduDilshara SasinduDilshara moved this from In Progress to Blocked in Ballerina Team Main Board Nov 21, 2022
@SasinduDilshara
Copy link
Contributor

This is fixed with #40663

Copy link

This issue is NOT closed with a proper Reason/ label. Make sure to add proper reason label before closing. Please add or leave a comment with the proper reason label now.

      - Reason/EngineeringMistake - The issue occurred due to a mistake made in the past.
      - Reason/Regression - The issue has introduced a regression.
      - Reason/MultipleComponentInteraction - Issue occured due to interactions in multiple components.
      - Reason/Complex - Issue occurred due to complex scenario.
      - Reason/Invalid - Issue is invalid.
      - Reason/Other - None of the above cases.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Area/TypeChecker Type Checker related issues #Compiler Points/2 Equivalent to two days effort Priority/Blocker Team/CompilerFE All issues related to Language implementation and Compiler, this exclude run times. Type/Bug
Projects
None yet
Development

No branches or pull requests

4 participants