Skip to content

Commit b3b77c2

Browse files
committed
docs(scripts): correct the shebang count now that the sweep is in its own corpus (#10640)
1 parent 3ad668e commit b3b77c2

1 file changed

Lines changed: 5 additions & 3 deletions

File tree

scripts/check-comment-mask-corpus.mjs

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -60,9 +60,11 @@
6060
* ## The one reconciliation, and why it is stated rather than discovered
6161
*
6262
* A `#!` line is a comment to node, and `scanSource` flags it as one. The
63-
* parser does not report it in `comments` at all. Measured on this tree: 131
64-
* files carry a shebang, so without this reconciliation the sweep opens with
65-
* 131 disagreements of 18-19 bytes each -- none of them defects. A verifier
63+
* parser does not report it in `comments` at all. Measured on this tree: 132
64+
* files carry a shebang (this one included), so without this reconciliation
65+
* the sweep opens with one bogus disagreement per shebang file, 18-19 bytes
66+
* each -- measured as 131 an hour before this script joined the corpus it
67+
* walks, which is its own small lesson about a count in prose. A verifier
6668
* that cries wolf on its first run is a verifier someone turns off, so the
6769
* oracle adds the shebang line back explicitly, here, where a reader can see
6870
* the claim and check it.

0 commit comments

Comments
 (0)