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

No use of C11 threads on Windows #364

Merged
merged 5 commits into from
Feb 23, 2024
Merged

No use of C11 threads on Windows #364

merged 5 commits into from
Feb 23, 2024

Conversation

petervdonovan
Copy link
Contributor

This branch is an attempt to address the failing Windows tests on main.

If you are using a Windows C toolchain (MSVC) then you should not expect
it to keep up with the standard.
The Arduino and Zephyr tests should be running
@petervdonovan petervdonovan marked this pull request as ready for review February 23, 2024 06:58
@petervdonovan petervdonovan marked this pull request as draft February 23, 2024 07:58
@petervdonovan
Copy link
Contributor Author

OK so now this PR is blocked by the fact that the PR that we just merged is rejected by AppleClang. I guess I jumped the gun in marking ready for review.

@lhstrh
Copy link
Member

lhstrh commented Feb 23, 2024

OK so now this PR is blocked by the fact that the PR that we just merged is rejected by AppleClang. I guess I jumped the gun in marking ready for review.

Clang it!

Copy link
Member

@lhstrh lhstrh left a comment

Choose a reason for hiding this comment

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

These fixes look good to me! Apologies for the bugs I left in the check diff logic...

@lhstrh lhstrh changed the title Do not try to use C11 on Windows No use of C11 on Windows/MacOS Feb 23, 2024
@lhstrh lhstrh changed the title No use of C11 on Windows/MacOS No use of C11 threads on Windows/Mac Feb 23, 2024
@lhstrh lhstrh merged commit b67cdad into main Feb 23, 2024
26 checks passed
@lhstrh lhstrh deleted the windows-c11 branch February 23, 2024 18:08
@petervdonovan petervdonovan changed the title No use of C11 threads on Windows/Mac No use of C11 threads on Windows Feb 23, 2024
@lhstrh lhstrh added the bugfix label Apr 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants