Skip to content

test: fix implicit fallthrough#1429

Merged
mattklein123 merged 1 commit intoenvoyproxy:masterfrom
vbatts:test_fallthrough
Aug 10, 2017
Merged

test: fix implicit fallthrough#1429
mattklein123 merged 1 commit intoenvoyproxy:masterfrom
vbatts:test_fallthrough

Conversation

@vbatts
Copy link
Copy Markdown
Contributor

@vbatts vbatts commented Aug 10, 2017

Signed-off-by: Vincent Batts vbatts@hashbangbash.com

htuch
htuch previously approved these changes Aug 10, 2017
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

I don't think this actually makes sense given the context? Should probably be break here and below?

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

Yes, good point, please fix.

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

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

right on!

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

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

/me wasn't paying attention to the case, but just that it was implicitly falling through...

Signed-off-by: Vincent Batts <vbatts@hashbangbash.com>
@vbatts vbatts changed the title test: explicit fallthrough test: fix implicit fallthrough Aug 10, 2017
@vbatts
Copy link
Copy Markdown
Contributor Author

vbatts commented Aug 10, 2017

updated

@mattklein123 mattklein123 merged commit 8daa388 into envoyproxy:master Aug 10, 2017
@vbatts vbatts deleted the test_fallthrough branch August 10, 2017 16:15
nezdolik pushed a commit to nezdolik/envoy that referenced this pull request May 4, 2024
mathetake added a commit that referenced this pull request Mar 3, 2026
**Description**
This consolidates all the copy-pasted processors that existed per
endpoint we support into one generic processor. This was made possible
thanks to the series of refactoring that we landed in the past few weeks
primarily for dynamic module work #90.

Notably, now in order to add an endpoint, majority of the new code will
be in translator (where also have shared generic interface) as well as
the type definition. No longer it requires the huge copy paste of
processors.

**Related Issues/PRs (if applicable)**

Resolves #1083 
Blocker for #1429 #1584 #1592 #1594

---------

Signed-off-by: Takeshi Yoneda <t.y.mathetake@gmail.com>
Co-authored-by: Ignasi Barrera <ignasi@tetrate.io>
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.

3 participants