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

DM-27414: Rename Hexapod to MTHexapod and Rotator to MTRotator #10

Merged
merged 2 commits into from Nov 17, 2020

Conversation

r-owen
Copy link
Collaborator

@r-owen r-owen commented Nov 16, 2020

No description provided.

@r-owen r-owen requested a review from wvreeven November 17, 2020 15:12
Copy link
Contributor

@wvreeven wvreeven left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please review my two questions regarding the module names and fix if you agree. Also next time you may want to consider using "git mv" instead of a file system mv. In this case it is not important since there probably wasn't much git history for these files. Apart from that all looks good to me.

self.check_standard_config_files(
sal_name="Hexapod",
sal_name="MTHexapod",
module_name="lsst.ts.hexapod",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Shouldn't the module name also be updated to lsst.ts.mthexapod?

self.check_standard_config_files(
sal_name="Rotator",
sal_name="MTRotator",
module_name="lsst.ts.rotator",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Shouldn't the module name also be updated to lsst.ts.mtrotator?

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes. Good catch. (I updated this package before the rename and forgot to go back).

I fixed that and checked that the tests run.

@r-owen r-owen merged commit 047dcc5 into develop Nov 17, 2020
@r-owen r-owen deleted the tickets/DM-27414 branch November 17, 2020 20:29
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

Successfully merging this pull request may close these issues.

None yet

2 participants