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

Add Deprecation Mechanism for algorithms #2637

Closed
NickDraper opened this issue Oct 28, 2010 · 1 comment
Closed

Add Deprecation Mechanism for algorithms #2637

NickDraper opened this issue Oct 28, 2010 · 1 comment
Assignees
Milestone

Comments

@NickDraper
Copy link
Contributor

Add a method of the Algorithm base class

Void Deprecate (std::string newAlgorithm)

It should log a message at warning level that this algorithm is deprecated and all usage should be changed to newAlgorithm.

Usage Add the Deprecate command as the first line in Exec.

@NickDraper
Copy link
Contributor Author

This issue was originally trac ticket 1790

@NickDraper NickDraper self-assigned this Jun 3, 2015
@NickDraper NickDraper added this to the Iteration 26 milestone Jun 3, 2015
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

No branches or pull requests

1 participant