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

Support has in rename refactoring #495

Merged
merged 20 commits into from
Nov 8, 2024
Merged

Conversation

toinehartman
Copy link
Contributor

This PR implements support for renaming field names used in <Expression> has <Name>. Since this uses a dynamic check and the name is not statically resolved to any definition, this requires user interaction to preserve semantics.
This PR also adds framework support user-confirmable rename suggestions.

@toinehartman toinehartman added the enhancement New feature or request label Oct 30, 2024
@toinehartman toinehartman self-assigned this Oct 30, 2024
Copy link
Member

@DavyLandman DavyLandman left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Some small comments and questions.

Copy link
Member

@DavyLandman DavyLandman left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, a few small remarks. Merge when you feel you've dealt with them.

Copy link

sonarcloud bot commented Nov 8, 2024

@toinehartman toinehartman merged commit b7c9012 into main Nov 8, 2024
13 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants