tazatechnology / openapi_spec

Dart based OpenAPI specification generator and parser
BSD 3-Clause "New" or "Revised" License
8 stars 5 forks source link

Fix Yaml int key bug #55

Closed dickermoshe closed 6 months ago

dickermoshe commented 6 months ago

Fixes

https://github.com/tazatechnology/openapi_spec/issues/54

walsha2 commented 6 months ago

This branch has conflicts that must be resolved

@dickermoshe Can you properly update your base branch so that the changes are isolated only to what you actually changed in this PR and it is easier to review? Right now, this PR brings in all the changes from #49

walsha2 commented 6 months ago

I really confused, did you merge the entire PR?

For #49? Yes, the entire PR was merged. See this commit on main: https://github.com/tazatechnology/openapi_spec/commit/bc2d2230e0fedb83220efe1b222fe6bb5d0eedff

It looks like your local forked repo fix_yaml branch is stale and does not reflect the latest origin/main in this repo. Please make any new changes or PR requests off of the latest main first.

dickermoshe commented 6 months ago

Fixed, I really wish I knew git better...