Details
-
Type:
RFC
-
Status: Implemented
-
Resolution: Done
-
Component/s: DM
-
Labels:None
-
Location:This ticket, or the Data Management chat room
Description
As part of DM-2635 I propose to make the following changes to the C++ API of the "utils" package:
Remove two functions we are not using anywhere:
- guessSvnVersion: this is clearly useless now that we use git
- stringToAny: we aren't using it, and it has no documentation
Rename lsst::utils::eups::productDir to lsst::utils::getPackageDir and remove the version argument. Note that the version argument has only one valid value, so it's never been useful. This would be the implementation of DM-2635.
Attachments
Issue Links
Activity
Field | Original Value | New Value |
---|---|---|
Description |
As part of Remove two functions we are not using anywhere: - guessSvnVersion: this is clearly useless now that we use git - stringToAny: we aren't using it, and it has no documentation Rename lsst::utils::eups::productDir to lsst::utils::getPackageDir and remove the version argument. Note that the version argument has only one valid value, so it's never been useful. |
As part of Remove two functions we are not using anywhere: - guessSvnVersion: this is clearly useless now that we use git - stringToAny: we aren't using it, and it has no documentation Rename lsst::utils::eups::productDir to lsst::utils::getPackageDir and remove the version argument. Note that the version argument has only one valid value, so it's never been useful. This would be the implementation of |
Resolution | Done [ 10000 ] | |
Status | Proposed [ 10805 ] | Adopted [ 10806 ] |
Status | Adopted [ 10806 ] | Implemented [ 11105 ] |