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:
@ -18,9 +18,9 @@ JSON
|
||||
|
||||
# Use direct path using via CLI
|
||||
NYASH_DISABLE_PLUGINS=1 "$BIN" --backend vm --json-file "$JSON" \
|
||||
--using '"apps/selfhost-minimal/main.nyash" as Util' > /tmp/nyash-using-resolve.out
|
||||
--using '"apps/selfhost-minimal/main.hako" as Util' > /tmp/nyash-using-resolve.out
|
||||
|
||||
if rg -q '\.nyash' /tmp/nyash-using-resolve.out; then
|
||||
if rg -q '\.hako' /tmp/nyash-using-resolve.out; then
|
||||
echo "PASS: using resolve (CLI direct path)" >&2
|
||||
else
|
||||
echo "FAIL: using resolve (CLI direct path)" >&2
|
||||
|
||||
Reference in New Issue
Block a user