-
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
[MISC] Rename {core->utlity}/char_operations/predicate.hpp. #2254
Conversation
1004412
to
39d1b4a
Compare
39d1b4a
to
1bc32ef
Compare
1bc32ef
to
024679a
Compare
77abf68
to
d07d9ec
Compare
@rrahn polite ping :) |
#include <seqan3/utility/char_operations/predicate.hpp> | ||
#include <seqan3/core/detail/test_accessor.hpp> | ||
#include <seqan3/io/stream/concept.hpp> |
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.
include order
@@ -21,7 +21,7 @@ | |||
#include <seqan3/alphabet/detail/convert.hpp> | |||
#include <seqan3/alphabet/nucleotide/sam_dna16.hpp> | |||
#include <seqan3/core/bit_manipulation.hpp> | |||
#include <seqan3/core/char_operations/predicate.hpp> | |||
#include <seqan3/utility/char_operations/predicate.hpp> |
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.
include order
@@ -19,7 +19,7 @@ | |||
#include <string> | |||
#include <vector> | |||
|
|||
#include <seqan3/core/char_operations/predicate.hpp> | |||
#include <seqan3/utility/char_operations/predicate.hpp> |
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.
include order
@@ -20,7 +20,7 @@ | |||
#include <string> | |||
#include <vector> | |||
|
|||
#include <seqan3/core/char_operations/predicate.hpp> | |||
#include <seqan3/utility/char_operations/predicate.hpp> |
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.
include order
@@ -15,7 +15,7 @@ | |||
#include <map> | |||
#include <variant> | |||
|
|||
#include <seqan3/core/char_operations/predicate.hpp> | |||
#include <seqan3/utility/char_operations/predicate.hpp> |
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.
include order
@@ -6,7 +6,7 @@ | |||
// ----------------------------------------------------------------------------------------------------- | |||
|
|||
#include <seqan3/alphabet/nucleotide/rna5.hpp> | |||
#include <seqan3/core/char_operations/predicate.hpp> | |||
#include <seqan3/utility/char_operations/predicate.hpp> |
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.
include order
@@ -6,7 +6,7 @@ | |||
// ----------------------------------------------------------------------------------------------------- | |||
|
|||
#include <seqan3/alphabet/nucleotide/sam_dna16.hpp> | |||
#include <seqan3/core/char_operations/predicate.hpp> | |||
#include <seqan3/utility/char_operations/predicate.hpp> |
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.
include order
@@ -12,7 +12,7 @@ | |||
#include <seqan3/std/ranges> | |||
|
|||
#include <seqan3/alphabet/nucleotide/dna5.hpp> | |||
#include <seqan3/core/char_operations/predicate.hpp> | |||
#include <seqan3/utility/char_operations/predicate.hpp> |
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.
include order
@@ -12,7 +12,7 @@ | |||
#include <range/v3/algorithm/copy.hpp> | |||
#include <range/v3/view/unique.hpp> | |||
|
|||
#include <seqan3/core/char_operations/predicate.hpp> | |||
#include <seqan3/utility/char_operations/predicate.hpp> |
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.
include order
@@ -14,7 +14,7 @@ | |||
#include <seqan3/alphabet/nucleotide/dna4.hpp> | |||
#include <seqan3/alphabet/nucleotide/dna5.hpp> | |||
#include <seqan3/alphabet/nucleotide/rna5.hpp> | |||
#include <seqan3/core/char_operations/predicate.hpp> | |||
#include <seqan3/utility/char_operations/predicate.hpp> |
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.
include order
#include <seqan3/core/char_operations/predicate.hpp> // for is_char | ||
#include <seqan3/core/debug_stream.hpp> // for debug_stream | ||
#include <seqan3/range/views/single_pass_input.hpp> // for views::single_pass_input | ||
#include <seqan3/range/views/take_until.hpp> // for views::take_until* | ||
#include <seqan3/std/ranges> // for std::views::reverse | ||
#include <seqan3/utility/char_operations/predicate.hpp> // for is_char |
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.
Please, either align them or remove the alignment.
68f8db7
to
18e9deb
Compare
Part of seqan/product_backlog#160
Header File: {core->utlity}/char_operations/predicate.hpp.
Note this is only one header file, since it already touches a lot of code, I kept them separate.
possibly rename the header