Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Use typed data APIs#1096

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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Merged
eregon merged 2 commits intoruby-concurrency:masterfromnobu:typed-data
Dec 8, 2025
Merged

Conversation

@nobu
Copy link
Contributor

@nobunobu commentedDec 8, 2025

Untyped data APIs are deprecated.

@nobunobu changed the titleTyped dataUse typed data APIsDec 8, 2025
Copy link
Member

@eregoneregon left a comment

Choose a reason for hiding this comment

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

Thank you!

I tried to migrate it earlier today but this is really old code and got lost in trying to modernize it and gave up.

@eregoneregon merged commit978eed6 intoruby-concurrency:masterDec 8, 2025
15 of 16 checks passed
#include<atomic.h>
#endif

#if defined(__ENVIRONMENT_MAC_OS_X_VERSION_MIN_REQUIRED__)&&__ENVIRONMENT_MAC_OS_X_VERSION_MIN_REQUIRED__ >=101200
Copy link
Member

Choose a reason for hiding this comment

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

Maybe we can change this to a check for C11 atomics since that's what this is using.
Not sure what's a good way to test that though.
Maybehave_header 'stdatomic.h'?

Copy link
ContributorAuthor

Choose a reason for hiding this comment

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

Probably.

@nobunobu deleted the typed-data branchDecember 9, 2025 14:58
Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment

Reviewers

@eregoneregoneregon approved these changes

Assignees

No one assigned

Labels

None yet

Projects

None yet

Milestone

No milestone

Development

Successfully merging this pull request may close these issues.

2 participants

@nobu@eregon

[8]ページ先頭

©2009-2025 Movatter.jp