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

fix: don't replace '.' with '_' in interface #1757

Merged
merged 3 commits into from Jul 11, 2019
Merged

fix: don't replace '.' with '_' in interface #1757

merged 3 commits into from Jul 11, 2019

Conversation

bcoe
Copy link
Contributor

@bcoe bcoe commented Jul 9, 2019

Fixes #1736

I believe we should not be replacing . with _ for the interfaces we generate, as the discovery api expects 2.1 not 2_1.

aside, I tried running the generator, but it seems to have some oddities; I might need some help regenerating the libraries if we land this.

@bcoe bcoe requested a review from JustinBeckwith July 9, 2019 01:40
@googlebot googlebot added the cla: yes This human has signed the Contributor License Agreement. label Jul 9, 2019
@bcoe bcoe added the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Jul 9, 2019
@kokoro-team kokoro-team removed the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Jul 9, 2019
@codecov
Copy link

codecov bot commented Jul 11, 2019

Codecov Report

Merging #1757 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master    #1757   +/-   ##
=======================================
  Coverage   96.52%   96.52%           
=======================================
  Files           2        2           
  Lines         432      432           
  Branches        7        7           
=======================================
  Hits          417      417           
  Misses         15       15

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update c726608...a2c6a9e. Read the comment docs.

@bcoe bcoe merged commit 3a183c2 into master Jul 11, 2019
@bcoe bcoe deleted the fix-1736 branch July 11, 2019 19:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cla: yes This human has signed the Contributor License Agreement.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Error when running TSC in project with content api v2.1 reference
5 participants