Skip to content

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

Open
CaelmBleidd wants to merge 1 commit 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 1 commit into
caelmbleidd/issue-365-guarded-semantic-modelsfrom
caelmbleidd/issue-366-ets-ir-models

Conversation

@CaelmBleidd

@CaelmBleidd CaelmBleidd commented Aug 28, 2026

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
  • document the complete configuration flow, both descriptor and supported-domain IDs, matcher/domain boundaries, exact and partial precision, backend choice, fallback profiles, model selection, and common mistakes

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

Testing

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

Closes #366

Part of #360

Depends on #377

@CaelmBleidd
CaelmBleidd force-pushed the caelmbleidd/issue-365-guarded-semantic-models branch from 54610a9 to eba8e4e Compare September 8, 2026 13:57
@CaelmBleidd
CaelmBleidd force-pushed the caelmbleidd/issue-366-ets-ir-models branch from 85e148a to c51b303 Compare September 8, 2026 13:57
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