Skip to content
Permalink

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: 0.3.2
Choose a base ref
...
head repository: apple/swift-openapi-runtime
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 0.3.3
Choose a head ref
  • 2 commits
  • 39 files changed
  • 2 contributors

Commits on Oct 18, 2023

  1. Configuration menu
    Copy the full SHA
    b931341 View commit details
    Browse the repository at this point in the history

Commits on Oct 19, 2023

  1. [Runtime] Support recursive types (#58)

    [Runtime] Support recursive types
    
    ### Motivation
    
    Runtime changes for apple/swift-openapi-generator#70.
    
    ### Modifications
    
    Introduce a new wrapper type `CopyOnWriteBox` as a reference type with copy-on-write semantics, to be used by the generated code to hide a ref type inside a struct that needs boxing. (Details on the logic will be in the generator PR description.)
    
    ### Result
    
    A new type available for the generated code to use for breaking reference cycles.
    
    ### Test Plan
    
    Added unit tests for the type.
    
    
    Reviewed by: dnadoba
    
    Builds:
         ✔︎ pull request validation (5.10) - Build finished. 
         ✔︎ pull request validation (5.8) - Build finished. 
         ✔︎ pull request validation (5.9) - Build finished. 
         ✔︎ pull request validation (api breakage) - Build finished. 
         ✔︎ pull request validation (docc test) - Build finished. 
         ✔︎ pull request validation (integration test) - Build finished. 
         ✔︎ pull request validation (nightly) - Build finished. 
         ✔︎ pull request validation (soundness) - Build finished. 
    
    #58
    czechboy0 authored Oct 19, 2023
    Configuration menu
    Copy the full SHA
    c48f166 View commit details
    Browse the repository at this point in the history
Loading