ebowman / api-first-hand

API-First bootstrapping tool for building RESTful web services from a Swagger/OpenAPI spec
MIT License
143 stars 22 forks source link

Recursive model definitions causes infinite loop #22

Closed pocman closed 8 years ago

pocman commented 8 years ago

Are you supporting Recursive models ? It looks like this definition is causing an infinite loop : https://github.com/swagger-api/swagger-codegen/issues/728

slavaschmidt commented 8 years ago

The test data generators fail to compile in the case of circular dependency

nmcb commented 8 years ago

Hmmmm, bummer; can I help you with that ?

slavaschmidt commented 8 years ago

@nmcb thanks! Hope I already managed that, CI is currently running :)

slavaschmidt commented 8 years ago

Fixed in v0.1.18