NatLabRockies / NatLabRockies/OpenStudio

Remove all long-deprecated methods

Open
#4,928 0 comments 0 reactions 0 assignees View on GitHub

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

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.