Giter VIP home page Giter VIP logo

Comments (2)

deepmap-marcinr avatar deepmap-marcinr commented on May 14, 2024

This code is breaking because it has schema names which I did not consider - things like your schema named 5Qi. This turns into a Go type named 5Qi, and go types may not start with numbers. I think the fix will be to detect those cases and prepend a letter. Maybe if it starts with a number, I'll prepend an N or something, so that 5Qi becomes N5Qi.

from oapi-codegen.

deepmap-marcinr avatar deepmap-marcinr commented on May 14, 2024

This is fixed in 2177b2d

You can "go get github.com/deepmap/oapi-codegen/cmd/oapi-codegen@2177b2dc5487b76933051ccab327922d6d5ab204" to fetch it until I push the next release.

This fixes the type errors, however, one of your files refers to the other via an external reference, and our underlying libraries don't support that yet. You'll have to copy some schemas from one to the other so you don't have cross-file references.

from oapi-codegen.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.