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

fix: PHP Use a deterministic ordering for rest placeholders #3333

Merged
merged 3 commits into from
Jan 21, 2021

Conversation

chrisdunelm
Copy link
Contributor

Deterministic outputs are required for automated testing of the micro-generator when comparing outputs between generators

Deterministic outputs are required for automated testing of the micro-generator when comparing outputs between generators
@chrisdunelm chrisdunelm requested a review from a team as a code owner January 21, 2021 17:46
@google-cla google-cla bot added the cla: yes This human has signed the Contributor License Agreement. label Jan 21, 2021
@codecov
Copy link

codecov bot commented Jan 21, 2021

Codecov Report

Merging #3333 (d21da72) into master (1d7141f) will increase coverage by 0.00%.
The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff            @@
##             master    #3333   +/-   ##
=========================================
  Coverage     87.13%   87.14%           
  Complexity     6120     6120           
=========================================
  Files           495      495           
  Lines         24174    24176    +2     
  Branches       2638     2638           
=========================================
+ Hits          21065    21067    +2     
  Misses         2242     2242           
  Partials        867      867           
Impacted Files Coverage Δ Complexity Δ
...en/transformer/php/PhpGapicSurfaceTransformer.java 93.06% <100.00%> (+0.04%) 46.00 <0.00> (ø)

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 1d7141f...d21da72. Read the comment docs.

Copy link
Contributor

@bshaffer bshaffer left a comment

Choose a reason for hiding this comment

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

This is going to be a doozy when these clients get regenerated, but I'm ok with that.

/cc @dwsupplee @jdpedrie

@chrisdunelm
Copy link
Contributor Author

Thanks @bshaffer :)

@chrisdunelm
Copy link
Contributor Author

@noahdietz @miraleung if one of you could possibly review this (tiny!) PR, that'd be great :) I think it needs an actools reviewer before I can merge...
Thank you!

@chrisdunelm chrisdunelm merged commit 267e4dd into googleapis:master Jan 21, 2021
@chrisdunelm chrisdunelm deleted the phpplaceholderordering branch January 21, 2021 22:24
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.

None yet

3 participants