Skip to content

Commit 9c4394a

Browse files
chore(fixtures): delete stale SafeDOMExample.res ReScript fixture (Refs gitbot-fleet#148, #208) (#52)
* chore(fixtures): delete stale SafeDOMExample.res ReScript fixture (Refs gitbot-fleet#148, #208; affinescript#229) Removes 1 copies of the stale SafeDOMExample.res ReScript fixture from this repo. One of 1,267 byte-clustered copies across the estate (129 repos). ReScript is fully banned in new code (2026-04-30 policy refresh). Current-grammar AffineScript replacement lives at gitbot-fleet/bots/*/examples/SafeDOMExample.affine (PR gitbot-fleet#210 MERGED). The example fixtures are not load-bearing — propagated from an earlier template-instantiation script. Refs hyperpolymath/gitbot-fleet#148, #208 Refs hyperpolymath/affinescript#57, #229 Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com> * build(eclexiaiser): drop dead [[functions]] block sourcing deleted SafeDOMExample.res The mountApp function block sourced its definition from `examples/SafeDOMExample.res`, which is being deleted in this same PR (estate-wide gitbot-fleet#208 sweep — stale over-propagated ReScript fixture). The eclexiaiser tool would fail with a missing- source error once the deletion landed. Replaced with a comment noting the restoration condition (affinescript#56 → canonical .affine). Refs hyperpolymath/gitbot-fleet#148, #208 Refs hyperpolymath/affinescript#56, #57, #229 Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com> --------- Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent 4250be0 commit 9c4394a

2 files changed

Lines changed: 5 additions & 114 deletions

File tree

panel-clades/eclexiaiser.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@
44
[project]
55
name = "panel-clades"
66

7-
[[functions]]
8-
name = "mountApp"
9-
source = "examples/SafeDOMExample.res"
10-
energy-budget-mj = 10.0
11-
carbon-budget-mg = 2.0
7+
# [[functions]] mountApp block removed 2026-05-26: its `source` pointed
8+
# at examples/SafeDOMExample.res, which is being deleted estate-wide
9+
# (gitbot-fleet#208 SafeDOM sweep — stale over-propagated ReScript
10+
# fixture). Restore (with `source = "examples/SafeDOMExample.affine"`
11+
# or similar) once affinescript#56 lands a canonical .affine equivalent.
1212

1313
[carbon]
1414
provider = "static"

panel-clades/examples/SafeDOMExample.res

Lines changed: 0 additions & 109 deletions
This file was deleted.

0 commit comments

Comments
 (0)