Skip to content
This repository has been archived by the owner on Feb 12, 2022. It is now read-only.

Support for "inline" multiple inheritance #318

Closed
DavideRossi opened this issue Nov 8, 2017 · 1 comment
Closed

Support for "inline" multiple inheritance #318

DavideRossi opened this issue Nov 8, 2017 · 1 comment
Projects

Comments

@DavideRossi
Copy link

types:
  A:
  B:
  C:
    type: [A, B]

/foo:
  post:
    body:
      type: [A, B]

is not supported (I'm guessing since it produces erroneous code) whereas

    body:
      type C

is.

Maybe this is a duplicate of #245?

@jpbelang
Copy link
Contributor

I've build a patch which might get me closer to better code, actually. Check please :-)

This is the last issue before release. Type generation will move to a separate project for the next release.

@jpbelang jpbelang added this to Done in 2.1.1 Nov 16, 2017
@jstoiko jstoiko closed this as completed Dec 7, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
No open projects
2.1.1
  
Done
Development

No branches or pull requests

3 participants