-
Notifications
You must be signed in to change notification settings - Fork 214
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
Greeter cleanup #254
Greeter cleanup #254
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Love to see the new metadata!
Looks good, feel free to ignore my extremely minor wording suggestion.
This demo shows how to call and implement a canonical Greeter application using Ice. | ||
# Greeter | ||
|
||
The Greeter demo illustrates how to send a request and wait for the response. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think 'this' was more clear. Saying 'the greeter demo' sounds like you're talking about some other demo,
but we're talking about this demo.
If you agree, here's a thing to save you some time:
The Greeter demo illustrates how to send a request and wait for the response. | |
This Greeter demo illustrates how to send a request and wait for the response. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I prefer "The Greeter demo". "This demo" when there is no qualification.
This PR is various bug fixes / cleanups of the new Greeter demo.
It also updates the MATLAB Greeter README to no longer rely on the top-level build.m script.