-
-
Notifications
You must be signed in to change notification settings - Fork 6.8k
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
optional: use #if instead of #ifndef, fixes #3859 #4526
base: develop
Are you sure you want to change the base?
Conversation
🔴 Amalgamation check failed! 🔴The source code has not been amalgamated. @theodelrieu |
Welcome back! You need Astyle 3.1 to amalgamate. |
🔴 Amalgamation check failed! 🔴The source code has not been amalgamated. @theodelrieu |
Making 3.1 work on macOS is too much of a pain, I've edited the amalgamated file by hand 🤡 |
I downloaded it and built it myself. It's indeed a pain I hope to fix soon. |
So did I, but running it didn't do anything, which is why I tried to edit by hand, which doesn't seem to work either... |
We actually do check with in job |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good to me.
Will check #3859 after merging. |
Seems that I don't have a Windows setup, so it'd be nice if a kind soul could take the burden. |
In - APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2019
configuration: Release
platform: x86
CXX_FLAGS: "/W4 /WX"
CMAKE_OPTIONS: "-DJSON_ImplicitConversions=OFF"
GENERATOR: Visual Studio 16 2019 to - APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2019
configuration: Release
platform: x86
CXX_FLAGS: "/permissive- /std:c++latest /utf-8 /W4 /WX"
CMAKE_OPTIONS: "-DJSON_ImplicitConversions=OFF"
GENERATOR: Visual Studio 16 2019 The AppVeyor build rules predate the |
Uff, AppVeyor is still failing... I will see if I can update the jobs there to the CI.cmake file. If I can't do this tomorrow, it will take some more time. |
Hi, it's been a while.
Just connected to Github and saw the optional-related issue, tests pass with
-DJSON_ImplicitConversions=OFF
.