docs: state the workload bleep is developed against, and what M11 closed - #636
Merged
Conversation
The status page carried two vague claims from the M10 era. Both are now concrete. "Millions of lines of source" is measured: 12.9M lines across 57,941 files, of which bleep compiles 4.1M lines of Java and Scala across 11,896 files in 67 projects. 3.7M of those Java lines (92%) are generated and checked in. ~2,300 declared tests run against a corpus of 44,127 SQL files. Development runs across a dozen or more worktrees concurrently against one shared daemon — the shape that produces bleep's bugs, and the one a single-checkout workflow never sees. And the bleep-bsp section still warned that edge cases were being found around concurrent workspaces, unusual project shapes and crash recovery. M11 is largely the release that went and found them, so the section now says what was closed and links the notes, while keeping the honest caveat that this is still milestone software. Co-Authored-By: Claude Opus 5 (1M context) <[email protected]>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Two vague claims on the status page, both from the M10 era, made concrete.
"Millions of lines of source" is now measured, in a new "The workload bleep is developed against" section:
Numbers measured with
locover a single checkout, cross-checked againstgit ls-files(worktrees are gitignored, so nothing is double-counted).The
bleep-bsprewrite section still warned that edge cases were being found around concurrent workspaces, unusual project shapes and crash recovery. M11 is largely the release that went and found them, so it now names what was closed and links the release notes — while keeping the caveat that this is still milestone software.Merging this triggers
deploy-docs(path filterdocs/**), which republishes bleep.build.🤖 Generated with Claude Code