Conversation
|
Is this patch necessary? fmt 6.1.2 produces only C4275 and it was fixed in fmtlib/fmt@8ab1c5c (fourth commit after 6.1.2 release) and it's fixing latest spdlog build (spdlog compiles with /WX) Spdlog port needs update too. |
|
@crackedmind This patch updates all the way from 6.0.0 to 6.1.2, and that includes a fair number of changes. 6.1.0 was at least a significant release. |
|
I'm talking about file fix-warning4189.patch |
|
@crackedmind Oh sorry, I have no idea. I just left it there out of fear of messing up someone else's day. I would personally prefer sticking to releases of libraries, and rather remove the warning patch upon the next fmt release perhaps? |
|
Have existed PR #9289. |
|
/azp run |
|
Please resolve these regressions. You can download these logs in: Thanks. |
|
Sorry, I'm a little confused by the regressions, and I may need some guidance. The only thing resembling failures I could find in any of error logs are these ones in the "port build failure logs", config-x64-linux-[dbg/rel]-err.log: However, these are flags that are not mentioned anywhere in the diff for the PR, nor are they indeed set in the actual port files for fmt. Is this really a regression caused by this PR? If so, I'm afraid I don't understand how or how to fix it. All the other error logs I could find that were non-zero simply contained lines that were obviously not errors, like: It should also be mentioned that the OSX PR test seems to have more problems:
Apologies if I'm being thick here, but I'm not sure how to proceed. |
|
In install-x64-linux-dbg-out.log: I will restart pipeline test. |
|
/azp run |
|
So spdlog, which relies on fmt, had issues with fmt 6.1.2 in the current version. I added a commit that updates spdlog from 1.4.2 to 1.5.0 as well, addressing the issues. I'm not sure if I should've made a new PR for this? |
|
What work needs to be done to update fmt and spdlog still? |
|
@xeropresence Needs to wait for #10051 merge. |
|
/azp run |
|
Please resolve windows build failures. Thanks. |
|
Unneeded since #10080 got merged? |
|
Unneeded, duplicate of #10080. |
{fmt} lib updated to latest release, 6.1.2.