Skip to content

Generator: Bug with single-value oneOf #1442

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
olegdayo opened this issue Apr 10, 2025 · 0 comments
Open

Generator: Bug with single-value oneOf #1442

olegdayo opened this issue Apr 10, 2025 · 0 comments
Labels
bug Something isn't working

Comments

@olegdayo
Copy link

What version of ogen are you using?

v1.4.1

Can this issue be reproduced with the latest version?

Yes (checked on v1.10.1)

What did you do?

Created an entiry with a single oneOf reference:

ObjA:
  type: object

ObjB:
  type: object
  oneOf:
    - $ref: "#/components/schemas/ObjA"

What did you expect to see?

Successful generation

What did you see instead?

func (s *ObjB) encodeFields(e *jx.Encoder) {
    s.OneOf.encodeFields(e)
}

Message: s.OneOf.encodeFields undefined (type ObjBSum has no field or method encodeFields)

@olegdayo olegdayo added the bug Something isn't working label Apr 10, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant