Skip to content
This repository has been archived by the owner on Mar 1, 2022. It is now read-only.

fix --local runs #650

Merged
merged 2 commits into from
Jun 26, 2019
Merged

fix --local runs #650

merged 2 commits into from
Jun 26, 2019

Conversation

alexander-fenster
Copy link
Contributor

Fixes #649. The protoc versions PR #637 broke --local runs. My understanding is that the PR approach is just wrong and it should be reverted and/or changed, but if we don't revert it right now, let's at least make local runs work by not failing because of the missing script and having reasonable default value for protoc command (which is, obviously, just protoc without any specific version).

@googlebot googlebot added the cla: yes This human has signed the Contributor License Agreement. label Jun 26, 2019
Copy link
Contributor

@vam-google vam-google left a comment

Choose a reason for hiding this comment

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

LGTM,
Note, i'm currently in the process of getting the "permission" to revert the original change. Will you change be compatible with the reverted version?

@alexander-fenster
Copy link
Contributor Author

@vam-google If you have a merge conflict while reverting, feel free to add me and I'll fix it. Or, feel free to revert both since my change does not make any sense without #637.

@alexander-fenster alexander-fenster merged commit 0db8ebd into master Jun 26, 2019
@alexander-fenster alexander-fenster deleted the fix-local branch June 26, 2019 20:04
alexander-fenster added a commit that referenced this pull request Jun 26, 2019
Changes included in this release are fixes:

In artman:

- pass the specific YAML loader to yaml.load #648 
- fix --local runs #650

In gapic-generator:

- samplegen: add sample_config.proto to the config_java_proto BUILD target googleapis/gapic-generator#2852
- go: URL encode x-goog-request-params googleapis/gapic-generator#2851
- ruby: ake it possible to pass metadata to the operations client googleapis/gapic-generator#2856
@alexander-fenster alexander-fenster mentioned this pull request Jun 26, 2019
alexander-fenster added a commit that referenced this pull request Jun 26, 2019
Changes included in this release are fixes:

In artman:

- pass the specific YAML loader to yaml.load #648 
- fix --local runs #650

In gapic-generator:

- samplegen: add sample_config.proto to the config_java_proto BUILD target googleapis/gapic-generator#2852
- go: URL encode x-goog-request-params googleapis/gapic-generator#2851
- ruby: ake it possible to pass metadata to the operations client googleapis/gapic-generator#2856
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
cla: yes This human has signed the Contributor License Agreement.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

--local runs are broken
3 participants