Skip to content

Make C# classes with children implement interfaces #190

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

Merged

Conversation

mristin
Copy link
Contributor

@mristin mristin commented Jun 19, 2022

This patch fixes the bug that classes with concrete descendants did not
implement the interface used to designate both the parent and the child
class.

This patch fixes the bug that classes with concrete descendants did not
implement the interface used to designate both the parent and the child
class.
@mristin mristin merged commit afec2cf into main Jun 19, 2022
@mristin mristin deleted the mristin/Make-class-with-children-implement-interface-in-C# branch June 19, 2022 08:15
mristin added a commit that referenced this pull request Jun 19, 2022
* Adapt and re-record for aas-core-meta 2022.6.19 (#192)
* Infer non-nullness in the intermediate (#186)
* Fix duplicate inheritance of pattern constraints (#185)
* Exclude external classes stringify assertions (#181)

C#
--
* Make C# classes with children implement interfaces (#190)
* Allow classes without constructor arguments in C# (#189)
* Fix C# generation for CodeInspect and testgen (#187)
* Fix UTF-32 regexes for C# UTF-16-only engine (#183)
* Relax constraints on C# namespace identifiers (#182)
@mristin mristin mentioned this pull request Jun 19, 2022
mristin added a commit that referenced this pull request Jun 19, 2022
* Adapt and re-record for aas-core-meta 2022.6.19 (#192)
* Infer non-nullness in the intermediate (#186)
* Fix duplicate inheritance of pattern constraints (#185)
* Exclude external classes stringify assertions (#181)

C#
--
* Make C# classes with children implement interfaces (#190)
* Allow classes without constructor arguments in C# (#189)
* Fix C# generation for CodeInspect and testgen (#187)
* Fix UTF-32 regexes for C# UTF-16-only engine (#183)
* Relax constraints on C# namespace identifiers (#182)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant