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-log
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 1.7.0
Choose a base ref
...
head repository: apple/swift-log
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 1.7.1
Choose a head ref
  • 4 commits
  • 7 files changed
  • 4 contributors

Commits on Dec 3, 2025

  1. Move pre-process proposal to the proposals folder (#392)

    Move single pre-process proposal file to the new location.
    
    ### Motivation:
    
    To have all the proposals in one place.
    
    ### Modifications:
    
    One .md file moved.
    
    ### Result:
    
    All proposals are in one place.
    kukushechkin authored Dec 3, 2025
    Configuration menu
    Copy the full SHA
    6b380c9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f3a82f1 View commit details
    Browse the repository at this point in the history

Commits on Dec 4, 2025

  1. Add Wasm builds to pull_request.yml (#371)

    Co-authored-by: Konrad `ktoso` Malawski <konrad_malawski@apple.com>
    MaxDesiatov and ktoso authored Dec 4, 2025
    Configuration menu
    Copy the full SHA
    63eaca6 View commit details
    Browse the repository at this point in the history
  2. Make InMemoryLogging available on all platforms (#394)

    Make InMemoryLogging available on all platforms
    
    ### Motivation:
    
    Users might want to adopt the in memory logger on lower platform
    versions.
    
    ### Modifications:
    
    Remove availability annotations by using swift-logs own Lock instead of
    Mutex
    
    ### Result:
    
    In memory logger can be used on all platforms that swift-log supports
    hamzahrmalik authored Dec 4, 2025
    Configuration menu
    Copy the full SHA
    b1fa4ef View commit details
    Browse the repository at this point in the history
Loading