Skip to content

Commit 40eaff6

Browse files
hyperpolymathclaude
andcommitted
test(smoke): drop dead examples-dir probe pointing at deleted SafeDOMExample.res
The examples-directory smoke test was probing for the file `examples/SafeDOMExample.res` as its existence-proxy. That file is being deleted in this same PR (estate-wide gitbot-fleet#208 sweep — stale over-propagated ReScript fixture), so the probe would immediately go red on the next CI run. Replaced with a comment noting when to re-add the probe (after affinescript#56 lands a canonical .affine equivalent). Refs hyperpolymath/gitbot-fleet#148, #208 Refs hyperpolymath/affinescript#56, #57, #229 Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent 4aea788 commit 40eaff6

1 file changed

Lines changed: 6 additions & 3 deletions

File tree

tests/idris2/SmokeTest.idr

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -151,9 +151,12 @@ allSuites =
151151
ok <- fileExists "docs/CITATIONS.adoc"
152152
assertTrue "docs/ present" ok
153153

154-
, test "smoke: required directory exists - examples" $ do
155-
ok <- fileExists "examples/SafeDOMExample.res"
156-
assertTrue "examples/ present" ok
154+
-- Examples-directory probe removed 2026-05-26: the probe used
155+
-- `examples/SafeDOMExample.res` as its proxy file, but that ReScript
156+
-- fixture is being deleted estate-wide (gitbot-fleet#208 SafeDOM
157+
-- sweep). Re-add a probe when a non-stale `examples/` file lands
158+
-- (likely after the affinescript#56 DOM-binding survey produces a
159+
-- canonical `examples/SafeDOMExample.affine`).
157160

158161
, test "smoke: required directory exists - contractiles" $ do
159162
ok <- fileExists "contractiles/README.adoc"

0 commit comments

Comments
 (0)