cadence icon indicating copy to clipboard operation
cadence copied to clipboard

Supporting generating interface declarations in sema generator

Open darkdrag00nv2 opened this issue 2 years ago • 2 comments

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: https://github.com/onflow/cadence/issues/2428

darkdrag00nv2 avatar Oct 07 '23 17:10 darkdrag00nv2

@RZhang05 I believe you've already added this in https://github.com/onflow/cadence/pull/3594 (still open)?

SupunS avatar Oct 10 '24 21:10 SupunS

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

Yes this is included in the PR.

RZhang05 avatar Oct 10 '24 21:10 RZhang05