8000
Skip to content

Fix testsuite on MinGW + MSVCRT#3029

Merged
vitaut merged 2 commits intofmtlib:masterfrom
dimztimz:mingw
Aug 14, 2022
Merged

Fix testsuite on MinGW + MSVCRT#3029
vitaut merged 2 commits intofmtlib:masterfrom
dimztimz:mingw

Conversation

@dimztimz
Copy link
Copy Markdown
Contributor
@dimztimz dimztimz commented Aug 8, 2022

Fixes #2952. The testsuite indirectly called strftime() with conversion specifiers defined only in C99. In MSVCRT this function conforms only to C89. Only in the updated UCRT this functon provides the functionality of C99.

@dimztimz dimztimz force-pushed the mingw branch 2 times, most recently from 1fac154 to ae57da4 Compare August 9, 2022 11:04
Copy link
Copy Markdown
Contributor
@vitaut vitaut left a comment

Choose a reason for hiding this comment

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

Thanks for the PR!

Fixes fmtlib#2952. The testsuite indirectly called strftime() with conversion
specifiers defined only in C99. In MSVCRT this function conforms only to
C89. Only in the updated UCRT this functon provides the functionality of
C99.
@vitaut vitaut merged commit fd41110 into fmtlib:master Aug 14, 2022
@vitaut
Copy link
Copy Markdown
Contributor
vitaut commented Aug 14, 2022

Merged, thanks!

7F31
@dimztimz dimztimz deleted the mingw branch September 8, 2022 23:53
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.

Failing tests on MSYS2/MinGW x64

2 participants

0