| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Sorry, something went wrong.
Fixes a problem where the server generated code did not compile for strict echo. Also adds a test case to trigger the problem and then verify the update
Kusari Analysis Results:
No pinned version dependency changes, code issues or exposed secrets detected!
Found this helpful? Give it a 👍 or 👎 reaction! |
Sorry, something went wrong.
|
Thank you for submitting this PR, @mtandersson — but we need to close it because the same fix (extending the Multipart special-case in strict-interface.tmpl to also cover Text responses, generating a named type alias instead of a struct embedding) was merged via #2225 (commit 091742e8). A repro confirms $ref text/plain responses now compile. Issue #2190 was the canonical duplicate that drove the merged fix. Thanks for the contribution. |
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
Fixes a problem where the server generated code did not compile for strict echo.
Also adds a test case to trigger the problem and then verify the update
fixes #2076