refactor
BREAKING
task/rename-fetch-bundle-to-fetch-mpack
#1 / 1
refactor: rename fetch_bundle → fetch_mpack and FetchBundleResult → FetchMPackResult
Bundles are the muse bundle offline-transfer CLI. The wire protocol has mpacks. - transport.py: FetchMPackResult TypedDict, fetch_mpack() on Protocol + HttpTransport - clone/fetch/pull commands: transport.fetch_mpack() - test_transport_fetch_bundle.py → test_transport_fetch_mpack.py (deleted old) - test_fetch_bundle_command_wiring.py → test_fetch_mpack_command_wiring.py (deleted old) - All remaining test files: fetch_mpack / FetchMPackResult throughout
sha256:560410f5e143809a2e595fe1fda115a07a527462132543d32710866b64f30fa5
sha
+12
~41
−12
symbols
sha256:9e1d026595fc4cae95228ab8680dfcc3e975074259aee14dd0a235c6793419d8
snapshot
+12
symbols added
~41
symbols modified
−12
symbols removed
0
dead code introduced
Semantic Changes
65 symbols
~
run
~
run
~
_run
~
tests/test_fetch_mpack_command_wiring.py
.py
moved from tests/test_fetch_bundle_command_wiring.py; 3 added, 3 removed, 1 modified
−
test_cw0_clone_full_calls_fetch_bundle
function
function test_cw0_clone_full_calls_fetch_bundle L82–101
−
test_cw1_clone_shallow_calls_fetch_bundle
function
function test_cw1_clone_shallow_calls_fetch_bundle L108–127
+
test_cw0_clone_full_calls_fetch_mpack
function
function test_cw0_clone_full_calls_fetch_mpack L82–101
+
test_cw1_clone_shallow_calls_fetch_mpack
function
function test_cw1_clone_shallow_calls_fetch_mpack L108–127
~
tests/test_transport_fetch_mpack.py
.py
moved from tests/test_transport_fetch_bundle.py; 3 added, 3 removed, 10 modified
−
test_fb0_inline_bundle_returns_fetch_result
function
function test_fb0_inline_bundle_returns_fetch_result L112–126
+
test_fb0_inline_mpack_returns_fetch_result
function
function test_fb0_inline_mpack_returns_fetch_result L112–126
← Older
Oldest on task/rename-fetch-bundle-to-fetch-mpack
All commits
Newer →
Latest on task/rename-fetch-bundle-to-fetch-mpack
0 comments
To add a comment, use the Muse CLI:
muse hub commit comment sha256:560410f5e143809a2e595fe1fda115a07a527462132543d32710866b64f30fa5 --body "your comment"
No comments yet. Be the first to start the discussion.