You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Attempting to upgrade python-zstandard from 1.5.2 to 1.5.4. My Windows CI environment is still using GitHub's Windows 2019 runners with Visual Studio 2019 / MSVC 14.
Using the single file library with zstd.h + legacy support. I get the following error:
Visual Studio 2019 isn't liking the const disagreement for the
destination argument. We have warnings as errors enabled and this
leads to build failures. Adding an inline cast to remove the `const`
seems to make things happy.
I reported this upstream at
facebook/zstd#3515.
Thanks for the report! This was fixed in #3495, which will be included in the next zstd release (1.5.5). That PR also fixes a couple Visual Studio 2022 warnings -- just want to make you aware in case you upgrade and run into them.
Attempting to upgrade python-zstandard from 1.5.2 to 1.5.4. My Windows CI environment is still using GitHub's Windows 2019 runners with Visual Studio 2019 / MSVC 14.
Using the single file library with
zstd.h
+ legacy support. I get the following error:See also https://github.com/indygreg/python-zstandard/actions/runs/4214186727/jobs/7314474490.
Here are direct links to the failing lines:
AFAICT all of these are the common pattern:
The text was updated successfully, but these errors were encountered: