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

Supporting generating interface declarations in sema generator #2858

Open
darkdrag00nv2 opened this issue Oct 7, 2023 · 2 comments
Open

Comments

@darkdrag00nv2
Copy link
Contributor

darkdrag00nv2 commented Oct 7, 2023

Issue to be solved

The sema gen runtime/sema/gen/main.go, does not support interface declarations. See VisitInterfaceDeclaration.

Suggested Solution

This support will be useful for cases such as HashableStruct type: #2428

@SupunS
Copy link
Member

SupunS commented Oct 10, 2024

@RZhang05 I believe you've already added this in #3594 (still open)?

@RZhang05
Copy link
Contributor

@RZhang05 I believe you've already added this in #3594 (still open)?

Yes this is included in the PR.

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