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: Separate trait parsing & structuring from QObject #1052

Merged
merged 4 commits into from
Aug 30, 2024

Conversation

LeonMatthesKDAB
Copy link
Collaborator

No description provided.

Copy link

codecov bot commented Aug 28, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 100.00%. Comparing base (bfba2d0) to head (ad33e22).
Report is 1 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff            @@
##              main     #1052   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files           71        72    +1     
  Lines        13048     13009   -39     
=========================================
- Hits         13048     13009   -39     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@BenFordTytherington BenFordTytherington force-pushed the 938-separate-trait-parsing branch 3 times, most recently from 06ef365 to cc2919d Compare August 28, 2024 11:02
@LeonMatthesKDAB LeonMatthesKDAB force-pushed the 938-separate-trait-parsing branch from cc2919d to ca8c2ce Compare August 28, 2024 13:50
@LeonMatthesKDAB LeonMatthesKDAB marked this pull request as ready for review August 30, 2024 12:20
LeonMatthesKDAB and others added 4 commits August 30, 2024 14:20
Move the association between QObject and trait into the structuring
phase.
This should be one of the last things left in the structuring refactor.

Fix KDAB#938
Now that we've moved everything into the structuring phase, this is no
longer necessary and simplifies parsing a lot.

Todo: Make the list of QObjects a Vec, instead of a BTreeMap.
@LeonMatthesKDAB LeonMatthesKDAB force-pushed the 938-separate-trait-parsing branch from 16fc55a to ad33e22 Compare August 30, 2024 12:20
@LeonMatthesKDAB LeonMatthesKDAB enabled auto-merge (squash) August 30, 2024 12:21
Copy link
Collaborator

@BenFordTytherington BenFordTytherington left a comment

Choose a reason for hiding this comment

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

LGTM

@LeonMatthesKDAB LeonMatthesKDAB merged commit 4e48578 into KDAB:main Aug 30, 2024
14 checks passed
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