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

Improve information content of GCC error messages. #985

Merged
merged 1 commit into from
Apr 19, 2024

Conversation

1uc
Copy link
Collaborator

@1uc 1uc commented Apr 19, 2024

Frequently, GCC prints error messages, but, ironically, they're too short, it'll include the inner most context, somewhere deep inside the STL or some other external libary, then skip all the HighFive context and continue printing the outer most layers which typically happen to be in Catch2.

Frequently, GCC prints error messages, but, ironically, they're too
short, it'll include the inner most context, somewhere deep inside the
STL or some other external libary, then skip all the HighFive context
and continue printing the outer most layers which typically happen to be
in Catch2.
@1uc 1uc force-pushed the 1uc/informative_compilation branch from 5f7c051 to 18fe79d Compare April 19, 2024 10:05
@codecov-commenter
Copy link

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 86.38%. Comparing base (5ab4752) to head (18fe79d).

Additional details and impacted files
@@           Coverage Diff           @@
##           master     #985   +/-   ##
=======================================
  Coverage   86.38%   86.38%           
=======================================
  Files          92       92           
  Lines        5898     5898           
=======================================
  Hits         5095     5095           
  Misses        803      803           

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

@1uc 1uc marked this pull request as ready for review April 19, 2024 12:33
@1uc 1uc merged commit c1b3cde into master Apr 19, 2024
34 checks passed
@1uc 1uc deleted the 1uc/informative_compilation branch April 19, 2024 13:33
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.

3 participants