-
Notifications
You must be signed in to change notification settings - Fork 82
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* [FIX] api stability since 3.0.2 * [MISC] interleaved_bloom_filter: make single argument constructor explicit * [MISC] add deprecated equality operator
- Loading branch information
Showing
7 changed files
with
138 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
38 changes: 38 additions & 0 deletions
38
test/api_stability/3.0.2/0023-NOAPI-INCLUDE-add-missing-includes-seqan3-views-pers.patch
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,38 @@ | ||
From 12b7805b266a7477492657756fa77dda9b8f5fe5 Mon Sep 17 00:00:00 2001 | ||
From: marehr <[email protected]> | ||
Date: Sun, 25 Apr 2021 18:12:55 +0200 | ||
Subject: [PATCH 23/24] [NOAPI] [INCLUDE] add missing includes | ||
seqan3::views::persist | ||
|
||
--- | ||
.../pairwise_alignment/pairwise_alignment_solution_6.cpp | 1 + | ||
.../fm_index_cursor/bi_fm_index_cursor_collection_test.cpp | 1 + | ||
2 files changed, 2 insertions(+) | ||
|
||
diff --git a/doc/tutorial/pairwise_alignment/pairwise_alignment_solution_6.cpp b/doc/tutorial/pairwise_alignment/pairwise_alignment_solution_6.cpp | ||
index 1ed35c8cd..32b6077d2 100644 | ||
--- a/doc/tutorial/pairwise_alignment/pairwise_alignment_solution_6.cpp | ||
+++ b/doc/tutorial/pairwise_alignment/pairwise_alignment_solution_6.cpp | ||
@@ -6,6 +6,7 @@ | ||
#include <seqan3/alphabet/nucleotide/dna4.hpp> | ||
#include <seqan3/core/debug_stream.hpp> | ||
#include <seqan3/range/views/pairwise_combine.hpp> | ||
+#include <seqan3/range/views/persist.hpp> | ||
#include <seqan3/std/ranges> | ||
|
||
using seqan3::operator""_dna4; | ||
diff --git a/test/unit/search/fm_index_cursor/bi_fm_index_cursor_collection_test.cpp b/test/unit/search/fm_index_cursor/bi_fm_index_cursor_collection_test.cpp | ||
index 48be041bc..5d055adb9 100644 | ||
--- a/test/unit/search/fm_index_cursor/bi_fm_index_cursor_collection_test.cpp | ||
+++ b/test/unit/search/fm_index_cursor/bi_fm_index_cursor_collection_test.cpp | ||
@@ -9,6 +9,7 @@ | ||
|
||
#include <seqan3/alphabet/nucleotide/dna4.hpp> | ||
#include <seqan3/alphabet/nucleotide/dna5.hpp> | ||
+#include <seqan3/range/views/persist.hpp> | ||
#include <seqan3/range/views/slice.hpp> | ||
#include <seqan3/range/views/char_to.hpp> | ||
#include <seqan3/range/views/to.hpp> | ||
-- | ||
2.31.1 | ||
|
24 changes: 24 additions & 0 deletions
24
test/api_stability/3.0.2/0024-NOAPI-INCLUDE-add-missing-includes-std-isnan.patch
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
From ccf8a01d614f20c114d384003092a60366056be8 Mon Sep 17 00:00:00 2001 | ||
From: marehr <[email protected]> | ||
Date: Sun, 25 Apr 2021 18:13:15 +0200 | ||
Subject: [PATCH 24/24] [NOAPI] [INCLUDE] add missing includes std::isnan | ||
|
||
--- | ||
test/unit/std/charconv_float_test.cpp | 1 + | ||
1 file changed, 1 insertion(+) | ||
|
||
diff --git a/test/unit/std/charconv_float_test.cpp b/test/unit/std/charconv_float_test.cpp | ||
index 123f2e3d8..654d2a8c2 100644 | ||
--- a/test/unit/std/charconv_float_test.cpp | ||
+++ b/test/unit/std/charconv_float_test.cpp | ||
@@ -7,6 +7,7 @@ | ||
|
||
#include <gtest/gtest.h> | ||
|
||
+#include <cmath> | ||
#include <iostream> | ||
#include <limits> | ||
|
||
-- | ||
2.31.1 | ||
|
5cd019b
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.
Successfully deployed to the following URLs: