-
Notifications
You must be signed in to change notification settings - Fork 2
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
Release 9.0.0 and 9.1.0 #4
Comments
I notified @vitaut to see if it's known issues or not. |
Welp @vitaut don't know about these issues so this is probably new, some untested situations. |
I actually managed to reproduce the issue in compiler explorer and investigate, it seems related to using c++20 with msvc 14.32/1932 and 14.33/1933 but not the latest versions (except when mixed up with clang, at least on my local setup). I will just mark the packages to ignore these specific versions as recent versions of msvc will work. |
The issue can be worked around by avoiding depending on ADL, so I'll actually send a revision of the package (see fmtlib/fmt#3224 for details) |
|
These packages are now available on cppget: https://cppget.org/fmt @Wmbat I think you can proceed with the spdlog update. Ping me if you find issues 👍🏽 |
As requested by @Wmbat
Current
master
branch is ready for9.0.0
but I'm seeing issues in the CI that I have trouble interpreting: https://ci.stage.build2.org/@7bbdfe7f-ddbd-4400-914f-38514d281862?builds=&pv=&th=*&tg=&tc=&pc=&rs=errorSame issues with
9.1.0
: https://ci.stage.build2.org/@6e70e722-0974-4740-8b1a-92578f51a83f?builds=&pv=&th=*&tg=&tc=&pc=&rs=errorApparently some recent versions of MSVC cause issues. Locally I have a preview version installed and do not see these issues. However I'm seeing similar reports using clang-15.0.6
I'm investigating.
The text was updated successfully, but these errors were encountered: