Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix decoding Swift 5.9 package content #42

Merged
merged 3 commits into from
Sep 4, 2023
Merged

Conversation

marinofelipe
Copy link
Owner

A fix for decoding a package dump in Swift 5.9, it ensures that dependencies are correctly decoded

swift 5.9

"dependencies" : [
    {
      "sourceControl" : [
        {
          "identity" : "swift-snapshot-testing",
          "location" : {
            "remote" : [
              {
                "urlString" : "https://github.com/pointfreeco/swift-snapshot-testing"
              }
            ]
          },

before

"dependencies" : [
    {
      "sourceControl" : [
        {
          "identity" : "swift-snapshot-testing",
          "location" : {
            "remote" : [
                "https://github.com/pointfreeco/swift-snapshot-testing"
            ]
          },

@marinofelipe marinofelipe self-assigned this Sep 3, 2023
@marinofelipe marinofelipe merged commit 1d0c284 into main Sep 4, 2023
1 check passed
@marinofelipe marinofelipe deleted the feat/5_9_package_dump branch September 4, 2023 18:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant