NatLabRockies / NatLabRockies/OpenStudio
Remove all long-deprecated methods
Open
Nobody has claimed this yet.
APIChange
Enhancement Request
- Dominant language
- C++
- Stars
- 646
- Forks
- 237
- Avg merge
- 3d 11h
- Merged PRs (30d)
- 10
Description
Enhancement Request
Remove all long-deprecated methods
Detailed Description
Possible Implementation
Remove the true || part of https://github.com/NREL/OpenStudio/blob/82304dcc76303e8a4c49c87500dc64ffe65248f5/src/utilities/core/DeprecatedHelpers.hpp#L85 and remove all deprecated methods that make the compiler throw
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start with src/utilities/core/DeprecatedHelpers.hpp at the referenced line and inspect the deprecated methods that become compiler-visible when the true || part is removed. Identify the full set of long-deprecated methods in scope; done means they are removed and the compiler no longer throws for them.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- cpp
- Domain
- tooling
- Issue type
- Refactor
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 35/100