-
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
Move seqan3::cigar_op into seqan3::cigar class. #2426
Conversation
This pull request is being automatically deployed with Vercel (learn more). 🔍 Inspect: https://vercel.com/seqan/seqan3/Dr6n7YqKrPMd3RtEwJ6S56c6v8wN |
f5af252
to
1a813ef
Compare
Codecov Report
@@ Coverage Diff @@
## master #2426 +/- ##
=======================================
Coverage 98.24% 98.24%
=======================================
Files 267 266 -1
Lines 10917 10919 +2
=======================================
+ Hits 10725 10727 +2
Misses 192 192
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.
nice work 👍
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.
Just 💅
Do you already want to do a changelog for this? Or will you/we do it later?
include/seqan3/alphabet/cigar/exposition_only/cigar_operation.hpp
Outdated
Show resolved
Hide resolved
include/seqan3/alphabet/cigar/exposition_only/cigar_operation.hpp
Outdated
Show resolved
Hide resolved
include/seqan3/alphabet/cigar/exposition_only/cigar_operation.hpp
Outdated
Show resolved
Hide resolved
include/seqan3/alphabet/cigar/exposition_only/cigar_operation.hpp
Outdated
Show resolved
Hide resolved
include/seqan3/alphabet/cigar/exposition_only/cigar_operation.hpp
Outdated
Show resolved
Hide resolved
include/seqan3/alphabet/cigar/exposition_only/cigar_operation.hpp
Outdated
Show resolved
Hide resolved
include/seqan3/alphabet/cigar/exposition_only/cigar_operation.hpp
Outdated
Show resolved
Hide resolved
I would do it in the next where I reintroduce seqan3::cigar_op with a deprecation notice. |
21824aa
to
a16af16
Compare
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.
Needs rebase
7656370
to
e94650f
Compare
This commit does multiple things: * mark entities within seqan3::cigar/::operations stable * moves extra alphabet seqan3::cigar_op into seqan3::cigar::operation * adds the actual implementation seqan3::cigar::operation (former seqan3::cigar_op) to seqan3::exposition_only::cigar_operation
e94650f
to
771d733
Compare
Part of seqan/product_backlog#269
Fixes partially seqan/product_backlog#294