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

Refactor ParsedMethod and ParsedSignal to use Name #1005

Merged
merged 6 commits into from
Jul 25, 2024

Conversation

BenFordTytherington
Copy link
Collaborator

@BenFordTytherington BenFordTytherington commented Jul 25, 2024

  • Remove use of CombinedIdent (mainly in QMethodName), see a4d5a81
  • Refactor ParsedMethod to have a name: Name field, see e369e50

CombinedIdent is deprecated and now replaced with Name which is better implemented with more utility methods.

…s place

CombinedIdent had a rust and cpp field for Idents, which has now been better implemented in Name, so refactor to using that everywhere CombinedIdent was used
@BenFordTytherington BenFordTytherington marked this pull request as ready for review July 25, 2024 11:37
@ahayzen-kdab
Copy link
Collaborator

@BenFordTytherington Overall looks good, appears that clippy has found some unused imports :-)

Copy link
Collaborator

@ahayzen-kdab ahayzen-kdab left a comment

Choose a reason for hiding this comment

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

LGTM :-)

@ahayzen-kdab ahayzen-kdab merged commit 2c319ec into KDAB:main Jul 25, 2024
10 checks passed
@BenFordTytherington BenFordTytherington deleted the refactor-1004-use-name branch July 25, 2024 14:12
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.

2 participants