Skip to content

Conversation

@rgoldberg
Copy link
Contributor

@rgoldberg rgoldberg commented May 11, 2025

Remove executable bit from 2 Markdown files.

Resolve #116

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 verified that my change does not break any existing tests.
  • I've updated the documentation if necessary.

@rgoldberg
Copy link
Contributor Author

@lorentey Hi. Sorry to contact out of the blue.

I assume that swift-atomics won't receive many (or possibly any) updates in the future given that Synchronization.Atomic is now available.

I, however, can't use that, because I cannot yet require my users to be running macOS 15+.

In the meantime, I must still use swift-atomics. I assume that others are in similar circumstances.

Could you possibly release a new version of swift-atomics that includes all of the post-1.2.0 improvements in main? One of them fixes a build warning that I keep encountering.

Thanks.

@rgoldberg
Copy link
Contributor Author

@natecook1000 Sorry to bother you outside SAP, but do you know if anyone can release a new version of this library, swift-atomics? (I saw that you've contributed to this project)

Merging this PR wouldn't hurt (though it's completely inessential), but much more import is that main fixes build warnings that exist in the most recent released version of swift-atomics, and might have other fixes (I assume that no more work will be done for this project given that Synchronization.Atomic is now available, but my app can't use it since my app must support macOS older than 15).

Thanks for any help.

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.

Good catch, thanks!

@lorentey lorentey added this to the 1.2.1 milestone Jun 4, 2025
@lorentey
Copy link
Member

lorentey commented Jun 4, 2025

Yeah, 1.2.1 is long overdue for shipping. I'll see if I can quickly tag a release.

@lorentey lorentey merged commit 239a74d into apple:main Jun 4, 2025
21 checks passed
@rgoldberg rgoldberg deleted the 116-executable-markdown branch June 5, 2025 23:11
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.

2 Markdown files are executable

2 participants