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

Unify remove to drop in schema and host #378

Closed
wants to merge 3 commits into from
Closed

Unify remove to drop in schema and host #378

wants to merge 3 commits into from

Conversation

darionyaphet
Copy link
Contributor

@darionyaphet darionyaphet commented May 14, 2019

subtask of #348

: KW_REMOVE KW_TAG LABEL {
$$ = new RemoveTagSentence($3);
drop_tag_sentence
: KW_DROP KW_TAG LABEL {
Copy link
Contributor

Choose a reason for hiding this comment

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

why not is tag list?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

would you remove several tag in one sentence ?

@@ -29,7 +29,7 @@ add_library(
InterimResult.cpp
VariableHolder.cpp
AddHostsExecutor.cpp
RemoveHostsExecutor.cpp
DropHostsExecutor.cpp
Copy link
Contributor

Choose a reason for hiding this comment

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

As for hosts, i think register/unregister is more reasonable.
Now, let's leave it here.

Copy link
Contributor

@dutor dutor left a comment

Choose a reason for hiding this comment

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

LGTM.

@darionyaphet
Copy link
Contributor Author

Please refer to [Reopen] Unify remove to drop in schema and host

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.

4 participants