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

[date] Update to HEAD versioning #39465

Merged
merged 1 commit into from
Jun 27, 2024
Merged

[date] Update to HEAD versioning #39465

merged 1 commit into from
Jun 27, 2024

Conversation

DDoS
Copy link
Contributor

@DDoS DDoS commented Jun 23, 2024

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.

  • Changes comply with the maintainer guide.
  • SHA512s are updated for each updated download.
  • The "supports" clause reflects platforms that may be fixed by this new version.
  • Any fixed CI baseline entries are removed from that file.
  • Any patches that are no longer applied are deleted from the port's directory.
  • The version database is fixed by rerunning ./vcpkg x-add-version --all and committing the result.
  • Only one version is added to each modified port's versions file.

@WangWeiLin-MV WangWeiLin-MV added the category:port-update The issue is with a library, which is requesting update new revision label Jun 24, 2024
@WangWeiLin-MV
Copy link
Contributor

Please check the pipeline logs here or download the logs failure logs for arm64-uwp.zip and failure logs for x64-uwp.zip

@DDoS
Copy link
Contributor Author

DDoS commented Jun 24, 2024

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
Copy link
Member

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?

Copy link
Contributor Author

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.

@DDoS DDoS requested a review from BillyONeal June 27, 2024 01:05
@BillyONeal BillyONeal merged commit 7176d94 into microsoft:master Jun 27, 2024
17 checks passed
@BillyONeal
Copy link
Member

Thanks for the update!

@WangWeiLin-MV WangWeiLin-MV added the info:reviewed Pull Request changes follow basic guidelines label Jun 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
category:port-update The issue is with a library, which is requesting update new revision info:reviewed Pull Request changes follow basic guidelines
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants