-
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
alphabet 02: things that are marked stable / experimental. #2385
Conversation
@@ -37,41 +37,42 @@ enum class third_party_type | |||
template <> | |||
struct seqan3::custom::alphabet<third_party_ns::third_party_type> | |||
{ | |||
using alphabet_t = typename third_party_ns::third_party_type; |
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.
../../seqan3/test/unit/alphabet/custom_alphabet3_test.cpp:40:49: error: declaration ‘enum class third_party_ns::third_party_type’ does not declare anything [-Werror]
40 | using alphabet_t = typename third_party_ns::third_party_type;
| ^~~~~~~~~~~~~~~~
This pull request is being automatically deployed with Vercel (learn more). 🔍 Inspect: https://vercel.com/seqan/seqan3/gsnrblneg |
Codecov Report
@@ Coverage Diff @@
## master #2385 +/- ##
=======================================
Coverage 98.21% 98.21%
=======================================
Files 266 266
Lines 10835 10835
=======================================
Hits 10642 10642
Misses 193 193
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.
Thank you!
Huh? I didn't need to do anything xD Thank you all! |
You could rebase my small changes if you want to |
done |
4883ffa
to
130fd6e
Compare
This was decided in the Core-Meeting 2021-02-15