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

Macro-generated connectConnector methods. #1447

Merged
merged 2 commits into from
Dec 14, 2016
Merged

Conversation

chrisdembia
Copy link
Member

This PR is the counterpart to #1441 for connectors. The original plan was to rename connectors to sockets first before introducing the connectSocket_*() macro function. But we decided to switch the order of these changes, since having the macro-generated method in place for the alpha release is perhaps more important than having the rename to sockets for the alpha.

This is my second attempt at creating this PR, as #1446 shows an outdated diff (from before #1441 was merged).

Copy link
Member

@aseth1 aseth1 left a comment

Choose a reason for hiding this comment

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

LGTM. Nice and straightforward. Thanks!

@@ -857,7 +859,14 @@ class Input : public AbstractInput {
"Path to a Component to satisfy the Connector '" \
#cname "' of type " #T " (description: " comment ").") \
}; \
/** @endcond */
/** @endcond */ \
Copy link
Member

Choose a reason for hiding this comment

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

Update auto generated comment for the property to : "Path to a Component that satisfies the Connector ` ... "

@aseth1 aseth1 requested a review from aymanhab December 13, 2016 19:12
@chrisdembia
Copy link
Member Author

@aseth1 I have addressed your comment.

@chrisdembia
Copy link
Member Author

Ready for review.

@aseth1
Copy link
Member

aseth1 commented Dec 14, 2016

LGTM 👍 @aymanhab?

@aymanhab
Copy link
Member

LGTM as well. Thanks @chrisdembia

@aymanhab aymanhab merged commit be7723c into master Dec 14, 2016
@aymanhab aymanhab deleted the connectConnector_macro branch December 14, 2016 19:17
@chrisdembia
Copy link
Member Author

Thank you.

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.

3 participants