Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 1 addition & 7 deletions scripts/bump-objectui.selftest.sh
Original file line number Diff line number Diff line change
Expand Up @@ -47,13 +47,7 @@
# the real `objectui-changeset-digest.mjs` (a byte copy, like the script under
# test) through a throwaway objectui repo with a real changeset commit.
#
# dispatch-gates: no-path-population -- every path this file writes or reads
# lives inside a disposable checkout under mktemp -d (a throwaway objectui and
# a throwaway FRAMEWORK_ROOT, both destroyed by the EXIT trap below), so no
# quoted literal in this file names a path this repo tracks. Case 5's fixture
# changeset filename is assembled from CHANGESET_NAME by interpolation
# everywhere it is used, deliberately never spelled as one bare quoted token,
# so it does not read as a declared population here either.
# dispatch-gates: no-path-population -- every path this file writes or reads lives inside a disposable checkout under mktemp -d (a throwaway objectui and a throwaway FRAMEWORK_ROOT, both destroyed by the EXIT trap below), so no quoted literal in this file names a path this repo tracks. Case 5's fixture changeset filename is assembled from CHANGESET_NAME by interpolation everywhere it is used, deliberately never spelled as one bare quoted token, so it does not read as a declared population here either.

set -euo pipefail

Expand Down
Loading
Loading