Skip to content

Conversation

@goergisn
Copy link
Contributor

@goergisn goergisn commented Apr 30, 2025

Summary

  • Removals are now more verbose
  • For func diffs instead of Addition/Removal only we now show when types, attributes and default values changed

Before

Changes:
- Added parameter `getSetVar: T`
- Added parameter `getVar: T`
- Removed parameter `getSetVar: ReferencePackage.OpenSpiConformingClass.CustomAssociatedType`
- Removed parameter `getVar: ReferencePackage.OpenSpiConformingClass.CustomAssociatedType`

Now

Changes:
- Modified parameter `getSetVar`: Changed type from `ReferencePackage.OpenSpiConformingClass.CustomAssociatedType` to `T`
- Modified parameter `getVar`: Changed type from `ReferencePackage.OpenSpiConformingClass.CustomAssociatedType` to `T`

@sonarqubecloud
Copy link

@github-actions
Copy link

⚠️ 1 public change detected ⚠️

Comparing parameter-diff to main

🔀1 Modification

Package.swift

.dependencies

🔀 Modified

// From
.package(url: "https://github.com/nicklockwood/SwiftFormat", "0.56.4"..<"1.0.0")

// To
.package(url: "https://github.com/nicklockwood/SwiftFormat", "0.56.3"..<"1.0.0")

Analyzed targets: FileHandlingModule, PADCore, PADLogging, PADOutputGenerator, PADPackageFileAnalyzer, PADProjectBuilder, PADSwiftInterfaceDiff, PADSwiftInterfaceFileLocator, ShellModule, SwiftPackageFileHelperModule

@goergisn goergisn merged commit ba6a519 into main Jun 17, 2025
8 checks passed
@goergisn goergisn deleted the parameter-diff branch June 17, 2025 11:41
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.

2 participants