yonaskolb / SwagGen

OpenAPI/Swagger 3.0 Parser and Swift code generator
MIT License
626 stars 147 forks source link

Expand IntegerFormat to include more integer types #301

Closed wqz-leo closed 2 years ago

wqz-leo commented 2 years ago

added Int8, Int16, UInt8, UInt16, UInt32, UInt64 in IntegerFormat

wqz-leo commented 2 years ago

Yep fixed.

yonaskolb commented 2 years ago

I'm not sure why CI is failing...? Have tried to re-run to no avail

⚙️  Generating Petstore...
[8](https://github.com/yonaskolb/SwagGen/runs/5765537507?check_suite_focus=true#step:6:8)
error: encountered an I/O error while reading /Users/runner/work/SwagGen/SwagGen/Specs/Petstore/generated/Swift
yonaskolb commented 2 years ago

Don't think it's related to this PR, so merging. Thanks Leo! 😄

wqz-leo commented 2 years ago

Yeah I noticed the CI issue. I tried this locally and all working fine, so not sure what's going on with the CI.