[fmt] Update to 7.0.2 + [spdlog] Update to 1.7.0 #12312
[fmt] Update to 7.0.2 + [spdlog] Update to 1.7.0 #12312strega-nil merged 9 commits intomicrosoft:masterfrom
Conversation
This comment has been minimized.
This comment has been minimized.
|
Hi @kevinlul Could you please look into these and try to fix them? |
This comment has been minimized.
This comment has been minimized.
|
Hi @kevinlul |
|
spdlog 1.7.0 was just released with support for fmt 7.x https://github.com/gabime/spdlog/releases/tag/v1.7.0 |
This comment has been minimized.
This comment has been minimized.
aa5778a to
f9319a5
Compare
This comment has been minimized.
This comment has been minimized.
|
@kevinlul For Windows, the definition should be |
This comment has been minimized.
This comment has been minimized.
|
The new regressions for |
|
|
|
If all checks have passed on CI. Could you please also test these features? Please make sure they can work on x86-windows, x64-windows and x64-windows-static, x64-linux triplets except for some special cases, such as the ports doesn't support some specific triplets. Thanks. |
|
I think the build failures are from the current state of |
|
Azure Pipelines successfully started running 1 pipeline(s). |
|
Need to bump to 7.0.2 in a bit |
|
Have you test these features in this PR? |
|
Yes |
|
Since quill has been updated to support |
|
Guess that happens given enough time 😅 but I think with your last revert a bunch of whitespace got readded to a blank line in the quill portfile. |
|
/azp run |
|
Azure Pipelines successfully started running 1 pipeline(s). |
|
Yeah, I think that's fine :) |
|
Thanks so much for your patience and work in pushing this forward @kevinlul ! |
What does your PR fix? Regular port update for {fmt}
Which triplets are supported/not supported? Have you updated the CI baseline?
This causes a regression in
spdlogbecause it uses thefmtimplementation namespace, which was renamed frominternaltodetailin 7.0.0. I believe this can be resolved by defining theFMT_USE_INTERNALmacro according to the release notes, so I guess I should patchspdlogto add this define?Does your PR follow the maintainer guide? Yes