phase: 20.49 COMPLETE; 20.50 Flow+String minimal reps; 20.51 selfhost v0/v1 minimal (Option A/B); hv1-inline binop/unop/copy; docs + run_all + CURRENT_TASK -> 21.0
This commit is contained in:
@ -16,7 +16,7 @@ printf 'return 1+2*3\n' > "$ROOT_DIR/tmp/ny_parser_input.ny"
|
||||
# This smoke requires FileBox plugin to be available. Do not run in CI with NYASH_DISABLE_PLUGINS=1.
|
||||
OUT=$(NYASH_USE_NY_COMPILER=1 NYASH_NY_COMPILER_USE_TMP_ONLY=1 NYASH_NY_COMPILER_EMIT_ONLY=1 \
|
||||
NYASH_SELFHOST_READ_TMP=1 \
|
||||
"$BIN" --backend vm "$ROOT_DIR/apps/examples/string_p0.nyash" || true)
|
||||
"$BIN" --backend vm "$ROOT_DIR/apps/examples/string_p0.hako" || true)
|
||||
|
||||
echo "$OUT" | rg -q 'Ny compiler MVP \(ny→json_v0\) path ON' \
|
||||
&& echo "✅ selfhost read-tmp dev smoke PASS" >&2 \
|
||||
|
||||
Reference in New Issue
Block a user