-
Notifications
You must be signed in to change notification settings - Fork 37.7k
test, build: Separate read_json
function into its own module
#25974
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
Conversation
57c9bfa
to
aa326ab
Compare
Updated 57c9bfa -> aa326ab (pr25974.01 -> pr25974.02):
|
The following sections might be updated with supplementary metadata relevant to reviewers and maintainers. ReviewsSee the guideline for information on the review process.
If your review is incorrectly listed, please react with 👎 to this comment and the bot will ignore it on the next update. ConflictsReviewers, this pull request conflicts with the following ones:
If you consider this pull request important, please also help to review the conflicting pull requests. Ideally, start with the one that should be merged first. |
Rebased aa326ab -> 3394ad2 (pr25974.02 -> pr25974.03) due to the conflict with #26286. |
Rebased 3394ad2 -> 7a820ce (pr25974.03 -> pr25974.04):
|
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.
ACK 7a820ce
…its own module 7a820ce test, build: Separate `read_json` function into its own module (Hennadii Stepanov) Pull request description: Currently, 4 source files rely on the definition of the `read_json` function provided in `src/test/script_tests.cpp`. This PR breaks this entanglement, improves code structure and maintainability. ACKs for top commit: fanquake: ACK 7a820ce Tree-SHA512: f1567989f76cb54ab86cc48927851a8c424b08a9483d02d4918b629e0c792108bad4ccf7fa341d57b0921d91e84bf8fa3b9c07e5fdf12c64d9d5da83e4e464fb
Currently, 4 source files rely on the definition of the
read_json
function provided insrc/test/script_tests.cpp
.This PR breaks this entanglement, improves code structure and maintainability.