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-distributed-tracing
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 0.3.0
Choose a base ref
...
head repository: apple/swift-distributed-tracing
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 0.3.1
Choose a head ref
  • 3 commits
  • 27 files changed
  • 3 contributors

Commits on Aug 10, 2022

  1. CI update (#62)

    yim-lee authored Aug 10, 2022
    Configuration menu
    Copy the full SHA
    d937d1b View commit details
    Browse the repository at this point in the history
  2. DocC Setup (#63)

    * DocC Setup
    
    * Fix soundness script
    
    * Workaround LinuxMain error in newer Swift versions
    
    * Update Sources/Tracing/Docs.docc/InDepthGuide.md
    
    Co-authored-by: YR Chen <stevapple@icloud.com>
    
    * Don't link to specific lines of code
    
    Co-authored-by: YR Chen <stevapple@icloud.com>
    yim-lee and stevapple authored Aug 10, 2022
    Configuration menu
    Copy the full SHA
    f0d6746 View commit details
    Browse the repository at this point in the history

Commits on Aug 19, 2022

  1. +span additional withSpan to ease entering async world from non-async…

    … world (#64)
    
    * +span additional withSpan to ease entering async world from non-async world
    
    * add test
    
    * fix API, always require Baggage, people should pass .topLevel
    ktoso authored Aug 19, 2022
    Configuration menu
    Copy the full SHA
    6173049 View commit details
    Browse the repository at this point in the history
Loading