-
Notifications
You must be signed in to change notification settings - Fork 6.4k
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
[date] Update to HEAD versioning #39465
Conversation
Please check the pipeline logs here or download the logs failure logs for arm64-uwp.zip and failure logs for x64-uwp.zip |
I updated the UWP patch for the new version. I want to submit this to upstream, but I need to verify it works first (I don't have a Windows dev environment). |
using co_task_mem_ptr = std::unique_ptr<wchar_t[], task_mem_deleter>; | ||
} | ||
|
||
-static |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
How does moving this function down fix UWP?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It was moved out the #ifdef !WINRT
section so it compiles also on UWP.
Thanks for the update! |
The maintainer of the
date
library highly recommends to use "live at head" versioning. The library hasn't had a proper release in three years, and the lastest one doesn't work with modern compilers (for example Apple Clang 15). There is only one final release planned for next week, so I think it would be preferable to switch to head versioning to make sure any improvements pass this last release can still be included in the vcpkg port../vcpkg x-add-version --all
and committing the result.