-
-
Notifications
You must be signed in to change notification settings - Fork 17
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
Incompatible dependencies - jsonifier v0.9.96 #45
Comments
Thanks I will take care of it. |
Thanks for your response. Now that vcpkg CI has been fixed, PR testing can be used normally. |
Hi, and there is an additional information: After updating microsoft/vcpkg#39693, when building If rolling back the The phenomenon we have observed so far is that: At the beginning, it occupies all CPU and increase memory usage until all memory is occupied, then system hangs, or system crash due to OOM. There might be some potential build performance issues about jsonifier. Reproduce
# in vcpkg directory
git pull
# will fail as expected with jsonifier 0.9.95
git revert aac29a32436dc7816fcdfbfc4cbdbeb8fa64315d --no-edit
vcpkg install discordcoreapi
# will hang with jsonifier 0.9.96
git reset --hard HEAD~
vcpkg install discordcoreapi If there's anything I can help with, please let me know. |
I know the issue and it has been fixed in the latest jsonifier dev-branch. I will push it to the main branch. |
Alright it should be fixed now.. |
Compiler: MSVC 19.38
OS: Windows 11
Command:
vcpkg install discordcoreapi
Built failed with
jsonifier
v0.9.96 which introduced many changes, like:Could you please help to take a look? Thanks.
The text was updated successfully, but these errors were encountered: