-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Replace group when create space #3321
Conversation
900e136
to
5b26585
Compare
f16299a
to
b5ff7c5
Compare
use this to mark checkbox~
|
if (sentence->groupName()) { | ||
spaceDesc_.set_group_name(std::move(*(sentence->groupName()))); | ||
if (sentence->zoneNames()) { | ||
spaceDesc_.set_zone_names(std::move(sentence->zoneNames()->zoneNames())); |
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.
why ->zoneNames()->zoneNames()
? just curious. looks wired.
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.
It's just typed conversion and return the std::vectorstd::string
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.
compile error by clang here. no need std::move
676427b
to
b5ff7c5
Compare
rely on add host to fix describe space |
b5ff7c5
to
ec6a8d1
Compare
This PR have merged into White list so close it |
What type of PR is this?
What does this PR do?
Which issue(s)/PR(s) this PR relates to?
Special notes for your reviewer, ex. impact of this fix, etc:
Additional context:
Checklist:
Release notes:
Please confirm whether to reflect in release notes and how to describe: