FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

Fix regression in binding simple parameters by mromaszewicz · Pull Request #115 · oapi-codegen/runtime · GitHub

Fix regression in binding simple parameters - #115

Merged
mromaszewicz merged 1 commit into
oapi-codegen:mainfrom
mromaszewicz:fix/issue-114
Mar 25, 2026
Merged

Fix regression in binding simple parameters#115
mromaszewicz merged 1 commit into
oapi-codegen:mainfrom
mromaszewicz:fix/issue-114

Conversation

Copy link
Copy Markdown
Member

Fixes #114

My fix for label/matrix parameter binding broke simple types. matrix/label need to have prefixes stripped off, but I unconditionally did splitting even for simple types.

Added a test to catch this regression in the future.

Fixes oapi-codegen#114

My fix for label/matrix parameter binding broke simple types. matrix/label
need to have prefixes stripped off, but I unconditionally did splitting
even for simple types.

Added a test to catch this regression in the future.
mromaszewicz requested a review from a team as a code owner March 23, 2026 18:12
mromaszewicz added the bug Something isn't working label Mar 23, 2026
mromaszewicz merged commit 00e51fe into oapi-codegen:main Mar 25, 2026
14 checks passed
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Something isn't working

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Headers containing commas generate validation errors

2 participants


Back | FazBrowse Home | New Git URL