Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • O openapi-generator
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 3,476
    • Issues 3,476
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 402
    • Merge requests 402
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Package Registry
    • Infrastructure Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • OpenAPI Tools
  • openapi-generator
  • Merge requests
  • !3526

[OCaml] Response headers were not processed for enums collection.

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged Administrator requested to merge github/fork/cgensoul/fixes_3521 into master Aug 01, 2019
  • Overview 0
  • Commits 5
  • Pipelines 0
  • Changes 8

Created by: cgensoul

#3521 (closed) ### [BUG][OCaml] Generating matrix.org client-server API fails with an exception

This corrects the crash and solves all the other problems encountered while processing the matrix.org file but one :

Room_participation_api.define_filter is generated with UNKNOWN_BASE_TYPE as the type of its second parameter. This comes from DefaultCodegen which failed to provide a type for this parameter. I did not investigate that particular problem and I can't tell if this is expected behaviour or not. I suppose this could be avoided by giving a proper definition to the schema of this parameter (instead of an inline one) and referencing that definition in the parameter declaration.

Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: github/fork/cgensoul/fixes_3521