fix(pyrogue): core PyRogue (_*.py) and memory layer audit fixes + repros#1211
Closed
ruck314 wants to merge 1 commit into
Closed
fix(pyrogue): core PyRogue (_*.py) and memory layer audit fixes + repros#1211ruck314 wants to merge 1 commit into
ruck314 wants to merge 1 commit into
Conversation
Slice of #1196 (general-bug-audit-clean branch) covering the pyrogue-core subset of the bug-audit fixes.
7 tasks
Contributor
Author
|
Closing — diff still too large for one-pass review. Replacement slices being created and will be linked here. |
Contributor
Author
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Slice of #1196 (
general-bug-audit-clean) containing the pyrogue-core subset of the bug-audit fixes — split out so the diff is small enough to review in one sitting.#1196 will be closed once all slices are open. The original branch retains the per-bug atomic commit history; this PR squashes the file-state for the listed paths.
Files in this slice
docs/src/installing/build.rstpython/pyrogue/_Block.pypython/pyrogue/_DataReceiver.pypython/pyrogue/_Device.pypython/pyrogue/_HelperFunctions.pypython/pyrogue/_Logging.pypython/pyrogue/_Node.pypython/pyrogue/_PollQueue.pypython/pyrogue/_Root.pypython/pyrogue/_Variable.pypython/pyrogue/__init__.pypython/pyrogue/__main__.pysrc/rogue/interfaces/memory/Block.cppsrc/rogue/interfaces/memory/Emulate.cppsrc/rogue/interfaces/memory/Variable.cpptests/core/test_block_setpyfunc_release_audit_repro.pytests/core/test_core_block_numpy_array_equal_audit_repro.pytests/core/test_core_node_eval_audit_repro.pytests/core/test_core_poll_queue_shutdown_audit_repro.pytests/core/test_core_root_audit_repros.pytests/core/test_core_variable_setdict_eval_audit_repro.pytests/core/test_datareceiver_mutable_default_audit_repro.pytests/core/test_device_hide_variables_audit_repro.pytests/core/test_helper_functions_addlibrarypath_audit_repro.pytests/core/test_helper_functions_make_wrapper_audit_repros.pytests/core/test_helper_functions_yaml_safety_audit_repros.pytests/core/test_main_cli_audit_repro.pytests/core/test_min_python_audit_repro.pytests/cpp/memory/CMakeLists.txttests/cpp/memory/test_block_alloc_failure_audit_repro.cpptests/cpp/memory/test_block_numeric_edge_cases_audit_repro.cpptests/cpp/memory/test_block_setbytes_byte_reverse_audit_repro.cpptests/cpp/memory/test_block_vla_audit_repro.cpptests/cpp/memory/test_emulate_null_alloc_audit_repro.cpptests/cpp/memory/test_variable_alloc_failure_audit_repro.cppVerification
./scripts/run_linters.shcmake -DROGUE_BUILD_TESTS=ON -B build && cmake --build build && ctest --test-dir buildpytest tests/