-
-
Notifications
You must be signed in to change notification settings - Fork 13k
nlohmann-json 3.10.0 #83479
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
nlohmann-json 3.10.0 #83479
Conversation
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.
Thanks, @amirmasoudabdol.
For future reference, please adhere to the commit style guide referenced in the PR template when writing commit messages:
The preferred commit message format for simple version updates is
foobar 7.3
and for fixes isfoobar: fix flibble matrix.
.
Formula/nlohmann-json.rb
Outdated
}} | ||
}; | ||
std::cout << j << std::endl; |
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.
Let's keep something like this in the test so we have output to check, please.
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.
Sure. I think I will bring back the old test. I realised that it's a better test for the Homebrew.
I've submitted a PR on [homebrew/core](Homebrew/homebrew-core#83479) that updates their Formula. After that one is set, we can merge this and let users use the default formula, and we don't have to maintain two separate Formulas.
🤖 A scheduled task has triggered a merge. |
Thanks a lot for taking care of this! |
brew install --build-from-source <formula>
, where<formula>
is the name of the formula you're submitting?brew test <formula>
, where<formula>
is the name of the formula you're submitting?brew audit --strict <formula>
(after doingbrew install --build-from-source <formula>
)? If this is a new formula, does it passbrew audit --new <formula>
?This updates the
nlohmann-json
formula, and replaces its test with the test provided by @nlohmann. It defaults to build with CMake, and multiple headers.