Skip to content

[TS Calls] Execute semantic models written in TypeScript - #380

Open
CaelmBleidd wants to merge 2 commits into
caelmbleidd/issue-365-guarded-semantic-modelsfrom
caelmbleidd/issue-366-ets-ir-models
Open

[TS Calls] Execute semantic models written in TypeScript#380
CaelmBleidd wants to merge 2 commits into
caelmbleidd/issue-365-guarded-semantic-modelsfrom
caelmbleidd/issue-366-ets-ir-models

Conversation

@CaelmBleidd

Copy link
Copy Markdown
Member

Summary

  • add the ETS_IR_BODY implementation kind and load reproducible TypeScript model artifacts through the native JacoDB frontend
  • merge validated model EtsIR files into the analysis scene and execute model bodies through the normal interpreter with receiver, argument, return, exception, alias, and shared-state transfer
  • apply domain guards and configured residual fallback, route nested unknown calls through the same dispatcher, and prevent recursive model redirection
  • include source and EtsIR hashes in the frozen catalog fingerprint and reject ambiguous scene artifacts

This PR is stacked on #377 and should be merged after it.

Testing

  • ./gradlew :usvm-ts:test --tests 'org.usvm.machine.call.*' --no-daemon
  • ./gradlew :usvm-ts:check --no-daemon
  • git diff --check

Closes #366

Part of #360

Depends on #377

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant