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

[c++] Update minimum macOS deployment target #3534

Merged
merged 3 commits into from
Jan 8, 2025

Conversation

XanthosXanthopoulos
Copy link
Collaborator

@XanthosXanthopoulos XanthosXanthopoulos commented Jan 8, 2025

For the C++20 migration to work we need to increase the minimum macOS deployment target to 13.3 to have support for floating-point formatter.

#3154

[sc-57301]

Copy link
Member

@johnkerl johnkerl left a comment

Choose a reason for hiding this comment

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

🚢 once CI is ☘️ -- thank you @XanthosXanthopoulos for sticking with this!!! :)

Comment on lines +116 to +118
# Set minimum macOS version to enable certain C++20 features
# set(CMAKE_OSX_DEPLOYMENT_TARGET 13.3)

Copy link
Member

Choose a reason for hiding this comment

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

Does this comment need to be here?

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

I would like to enable it eventually (that's why I have it - as a reminder) but I do not know what effect it would have on conda build

Copy link

codecov bot commented Jan 8, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 86.30%. Comparing base (f01c0c6) to head (9de9f41).
Report is 2 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #3534      +/-   ##
==========================================
+ Coverage   86.25%   86.30%   +0.04%     
==========================================
  Files          55       55              
  Lines        6359     6359              
==========================================
+ Hits         5485     5488       +3     
+ Misses        874      871       -3     
Flag Coverage Δ
python 86.30% <ø> (+0.04%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

Components Coverage Δ
python_api 86.30% <ø> (+0.04%) ⬆️
libtiledbsoma ∅ <ø> (∅)

@XanthosXanthopoulos XanthosXanthopoulos merged commit eabdb30 into main Jan 8, 2025
26 checks passed
@XanthosXanthopoulos XanthosXanthopoulos deleted the xan/min-macos-nightly branch January 8, 2025 17:48
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.

Daily GitHub Actions Build Fail on Fri, January 3rd 2025
3 participants