Skip to content

Enable binary compatibility validation #476

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 4 commits into from
Mar 17, 2025
Merged

Enable binary compatibility validation #476

merged 4 commits into from
Mar 17, 2025

Conversation

dkhalanskyjb
Copy link
Collaborator

With how many binary-compatibility-breaking changes are coming, it makes sense to introduce the machinery for ensuring they are as low-impact as possible.

@dkhalanskyjb dkhalanskyjb requested a review from ilya-g January 23, 2025 11:43
build.gradle.kts Outdated
@@ -57,3 +58,10 @@ dependencies {
kover(project(":kotlinx-datetime"))
kover(project(":kotlinx-datetime-serialization"))
}

apiValidation {
Copy link
Member

@ilya-g ilya-g Feb 7, 2025

Choose a reason for hiding this comment

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

Could you add all non-published projects to the list of ignoredProjects?
And remove empty dumps after that

Choose a reason for hiding this comment

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

Why not instead only add the plugin as part of the configuration to publish. Saves from having to basically maintain a mirror list of exclusions.

@dkhalanskyjb dkhalanskyjb merged commit 646b93b into master Mar 17, 2025
1 check passed
@dkhalanskyjb dkhalanskyjb deleted the bcv branch March 17, 2025 11:54
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.

3 participants