You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Running the ocaml code generator generates code that fails to build because spaces have been removed from type declarations that should have space. Eg: string option becomes stringoption
Description
Running the ocaml code generator generates code that fails to build because spaces have been removed from type declarations that should have space. Eg:
string option
becomesstringoption
openapi-generator version
Both git master and 4.3.1 release
OpenAPI declaration file content or url
https://github.com/stripe/openapi/blob/master/openapi/spec3.yaml, though I'm sure a simpler spec would also fail
The text was updated successfully, but these errors were encountered: