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

[FIX] libc++: header tests #3210

Merged
merged 2 commits into from
Nov 15, 2023
Merged

[FIX] libc++: header tests #3210

merged 2 commits into from
Nov 15, 2023

Conversation

eseiler
Copy link
Member

@eseiler eseiler commented Nov 13, 2023

No description provided.

Copy link

vercel bot commented Nov 13, 2023

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
seqan3 ✅ Ready (Inspect) Visit Preview 💬 Add feedback Nov 14, 2023 10:17am

@seqan-actions seqan-actions added lint [INTERNAL] signal for linting and removed lint [INTERNAL] signal for linting labels Nov 13, 2023
Copy link

codecov bot commented Nov 13, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (fc8f4f7) 98.17% compared to head (b447e2f) 98.17%.

Additional details and impacted files
@@           Coverage Diff           @@
##           master    #3210   +/-   ##
=======================================
  Coverage   98.17%   98.17%           
=======================================
  Files         269      269           
  Lines       11852    11852           
=======================================
  Hits        11636    11636           
  Misses        216      216           

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

#include <iosfwd>
#include <ostream>
Copy link
Member

Choose a reason for hiding this comment

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

This now counter-acts the purpose of a lightweight debug_stream_type?

Copy link
Member Author

Choose a reason for hiding this comment

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

Kind of
I can do different includes for libstdc++ (gcc) and libc++ (llvm) :D

Copy link
Member

Choose a reason for hiding this comment

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

there is no iosfw equivalent for libc++?

I would vote for different includes then :)

Copy link
Member Author

Choose a reason for hiding this comment

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

I'll have to check what the issue was, but we are accessing stuff that requires a defined std::ostream. Whatever we need is apparently in <iosfwd> for libstdc++, but not in libc++

Copy link
Member Author

Choose a reason for hiding this comment

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

Actually, we don't need <ostream> here, but in pretty_printing.hpp.

So, good catch 👍

@seqan-actions seqan-actions added lint [INTERNAL] signal for linting and removed lint [INTERNAL] signal for linting labels Nov 14, 2023
@eseiler eseiler requested a review from smehringer November 14, 2023 10:27
@eseiler eseiler merged commit 9f0ffc8 into seqan:master Nov 15, 2023
28 checks passed
@eseiler eseiler deleted the infra/header branch November 15, 2023 16:04
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