cebe / php-openapi

Read and write OpenAPI yaml/json files and make the content accessible in PHP objects.
MIT License
466 stars 88 forks source link

WIP: referenced file cache #67

Closed cebe closed 3 years ago

cebe commented 4 years ago
araines commented 4 years ago

@cebe is there anything I can do to help with this one? Your tool is great, but we cannot use it with our project as we make heavy usage of references and the currently released version gets stuck in loops. It looks to me like this fix should actually resolve that issue.

cebe commented 4 years ago

These changes are currently creating a bug in one of my project so it is not complete. I can try to provide a test case for it so you can check it out. Thanks for offering your help.

kohlerdominik commented 3 years ago

Hi @cebe Is there an ETA for this feature?

cebe commented 3 years ago

No ETA, but I try to get it done soon ;-)

stevethitchman commented 3 years ago

Hi @cebe did you manage to implement a test case for the bug you were having on one of your projects, it looks like you may have? I may be able to put some time into this if so as it's recently become an issue on a project and from a quick test these changes seem to pretty much resolve it

cebe commented 3 years ago

@stevethitchman thanks for offering your help. It turned out to be an issue in the project code.