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

fixes interface equality logic for the differ #168

Merged

Conversation

devmil
Copy link
Member

@devmil devmil commented Dec 25, 2023

Description

This PR changes the logic that checks for interface equality in two package models to account for situations that renamed the library of an interface without touching the entry point and hence don't lead to a public API change

Type of Change

  • 🚀 New feature (non-breaking change)
  • 🛠️ Bug fix (non-breaking change)
  • ⚠️ Breaking change (feature or bug fix which breaks existing behaviors/APIs)
  • 🏗️ Code refactor
  • ⚙️ Build configuration change
  • 📝 Documentation
  • 🧹 Chore / Housekeeping

fixes #167

to account for situations that renamed the library of an interface without touching the entry point and hence don't lead to a public API change
@devmil devmil enabled auto-merge December 25, 2023 21:11
return true;
}

// here the name is equal but we have different entry points.
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
// here the name is equal but we have different entry points.
// here the name is equal, but we have different entry points

@devmil devmil merged commit 324e4e9 into bmw-tech:main Feb 9, 2024
11 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

Renaming a file should not detect a breaking change
2 participants