Clarify resource limits for prebuilt trees - #92
Draft
jskoiz wants to merge 1 commit into
Draft
Conversation
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
from_node,from_value, and direct tree deserialization do not re-runLoadOptionsparser limits for caller-builtNode/Valuetrees.Fixes #84
Verification
Local proof:
CARGO_INCREMENTAL=0 CARGO_BUILD_JOBS=1 cargo test --locked --quiet— passed all unit, integration, fixture, and doctest suites.cargo fmt --all --checkandgit diff --check— passed.CARGO_INCREMENTAL=0 CARGO_BUILD_JOBS=1 cargo clippy --locked --all-targets -- -D warnings— passed.CARGO_INCREMENTAL=0 CARGO_BUILD_JOBS=1 scripts/check-feature-clippy.sh— passed.CARGO_INCREMENTAL=0 CARGO_BUILD_JOBS=1 RUSTDOCFLAGS='-D missing_docs' cargo doc --locked --no-deps— passed.scripts/check-public-api.sh— passed with no public API snapshot change.mdbook build— passed.Hosted/merge state:
c1/issue-84-prebuilt-tree-limitsis pushed toorigin.Notes/Risks
<<merge-expansion depth guard remains in place, but it is not a general resource-limit validation pass.