-
Notifications
You must be signed in to change notification settings - Fork 57
Permalink
Choose a base ref
{{ refName }}
default
Choose a head ref
{{ refName }}
default
Comparing changes
Choose two branches to see what’s changed or to start a new pull request.
If you need to, you can also or
learn more about diff comparisons.
Open a pull request
Create a new pull request by comparing changes across two branches. If you need to, you can also .
Learn more about diff comparisons here.
base repository: apple/swift-openapi-runtime
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 8f33cc5
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: apple/swift-openapi-runtime
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 7722cf8
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 7 commits
- 6 files changed
- 3 contributors
Commits on Apr 8, 2025
-
Configuration menu - View commit details
-
Copy full SHA for e2395f4 - Browse repository at this point
Copy the full SHA e2395f4View commit details
Commits on Apr 14, 2025
-
Enable Swift 6.1 jobs in CI (#151)
Motivation: Swift 6.1 has been released, we should add it to our CI coverage. Modifications: Add additional Swift 6.1 jobs where appropriate in main.yml, pull_request.yml Result: Improved test coverage.
Configuration menu - View commit details
-
Copy full SHA for 46f9260 - Browse repository at this point
Copy the full SHA 46f9260View commit details
Commits on Apr 22, 2025
-
move nightly disable parameter in main.yml (#152)
Move nightly disable parameter in main.yml - the matrix workflow doesn't accept this parameter, it's in the wrong place. It's already in the correct place in the pull request yaml.
Configuration menu - View commit details
-
Copy full SHA for cd3d9dc - Browse repository at this point
Copy the full SHA cd3d9dcView commit details -
main.yml - add /swift-openapi-runtime as safe directory (#153)
Add /swift-openapi-runtime as safe directory. This is already set in the pull request yaml but is missing here
Configuration menu - View commit details
-
Copy full SHA for e5b0de7 - Browse repository at this point
Copy the full SHA e5b0de7View commit details
Commits on May 13, 2025
-
### Motivation Don't have typos in error messages. ### Modifications Fixed the typo. ### Result Typo no more. ### Test Plan N/A
Configuration menu - View commit details
-
Copy full SHA for 7cf0cf2 - Browse repository at this point
Copy the full SHA 7cf0cf2View commit details
Commits on Jul 29, 2025
-
Configuration menu - View commit details
-
Copy full SHA for e535c55 - Browse repository at this point
Copy the full SHA e535c55View commit details
Commits on Aug 25, 2025
-
Fix encoding of OpenAPI{Object,Value}Container to allow multiple enco…
…dings in anyOf/allOf (#156) ### Motivation Fixes apple/swift-openapi-generator#808. More background: We used to use `singleValueContainer()`, provided by Codable, to encode not just primitive values, but also composite values like objects and arrays. This works in _most_ cases, but not when you have an `anyOf` (or an `allOf`), which contains more than 1 of these types (`OpenAPIValueContainer` or `OpenAPIObjectContainer`). When it hits that case, it crashes at runtime, because you can't encode multiple composite types into a single encoder using `singleValueContainer()`. However, you can do that when using the proper `container(keyedBy:)` and `unkeyedContainer()` APIs, as that way you're not overwriting the value that's already there, but amending it. ### Modifications Improve the encoding and decoding logic of `OpenAPIValueContainer` and `OpenAPIObjectContainer` to use the more appropriate Codable APIs when coding composite types, like objects and arrays. ### Result Now we can have an anyOf/allOf with multiple of these types, and they encode/decode correctly. I also verified that the original example reported by the user works with this patch. ### Test Plan Added more unit tests and ensured all still pass, also verified that Swift OpenAPI Generator's tests pass when pointed at this patched version of Runtime.
Configuration menu - View commit details
-
Copy full SHA for 7722cf8 - Browse repository at this point
Copy the full SHA 7722cf8View commit details
Loading
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff 8f33cc5...7722cf8