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

Circular type definitions #22

Open
JohannesMeierSE opened this issue Oct 29, 2024 · 0 comments
Open

Circular type definitions #22

JohannesMeierSE opened this issue Oct 29, 2024 · 0 comments
Assignees
Milestone

Comments

@JohannesMeierSE
Copy link
Collaborator

e.g. Node { children: Node[] }

@JohannesMeierSE JohannesMeierSE added this to the v0.1 milestone Oct 29, 2024
@JohannesMeierSE JohannesMeierSE self-assigned this Oct 29, 2024
JohannesMeierSE added a commit that referenced this issue Nov 12, 2024
JohannesMeierSE added a commit that referenced this issue Nov 27, 2024
This PR fulfilles #22 ...

- for Classes and Functions (other types are still missing, but should be straight forward)!
- various test cases
- lots of bug fixes
- @Lotes It is not required to explicitly call "resolveTypesNow" or something like that 🙂 
- introduced Identifiers (different than Names)
- validation (instead of exception) for super-sub-class cycles
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

1 participant