forked from bluesky-social/atproto
-
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
MST review and tests (bluesky-social#556)
* mst: more test coverage In particular, ports the older fanout=32 corner-case tests to fanout=16. I generated new paths with correct level and ordering, but haven't actually verified that the resulting structures have the shape of the ASCII diagrams in text. * mst: additional comments, including TODO questions * mst: default new MST layer to 'null' not 0 Looks like all current call sites of this 'create()' function override the layer already. This is just making it explicit that the default, null, means the layer has not been computed yet, distinct from being layer=0. * mst: remove one TODO and reformat another From review.
- Loading branch information
Showing
2 changed files
with
263 additions
and
2 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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