Skip to content

Commit

Permalink
Apply 2nd Review
Browse files Browse the repository at this point in the history
Signed-off-by: Lydia Buntrock <[email protected]>
  • Loading branch information
Irallia committed Nov 23, 2020
1 parent 52e071c commit 8e11176
Show file tree
Hide file tree
Showing 6 changed files with 18 additions and 20 deletions.
5 changes: 3 additions & 2 deletions include/seqan3/core/algorithm/all.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
*/
#include <seqan3/core/algorithm/algorithm_result_generator_range.hpp>
#include <seqan3/core/algorithm/bound.hpp>
#include <seqan3/core/algorithm/detail/all.hpp>
#include <seqan3/core/algorithm/pipeable_config_element.hpp>
#include <seqan3/core/configuration/all.hpp> // ToDo: remove this with the release SeqAn-3.1.0.
#if SEQAN3_VERSION_MAJOR == 3 && SEQAN3_VERSION_MINOR == 1
#pragma warning "Remove #include <seqan3/core/configuration/all.hpp> from this header."
#endif
6 changes: 3 additions & 3 deletions include/seqan3/core/algorithm/concept.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,13 @@
/*!\file
* \brief [DEPRECATED] Provides concepts for the configuration classes.
* \author Rene Rahn <rene.rahn AT fu-berlin.de>
* \deprecated This header will be removed in 3.1. Please use seqan3/core/configuration/detail/concept.hpp instead.
* \deprecated This header will be removed in 3.1.0; Please \#include <seqan3/core/configuration/detail/concept.hpp>
* instead.
*/

#pragma once

#include <seqan3/core/configuration/detail/concept.hpp>

SEQAN3_DEPRECATED_HEADER(
"This header is deprecated and will be removed in SeqAn-3.1.0; Please #include "
"<seqan3/core/configuration/detail/concept.hpp> instead.")
"This header is deprecated and will be removed in SeqAn-3.1.0; Please #include <seqan3/core/configuration/detail/concept.hpp> instead.")
6 changes: 3 additions & 3 deletions include/seqan3/core/algorithm/configuration.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,13 @@
/*!\file
* \brief [DEPRECATED] Provides seqan3::configuration and utility functions.
* \author Rene Rahn <rene.rahn AT fu-berlin.de>
* \deprecated This header will be removed in 3.1. Please use seqan3/core/configuration/configuration.hpp instead.
* \deprecated This header will be removed in 3.1.0; Please \#include <seqan3/core/configuration/configuration.hpp>
* instead.
*/

#pragma once

#include <seqan3/core/configuration/configuration.hpp>

SEQAN3_DEPRECATED_HEADER(
"This header is deprecated and will be removed in SeqAn-3.1.0; Please #include "
"<seqan3/core/configuration/configuration.hpp> instead.")
"This header is deprecated and will be removed in SeqAn-3.1.0; Please #include <seqan3/core/configuration/configuration.hpp> instead.")
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,13 @@
/*!\file
* \brief [DEPRECATED] Provides seqan3::detail::debug_mode.
* \author Rene Rahn <rene.rahn AT fu-berlin.de>
* \deprecated This header will be removed in 3.1. Please use
* seqan3/core/configuration/detail/configuration_element_debug_mode.hpp instead.
* \deprecated This header will be removed in 3.1.0; Please \#include
* <seqan3/core/configuration/detail/configuration_element_debug_mode.hpp> instead.
*/

#pragma once

#include <seqan3/core/configuration/detail/configuration_element_debug_mode.hpp>

SEQAN3_DEPRECATED_HEADER(
"This header is deprecated and will be removed in SeqAn-3.1.0; Please #include "
"<seqan3/core/configuration/detail/configuration_element_debug_mode.hpp> instead.")
"This header is deprecated and will be removed in SeqAn-3.1.0; Please #include <seqan3/core/configuration/detail/configuration_element_debug_mode.hpp> instead.")
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,13 @@
* \brief [DEPRECATED] Provides seqan3::detail::parallel_mode.
* \author Svenja Mehringer <svenja.mehringer AT fu-berlin.de>
* \author Jörg Winkler <j.winkler AT fu-berlin.de>
* \deprecated This header will be removed in 3.1. Please use
* seqan3/core/configuration/detail/configuration_element_parallel_mode.hpp instead.
* \deprecated This header will be removed in 3.1.0; Please \#include
* <seqan3/core/configuration/detail/configuration_element_parallel_mode.hpp> instead.
*/

#pragma once

#include <seqan3/core/configuration/detail/configuration_element_parallel_mode.hpp>

SEQAN3_DEPRECATED_HEADER(
"This header is deprecated and will be removed in SeqAn-3.1.0; Please #include "
"<seqan3/core/configuration/detail/configuration_element_parallel_mode.hpp> instead.")
"This header is deprecated and will be removed in SeqAn-3.1.0; Please #include <seqan3/core/configuration/detail/configuration_element_parallel_mode.hpp> instead.")
7 changes: 3 additions & 4 deletions include/seqan3/core/algorithm/configuration_utility.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,13 @@
/*!\file
* \brief [DEPRECATED] Provides various auxiliary functions with which parts of the configurations can be checked.
* \author Rene Rahn <rene.rahn AT fu-berlin.de>
* \deprecated This header will be removed in 3.1. Please use seqan3/core/configuration/detail/configuration_utility.hpp
* instead.
* \deprecated This header will be removed in 3.1.0; Please \#include
* <seqan3/core/configuration/detail/configuration_utility.hpp> instead.
*/

#pragma once

#include <seqan3/core/configuration/detail/configuration_utility.hpp>

SEQAN3_DEPRECATED_HEADER(
"This header is deprecated and will be removed in SeqAn-3.1.0; Please #include "
"<seqan3/core/configuration/detail/configuration_utility.hpp> instead.")
"This header is deprecated and will be removed in SeqAn-3.1.0; Please #include <seqan3/core/configuration/detail/configuration_utility.hpp> instead.")

0 comments on commit 8e11176

Please sign in to comment.