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

[MISC] deprecate seqan3::views::to_upper #2538

Merged
merged 2 commits into from
Apr 23, 2021
Merged

Conversation

MitraDarja
Copy link
Contributor

@vercel
Copy link

vercel bot commented Apr 20, 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/CS4fNm9nh9iUHHXmSUWBdxgG3yN3
✅ Preview: https://seqan3-git-fork-mitradarja-dropview-seqan.vercel.app

@codecov
Copy link

codecov bot commented Apr 20, 2021

Codecov Report

Merging #2538 (5254a4c) into master (41dd83e) will not change coverage.
The diff coverage is 100.00%.

Impacted file tree graph

@@           Coverage Diff           @@
##           master    #2538   +/-   ##
=======================================
  Coverage   98.23%   98.23%           
=======================================
  Files         269      269           
  Lines       10540    10540           
=======================================
  Hits        10354    10354           
  Misses        186      186           
Impacted Files Coverage Δ
include/seqan3/range/views/to_upper.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 41dd83e...5254a4c. Read the comment docs.


} // namespace seqan3::views
SEQAN3_DEPRECATED_HEADER(
"This header is deprecated and will be removed in SeqAn-3.1.0.")
Copy link
Member

Choose a reason for hiding this comment

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

memo to myself: this is an interesting idea :)

return seqan3::to_upper(in);
})};
#ifdef SEQAN3_DEPRECATED_310
SEQAN3_DEPRECATED_310 inline constexpr auto drop = detail::drop_fn{};
Copy link
Member

@marehr marehr Apr 22, 2021

Choose a reason for hiding this comment

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

this should be the to_upper definition as before :)

@MitraDarja MitraDarja requested review from a team and Irallia and removed request for a team April 22, 2021 12:35
Copy link
Contributor

@Irallia Irallia left a comment

Choose a reason for hiding this comment

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

LGFM, found just a false correction. 💅

Comment on lines 70 to 73
"The value type of seqan3::views::to_upper must model the seqan3::builtin_character.");
"The value type of seqan3::views::to_upper must model the seqan3::builtin_character.");
Copy link
Contributor

Choose a reason for hiding this comment

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

This looks like a miscorrection.

@Irallia Irallia requested review from a team, eseiler and marehr and removed request for a team and eseiler April 23, 2021 09:33
@marehr marehr enabled auto-merge (squash) April 23, 2021 10:24
@marehr marehr merged commit dca7146 into seqan:master Apr 23, 2021
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.

deprecate seqan3::views::to_upper
3 participants