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

alphabet 02: things that are marked stable / experimental. #2385

Merged
merged 5 commits into from
Feb 17, 2021

Conversation

marehr
Copy link
Member

@marehr marehr commented Feb 16, 2021

This was decided in the Core-Meeting 2021-02-15

@marehr marehr requested review from a team and joergi-w and removed request for a team February 16, 2021 23:22
@@ -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;
Copy link
Member Author

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;
      |                                                 ^~~~~~~~~~~~~~~~

@vercel
Copy link

vercel bot commented Feb 17, 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/gsnrblneg
✅ Preview: Failed

@codecov
Copy link

codecov bot commented Feb 17, 2021

Codecov Report

Merging #2385 (4f73553) into master (87bb1e1) will not change coverage.
The diff coverage is 100.00%.

Impacted file tree graph

@@           Coverage Diff           @@
##           master    #2385   +/-   ##
=======================================
  Coverage   98.21%   98.21%           
=======================================
  Files         266      266           
  Lines       10835    10835           
=======================================
  Hits        10642    10642           
  Misses        193      193           
Impacted Files Coverage Δ
include/seqan3/alphabet/aminoacid/aa10li.hpp 100.00% <ø> (ø)
include/seqan3/alphabet/aminoacid/translation.hpp 100.00% <ø> (ø)
include/seqan3/alphabet/concept.hpp 100.00% <ø> (ø)
include/seqan3/alphabet/nucleotide/dna4.hpp 100.00% <ø> (ø)
include/seqan3/alphabet/aminoacid/aa10murphy.hpp 100.00% <100.00%> (ø)
include/seqan3/alphabet/aminoacid/aa20.hpp 100.00% <100.00%> (ø)
include/seqan3/alphabet/aminoacid/aa27.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 87bb1e1...130fd6e. Read the comment docs.

Copy link
Member

@joergi-w joergi-w left a comment

Choose a reason for hiding this comment

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

Thank you!

@marehr
Copy link
Member Author

marehr commented Feb 17, 2021

Huh? I didn't need to do anything xD Thank you all!

@eseiler
Copy link
Member

eseiler commented Feb 17, 2021

You could rebase my small changes if you want to

@marehr
Copy link
Member Author

marehr commented Feb 17, 2021

You could rebase my small changes if you want to

done

@eseiler eseiler merged commit 887a1e5 into seqan:master Feb 17, 2021
@marehr marehr deleted the api_stability2 branch February 17, 2021 17:37
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.

3 participants