-
Notifications
You must be signed in to change notification settings - Fork 159
JSON Schema broken with MSVC since v5.0.0 #1687
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
Comments
The msvc github action shows the same problem. |
Thanks for reporting this, I just discovered this a couple days ago as well. MSVC GitHub actions were broken for a while due to a compiler regression bug, but now I can thankfully run MSVC actions again. I'll try to fix this ASAP. I'm hoping I'm able to find a work around and don't need to wait for another MSVC bug fix. |
Thanks, Stephen! It's not really a hurry for us, I just noticed this when trying to upgrade from v4.4.3 to v5.0.0 the other day. |
I was able to distill the problem down and submitted an MSVC bug report. Hopefully it will be fixed soon, as it is needed for the configurable option handling in Glaze v5. |
Microsoft says the bug is fixed and will be available in the next release |
Issue is fixed with MSVC 17.14 released yesterday. |
Yay! |
JSON schema does not work in glaze > v4.4.3 with MSVC 17.13 / 17.14 preview anymore; works with GCC though.
This minimal example compiles and works fine with v4.4.3 but results in a compilation error starting with v5.0.0:
Full error message:
The text was updated successfully, but these errors were encountered: