Handle inherited constructors#15
Open
slburson wants to merge 1 commit into
Open
Conversation
When it finds a 'using' declaration referring to parent class constructors, adds them to the child's record decl. Squashed commit of the following: commit fbf87bd Author: Scott L. Burson <gyro@reasoning.ai> Date: Wed Jun 17 14:17:08 2026 -0700 Clean up commit c39de93 Merge: a9580d3 50d5460 Author: Scott L. Burson <gyro@reasoning.ai> Date: Mon Jun 15 18:16:34 2026 -0700 Merge branch 'master' into inherited-constructors commit a9580d3 Author: Scott L. Burson <gyro@reasoning.ai> Date: Mon Jun 15 18:02:37 2026 -0700 Disable debug prints commit 501462a Author: Scott L. Burson <gyro@reasoning.ai> Date: Mon Jun 15 18:02:18 2026 -0700 Capture 'defaulted' on methods commit 8cda252 Author: Scott L. Burson <gyro@reasoning.ai> Date: Mon Jun 8 21:06:42 2026 -0700 WIP
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
When it finds a 'using' declaration referring to parent class constructors, adds them to the child record's decl.
Needed for Claw PR #23.