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: swiftlang/swift-docc-plugin
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: swiftlang/swift-docc-plugin
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: check-snippets
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 3 commits
  • 4 files changed
  • 1 contributor

Commits on Jan 9, 2023

  1. Prevent adding extra Snippets path component when converting to sym…

    …bol graph symbols
    
    rdar://104044227
    bitjammer committed Jan 9, 2023
    Configuration menu
    Copy the full SHA
    057cf41 View commit details
    Browse the repository at this point in the history

Commits on Jan 10, 2023

  1. Copy snippet symbol graphs to the correct final destination

    The snippet symbol graph is currently being generated with the changes in
    e013865, however they are not being copied to the correct final
    destination.
    
    The `snippet-extract` tool now takes input and output *files* instead of
    directories, however there is still one place in the plugin where we are still
    treating the output like a directory, so the snippet symbol graph basename path
    component looks like a directory, and needs additional basenames to put it in
    the right place with the correct file extension.
    
    rdar://104045850
    bitjammer committed Jan 10, 2023
    Configuration menu
    Copy the full SHA
    a458dea View commit details
    Browse the repository at this point in the history
  2. Merge branch 'acgarland/rdar-104044227-remove-extra-snippets-path-com…

    …ponent' into check-snippets
    bitjammer committed Jan 10, 2023
    Configuration menu
    Copy the full SHA
    fcb9e0b View commit details
    Browse the repository at this point in the history
Loading