← ZL256 task inventory
scaffoldCore-1 previewrevision 2

Zlm2 Cross Region Roundtrip

integration/zlm2-cross-region-roundtrip
algorithmcomputestateflowoptimizeinterpretedcompiledinterpretercllvm-jitaot

Public context

What an implementation receives

This conformance task is evaluated from its checked task definition and published source closure. It is not currently in the model-synthesis lane.

Public cases

1 inspectable case

publicpublic input + expected behavior
Input
{
  "fields": [
    {
      "name": "seed",
      "value": {
        "type": "integer",
        "value": "22"
      }
    },
    {
      "name": "scenario",
      "value": {
        "type": "text",
        "value": "zlm2-cross-region-roundtrip"
      }
    }
  ],
  "type": "record"
}
Expected
{
  "availability": "withheld",
  "kind": "property",
  "reason": "executable-oracle-code"
}

Held-out inputs and expectations are excluded from this projection. Their published outcomes are aggregate-only.

Code entry

ZergLang source policy

source/main.zlZergLang
module benchmark_integration_zlm2_cross_region_roundtrip;

// ZL256-SCAFFOLD: integration/zlm2-cross-region-roundtrip has no executable fixture yet.
// The task remains in the inventory, but this placeholder cannot earn
// an edition pass and must be replaced by task-specific source first.
public value Benchmark {
    public interpreted algorithm message main(type: Class<Self>) -> Int64
    effects {} { return 0; }
}

Execution contract

compile

Selector
benchmark_integration_zlm2_cross_region_roundtrip.Benchmark.main
Executors
compiler-frontend
Platforms
portable
Performance lane
not eligible

Normative authority

3 bound clauses

Official task history

Signed conformance observations

No official conformance run currently contains this task revision in its signed catalog.

Provenance

Where this task came from

[
  {
    "kind": "original",
    "license": "Apache-2.0",
    "source": "ZergLang Core-0/Core-1 normative specification"
  }
]