Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Conversation

@wdx727
Copy link

@wdx727 wdx727 commented Sep 18, 2025

This MR is intended to resolve the issue with auto-deduced members in inheritance scenarios, as described in #687. We have constructed a simple typechecker for inferring member types. When performing type checking on a class, it infers the types of members in advance based on the right-hand side values of their initializations.

@wdx727 wdx727 requested a review from inumanag as a code owner September 18, 2025 02:21
@cla-bot cla-bot bot added the cla-signed label Sep 18, 2025
@inumanag
Copy link
Contributor

inumanag commented Dec 4, 2025

Thank you for this pull request! I will not be able to directly merge it at this time: the core problem is not related to auto-deduction (which actually works with inheritance), but is instead an major typechecking limitation that is expected to be resolved in #715. I might refer to this PR in #715.

@inumanag inumanag closed this Dec 4, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants