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] relax seqan3::views::kmer_hash requirements to be C++20 compatible #2843

Merged
merged 1 commit into from Oct 12, 2021

Conversation

marehr
Copy link
Member

@marehr marehr commented Oct 6, 2021

@marehr marehr requested review from a team and MitraDarja and removed request for a team October 6, 2021 15:57
@vercel
Copy link

vercel bot commented Oct 6, 2021

This pull request is being automatically deployed with Vercel (learn more).
To see the status of your deployment, click below or on the icon next to each commit.

🔍 Inspect: https://vercel.com/seqan/seqan3/AU8mJCWbn8sogDxDjbKSDNe2Su61
✅ Preview: https://seqan3-git-fork-marehr-gcc-12-7-seqan.vercel.app

```
/seqan3/test/unit/search/views/minimiser_test.cpp:78:83: error: use of deleted function ‘seqan3::detail::kmer_hash_view<urng_t>::kmer_hash_view() [with urng_t = std::ranges::ref_view<std::vector<seqan3::dna4> >]’
   78 |     using test_range_t = decltype(seqan3::detail::minimiser_view{kmer_hash_view_t{}, reverse_kmer_hash_view_t{}, 5});
      |                                                                                   ^
```
@MitraDarja MitraDarja requested review from a team and smehringer and removed request for a team October 6, 2021 16:53
@codecov
Copy link

codecov bot commented Oct 6, 2021

Codecov Report

Merging #2843 (9372ab2) into master (dcbba96) will not change coverage.
The diff coverage is 100.00%.

Impacted file tree graph

@@           Coverage Diff           @@
##           master    #2843   +/-   ##
=======================================
  Coverage   98.37%   98.37%           
=======================================
  Files         277      277           
  Lines       10963    10963           
=======================================
  Hits        10785    10785           
  Misses        178      178           
Impacted Files Coverage Δ
include/seqan3/search/views/kmer_hash.hpp 100.00% <100.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update dcbba96...9372ab2. Read the comment docs.

@smehringer smehringer merged commit b4b8a80 into seqan:master Oct 12, 2021
@marehr marehr deleted the gcc-12-7 branch October 12, 2021 13:15
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.

None yet

3 participants