File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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.
You can’t perform that action at this time.
0 commit comments