Skip to content

Parameter diffing #112

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

Merged
merged 10 commits into from
Jun 17, 2025
Merged

Parameter diffing #112

merged 10 commits into from
Jun 17, 2025

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`

Copy link

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.

1 participant