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

Implement Debug for all types that work with QDebug #1162

Open
wants to merge 7 commits into
base: main
Choose a base branch
from

Conversation

jnbooth
Copy link
Contributor

@jnbooth jnbooth commented Jan 18, 2025

This PR adds Debug implementations to all types that a QDebug data stream accepts.

Note: Some types incorrectly used QDebug output to implement Display instead of Debug. This PR does not remove those implementations because that would be a breaking change, but they probably should be removed for the next major release.

@jnbooth jnbooth changed the title Debug and format Implement Debug for all types that work with QDebug Jan 18, 2025
@jnbooth jnbooth changed the title Implement Debug for all types that work with QDebug Implement Debug for all types that work with QDebug Jan 18, 2025
@jnbooth jnbooth changed the title Implement Debug for all types that work with QDebug Implement Debug for all types that work with QDebug Jan 18, 2025
Copy link

codecov bot commented Jan 18, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

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

Additional details and impacted files
@@            Coverage Diff            @@
##              main     #1162   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files           71        71           
  Lines        11967     11967           
=========================================
  Hits         11967     11967           

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

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.

1 participant