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

Type checking for interfaces #1697

Closed
Chriscbr opened this issue Mar 1, 2023 · 1 comment · Fixed by #1755
Closed

Type checking for interfaces #1697

Chriscbr opened this issue Mar 1, 2023 · 1 comment · Fixed by #1755
Assignees
Labels

Comments

@Chriscbr
Copy link
Contributor

Chriscbr commented Mar 1, 2023

No description provided.

@Chriscbr Chriscbr added the 🛠️ compiler Compiler label Mar 1, 2023
@Chriscbr Chriscbr self-assigned this Mar 1, 2023
@monadabot monadabot added this to Wing Mar 1, 2023
@github-project-automation github-project-automation bot moved this to 🆕 New - not properly defined in Wing Mar 1, 2023
@staycoolcall911 staycoolcall911 moved this from 🆕 New - not properly defined to 🤝 Backlog - handoff to owners in Wing Mar 6, 2023
@staycoolcall911 staycoolcall911 moved this from 🤝 Backlog - handoff to owners to 🏗 In progress in Wing Mar 13, 2023
@mergify mergify bot closed this as completed in #1755 Mar 13, 2023
mergify bot pushed a commit that referenced this issue Mar 13, 2023
* Adds parsing and type checking for `impl Interface` syntax, currently limited to resources. A resource that implements an interface must contain implementations of all of the interface's members (fields or methods) in its environment. Closes #1697
* Implement a first pass at function subtyping - closes #1677.
* renamed `flight` to `phase` in `FunctionSignature`

*By submitting this pull request, I confirm that my contribution is made under the terms of the [Monada Contribution License](https://docs.winglang.io/terms-and-policies/contribution-license.html)*.
@github-project-automation github-project-automation bot moved this from 🏗 In progress to ✅ Done in Wing Mar 13, 2023
@monadabot
Copy link
Contributor

Congrats! 🚀 This was released in Wing 0.5.125.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Archived in project
Development

Successfully merging a pull request may close this issue.

2 participants