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

remove dead read/write StarList c++ tickets/dm-9416 #28

Merged
merged 2 commits into from Feb 17, 2017

Conversation

parejkoj
Copy link
Collaborator

No description provided.

Copy link
Member

@kfindeisen kfindeisen left a comment

Choose a reason for hiding this comment

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

I do, in fact, have changes to request, but they're straightforward enough to not require re-review.

@@ -1,37 +1,15 @@
// This may look like C code, but it is really -*- C++ -*-
#ifndef USNOUTILS__H
#define USNOUTILS__H
Copy link
Member

Choose a reason for hiding this comment

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

This must be kept, but should be standardized to the LSST convention. Same with the #endif down below, obviously.

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

Done, and filed DM-9495 to fix the rest of them.

@@ -1,37 +1,15 @@
// This may look like C code, but it is really -*- C++ -*-
Copy link
Member

Choose a reason for hiding this comment

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

Should be parseable by emacs.

/* what concerns the BaseStarList's : */


/* BaseStarList */
Copy link
Member

Choose a reason for hiding this comment

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

Redundant and uninformative comment; remove.

@@ -18,138 +18,6 @@ namespace lsst {
namespace jointcal {
Copy link
Member

Choose a reason for hiding this comment

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

Nobody expects to include a .cc file; consider either renaming (if it must be used as a header file, which I assume is the case) or moving it to src/.

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

Oh dear! I didn't even notice that this file was in include/. Good catch!

Fixed starList templates to use explicit instantiation
@parejkoj parejkoj merged commit 750dd38 into master Feb 17, 2017
@ktlim ktlim deleted the tickets/DM-9416 branch August 25, 2018 06:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants