-
Notifications
You must be signed in to change notification settings - Fork 150
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Break Stream in two, rewrite core part of Stream, in prep for new sha…
…rds (#547) * Stream -> StreamCore (Shard args) + Stream (all). * Drop pointless underscore vars. * Auto keyword. * Fix handling of generating local when default split. * Clean up. * Improve apply_defaults(). * Plug it in, propagate rewrites outward. * Adjust keep_old_phases vs keep_zip handling. * Adjust hash args handling. * Default apply_defaults() args to auto so you don't have to provide them all. * Update usage in test cases. * Fix edge case. * Another tweak.
- Loading branch information
Showing
9 changed files
with
762 additions
and
289 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
Oops, something went wrong.