Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
mantidproject
mantid
Commits
f88fa97e
Unverified
Commit
f88fa97e
authored
Sep 21, 2021
by
Savici, Andrei T
Committed by
GitHub
Sep 21, 2021
Browse files
Merge pull request #32548 from mantidproject/deprecatedAlias_devBuild
Deprecated alias dev build
parents
5c18dad3
99cfb58c
Changes
2
Hide whitespace changes
Inline
Side-by-side
Framework/Kernel/CMakeLists.txt
View file @
f88fa97e
...
...
@@ -604,6 +604,7 @@ else()
endif
()
set
(
CONSOLECHANNELCLASS
"ConsoleChannel"
)
set
(
ALIASDEPRECATED
"Raise"
)
configure_file
(
../Properties/Mantid.properties.template
${
CMAKE_CURRENT_BINARY_DIR
}
/Mantid.properties.config
)
...
...
@@ -654,6 +655,7 @@ else()
endif
()
set
(
CONSOLECHANNELCLASS
"StdoutChannel"
)
set
(
ALIASDEPRECATED
"Log"
)
configure_file
(
../Properties/Mantid.properties.template
${
CMAKE_CURRENT_BINARY_DIR
}
/Mantid.properties.install
)
...
...
Framework/Properties/Mantid.properties.template
View file @
f88fa97e
...
...
@@ -187,7 +187,7 @@ algorithms.categories.hidden=Workflow\\Inelastic\\UsesPropertyManager;Workflow\\
# Allowed values are:
# "Log": log a warning indicating the alias is deprecated, along with the name to be used
# "Raise": raise a RuntimeError if the deprecated deadline has been met
algorithms.alias.deprecated =
Log
algorithms.alias.deprecated =
@ALIASDEPRECATED@
# All interface categories are shown by default.
interfaces.categories.hidden =
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment