Skip to content

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

@mromaszewicz

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
mromaszewicz requested a review from a team as a code owner March 23, 2026 18:12
@mromaszewicz mromaszewicz added the bug Something isn't working label Mar 23, 2026
@mromaszewicz
mromaszewicz merged commit 00e51fe into oapi-codegen:main Mar 25, 2026
14 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Something isn't working

2 participants