-
Notifications
You must be signed in to change notification settings - Fork 82
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
Deprecate/take exactly #2601
Deprecate/take exactly #2601
Conversation
This pull request is being automatically deployed with Vercel (learn more). 🔍 Inspect: https://vercel.com/seqan/seqan3/5JHdbcAAUHYSNNQBHAR4nyX2ieW9 |
dd77c10
to
a3e2ac7
Compare
a3e2ac7
to
b407d59
Compare
Codecov Report
@@ Coverage Diff @@
## master #2601 +/- ##
=======================================
Coverage 98.27% 98.27%
=======================================
Files 273 273
Lines 10795 10795
=======================================
Hits 10609 10609
Misses 186 186
Continue to review full report at Codecov.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The idea was that we do not just deprecate it but move it to detail
because we need it internally, correct?
If so, can you do it like we have done it with the persist
view? In short, we moved the view itself into detail and did the deprecation of the old header and the old view a bit differently
CHANGELOG.md
Outdated
@@ -238,6 +238,8 @@ regression test suite and patches at https://github.com/seqan/seqan3/tree/master | |||
[\#2541](https://github.com/seqan/seqan3/pull/2541). | |||
* We deprecated `seqan3::views::take_line` and it will be removed in 3.1.0 | |||
[\#2525](https://github.com/seqan/seqan3/pull/2525). | |||
* We deprecated `seqan3::views::take_exactly`. Please use `std::views::take` or `std::views::counted` instead | |||
[\#2601](https://github.com/seqan/seqan3/pull/2601). |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
[\#2601](https://github.com/seqan/seqan3/pull/2601). | |
([\#2601](https://github.com/seqan/seqan3/pull/2601)). |
b407d59
to
a714dcc
Compare
a714dcc
to
33204f4
Compare
Yes, you are right. I changed it accordingly. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Only minor stuff; can you rebase?
33204f4
to
9ed6ba0
Compare
Fixes seqan/product_backlog#331