Uh oh!
There was an error while loading. Please reload this page.
[Swift] Minor improvements to swift 5 generator - #4910
Conversation
Can you please install or upgrade SwiftLint and generate the samples again? Should the section overview on the readme also be updated? Otherwise it looks good 👍 |
Already installed swiftlint: But I may not be using the latest version. Checking... |
wing328
commented
Jan 2, 2020
Done via dbf0733 |
4brunu
commented
Jan 2, 2020
That's weird, because it's not formatting the code. |
wing328
commented
Jan 2, 2020
Updated swiftlint and samples via 4e903a8 |
4brunu
commented
Jan 2, 2020
Thanks 👍 For me this is ready to merge |
* master: (275 commits) Initial CODEOWNERS (OpenAPITools#4924) [scala] Support for Set when array has uniqueItems=true (OpenAPITools#4926) remove nodejs server samples, scripts (OpenAPITools#4919) Added ability to work with `defaultHeaders` and fixed authentication for code generated by openapi-generator for typescript-node (OpenAPITools#4896) replace petstore_api with packageName (OpenAPITools#4921) remove base_object_spec.mustache from ruby client (OpenAPITools#4918) Add an link to Ada article (OpenAPITools#4920) avoid using hardcode prefix in example (OpenAPITools#4917) [dart-dio] Fix basepath (OpenAPITools#4911) [java][client] jackson update (OpenAPITools#4907) [Swift] Minor improvements to swift 5 generator (OpenAPITools#4910) [cpp-restbed] Added "out-of-the-box" functionality (OpenAPITools#4759) New generator swift5 (OpenAPITools#4086) [dart-dio] Adds support for multipart form data post body (OpenAPITools#4797) [go][client] fix when schema have multiple servers (OpenAPITools#4901) Unables CI tests of python-flask-python2 (OpenAPITools#4889) [C-libcurl] The JSON key name in request/response body should not be escaped even though it is a C key word. (OpenAPITools#4893) upgrade to JUnit 4.13 (OpenAPITools#4899) [r] Ignoring README.md in Rbuildignore (OpenAPITools#4898) update samples ...
vegemanis
commented
Mar 20, 2020
@wing328 could you tell me why this is marked as Beta? Considering using this, but nervous about the beta status 🙂 |
wing328
commented
Mar 20, 2020
@vegemanis for new generators, we usually mark it as "beta" to start with and we'll consider upgrade it to "stable" when the generator stabilizes. |
vegemanis
commented
Mar 20, 2020
any existing concerns then or is this just procedural? Is there a list of requests for swift 5 that you're working off of? |
4brunu
commented
Mar 20, 2020
Just procedural, and to give to community an opportunity to review it and improve it if necessary. |
vegemanis
commented
Mar 21, 2020
Thanks @4brunu! Very helpful. |
Exey
commented
Mar 30, 2020
4.3.0 still have warning in Model.swift at line 48
Please fix it |
cc @4brunu
PR checklist
./bin/(or Windows batch scripts under.\bin\windows) to update Petstore samples related to your fix. This is important, as CI jobs will verify all generator outputs of your HEAD commit, and these must match the expectations made by your contribution. You only need to run./bin/{LANG}-petstore.sh,./bin/openapi3/{LANG}-petstore.shif updating the code or mustache templates for a language ({LANG}) (e.g. php, ruby, python, etc).master,4.3.x,5.0.x. Default:master.