Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Remove unused "verbose" field from gRPC Debug service request message#702

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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Merged
per1234 merged 1 commit intoarduino:masterfromper1234:remove-grpc-debug-service-verbose-field
May 13, 2020
Merged

Remove unused "verbose" field from gRPC Debug service request message#702

per1234 merged 1 commit intoarduino:masterfromper1234:remove-grpc-debug-service-verbose-field
May 13, 2020

Conversation

per1234
Copy link
Contributor

Please check if the PR fulfills these requirements

  • The PR has no duplicates (please search among thePull Requests before creating one)
  • The PR followsour contributing guidelines
  • Tests for the changes have been added (for bug fixes / features)
  • Docs have been added / updated (for bug fixes / features)
    • (Generated gRPC documentation will automatically be updated to reflect this change on the docs deployment once the PR is merged)
  • What kind of change does this PR introduce?

Removal of unused field from gRPC service request message field. This feature has not been implemented, so the field has no purpose.

  • What is the current behavior?

The presence of averbose field leads the user to believe this field can be used to control the verbosity of the debug command, whereas it actually has no effect.

  • What is the new behavior?

Debug service gRPC interface doesn't have an unusedverbose field.

  • Does this PR introduce a breaking change?

This will be a breaking change for anyone using theverbose field. However, it's likely that few, if any, will be affected.

This feature has not been implemented, so the field has no purpose.
@per1234per1234 merged commitb55722f intoarduino:masterMay 13, 2020
@per1234per1234 deleted the remove-grpc-debug-service-verbose-field branchMay 13, 2020 07:56
@@ -53,8 +53,7 @@ message DebugConfigReq {
string sketch_path = 3;
string port = 4;
string interpreter = 5;
bool verbose = 6;
string import_file = 7;
string import_file = 6;
Copy link
Member

Choose a reason for hiding this comment

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

It's ok to remove a field but do not change the numeric identifier of existing fields like in:

-    string import_file = 7;+   string import_file = 6;

this provides a better backward compatibility (well, at least the "verbose" value won't go into "import_file" when using an old client). I'll fixi it while rebasing#687

Copy link
ContributorAuthor

Choose a reason for hiding this comment

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

Thanks for the information. I was following#689 as a reference, but without really knowing what I was doing.

@per1234per1234 self-assigned thisNov 23, 2021
Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment
Reviewers

@cmagliecmagliecmaglie left review comments

@rsorarsorarsora approved these changes

Assignees

@per1234per1234

Labels
None yet
Projects
None yet
Milestone
No milestone
Development

Successfully merging this pull request may close these issues.

3 participants
@per1234@cmaglie@rsora

[8]ページ先頭

©2009-2025 Movatter.jp