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

Fix the incorrect file name in OrderedCollections cmake file #377

Merged

Conversation

iCharlesHu
Copy link
Contributor

Currently OrderedCollections cmake incorrectly list "Utilities/_UnsafeBitSet.swift" instead of "Utilities/_UnsafeBitset.swift", causing build failures

Checklist

  • I've read the Contribution Guidelines
  • My contributions are licensed under the Swift license.
  • I've followed the coding style of the rest of the project.
  • I've added tests covering all new code paths my change adds to the project (if appropriate).
  • I've added benchmarks covering new functionality (if appropriate).
  • I've verified that my change does not break any existing tests or introduce unexplained benchmark regressions.
  • I've updated the documentation if necessary.

Sorry, something went wrong.

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
- Currently OrderedCollections cmake incorrectly list "Utilities/_UnsafeBitSet.swift" instead of "Utilities/_UnsafeBitset.swift", causing build failures
@iCharlesHu iCharlesHu requested a review from lorentey as a code owner May 22, 2024 02:26
@lorentey lorentey added this to the 1.1.1 milestone May 22, 2024
@lorentey lorentey linked an issue May 22, 2024 that may be closed by this pull request
@lorentey lorentey self-assigned this May 22, 2024
Copy link
Member

@lorentey lorentey left a comment

Choose a reason for hiding this comment

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

Thanks Charles! 👍

@lorentey
Copy link
Member

@swift-ci test

@lorentey lorentey merged commit 28161fc into apple:release/1.1 May 22, 2024
1 of 2 checks passed
@iCharlesHu iCharlesHu deleted the charles/fix-ordered-collections-cmake branch May 22, 2024 17:04
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.

CMake configuration is broken on case sensitive filesystems
2 participants