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

Stop supporting case insensitive file names #237

Merged
merged 3 commits into from
Jun 6, 2024

Conversation

fzhinkin
Copy link
Collaborator

@fzhinkin fzhinkin commented Jun 5, 2024

This PR fixes only behaviour, task's API will be cleaned up in #204.

Fixes #231

@fzhinkin fzhinkin requested a review from shanshin June 5, 2024 16:05
@fzhinkin fzhinkin linked an issue Jun 5, 2024 that may be closed by this pull request
@@ -41,43 +38,17 @@ public open class KotlinApiCompareTask @Inject constructor(private val objects:
}
val subject = projectName

/*
Copy link
Contributor

Choose a reason for hiding this comment

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

Hurray! )

@@ -90,7 +93,9 @@ internal class DefaultConfigTests : BaseKotlinGradleTest() {
}

@Test
fun `apiCheck should succeed when public classes match api file ignoring case`() {
fun `apiCheck should fail when public classes match api file ignoring case`() {
Assume.assumeTrue(underlyingFsIsCaseSensitive())
Copy link
Contributor

Choose a reason for hiding this comment

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

Are the tests run on different systems at once?

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

They are running on Windows/Linux/MacOS from time to time, yes.

@fzhinkin fzhinkin merged commit 4e91d92 into develop Jun 6, 2024
1 check passed
shanshin pushed a commit to JetBrains/kotlin that referenced this pull request Oct 28, 2024
Filename case mismatch is no longer tolerated
on case-sensitive filesystems.

Fixes Kotlin/binary-compatibility-validator#231

Pull request Kotlin/binary-compatibility-validator#237
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.

Remove case-insensitive dump file names handling logic
2 participants