[TS PBT] Align property execution semantics - #386
Open
CaelmBleidd wants to merge 3 commits into
Open
Conversation
CaelmBleidd
force-pushed
the
caelmbleidd/issue-384-property-contract
branch
from
September 8, 2026 06:51
52e3db6 to
73cb437
Compare
Base automatically changed from
caelmbleidd/issue-350-property-ets-mapping
to
main
September 8, 2026 12:12
CaelmBleidd
force-pushed
the
caelmbleidd/issue-384-property-contract
branch
from
September 8, 2026 12:54
73cb437 to
e250a3b
Compare
CaelmBleidd
force-pushed
the
caelmbleidd/issue-384-property-contract
branch
from
September 8, 2026 13:30
e250a3b to
174af1a
Compare
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
PRECONDITION_EXHAUSTED, and throwing or non-boolean preconditions as execution errorsScope
This PR contains the #384 execution contract and FastCheck behavior only. USVM domain projection and violation search are intentionally kept out; #387 implements #351 and #352 on top of this PR.
Validation
npm testinfast-check-adapter: 55 passed./gradlew :usvm-ts-pbt:check :usvm-ts-pbt:installDist: 192 JVM tests and 55 packaged adapter tests passedgit diff --check: passedCloses #384