Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## dev #2283 +/- ##
==========================================
- Coverage 50.42% 50.40% -0.03%
==========================================
Files 296 296
Lines 39453 39453
==========================================
- Hits 19896 19888 -8
- Misses 19557 19565 +8 🚀 New features to boost your workflow:
|
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
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.
Summary
Closes #2057.
Operates on every slide under
src/b2t2/slides/:Replaces removed
string_eq(a, b)witha == bin the slides that still referenced it (TableAPI Aggregate / Ordering / AccessSubcomponents / Subtable / DataCleaning / MissingValues, ExamplePrograms groupByRetentive / groupBySubtractive).Prefixes pattern-binding tiles flagged as unused variables with
_to silence those warnings. Coversrequires,ensures, destructured pattern names likescore,l,v, etc. across every slide.Pretty-prints all slides at width 140. Width 140 keeps every row of the multi-column data tables on a single line — at width 80 the last row of the jellyAnon table (pHacking{Homo,Hetero}geneous.ml) splits across many lines.
The
src/web/init/docs/slides are intentionally excluded from this PR — those have more custom formatting that the automated regeneration would disturb, so they'll be cleaned up separately.The slide rewrites were generated with the
slide-*CLI subcommands in #2282, but the resulting.mlfiles stand on their own — this PR only contains the regenerated slide content.Test plan
make devbuilds cleanly==replacingstring_eq🤖 Generated with Claude Code