refactor: delete StructuredMergePlugin alias — AddressedMergePlugin is the only name
No backward-compat shims. The alias existed only to cushion the rename transition; it served its purpose and is gone.
- muse/domain.py: removed alias, removed from __all__, removed all docstring references to StructuredMergePlugin as a backward-compat name - tests: all StructuredMergePlugin imports and isinstance checks replaced with AddressedMergePlugin; test_A2 now asserts the name does not exist
sha256:38c900fd86a94a8fc5077b9aba718b6198945ccbc165da69b9383f4d818ff829
sha
+7
~21
−8
symbols
sha256:a9dcd1398273da63866eb6f41a9576c74938307391e806195f5cf18412a4989e
snapshot
+7
symbols added
~21
symbols modified
−8
symbols removed
0
dead code introduced
Semantic Changes
36 symbols
~
__all__
−
test_A2_structured_merge_plugin_is_alias
method
method test_A2_structured_merge_plugin_is_alias L58–64
+
test_A2_structured_merge_plugin_does_not_exist
method
method test_A2_structured_merge_plugin_does_not_exist L58–63
−
test_satisfies_structured_merge_plugin
function
function test_satisfies_structured_merge_plugin L131–133
+
test_satisfies_addressed_merge_plugin
function
function test_satisfies_addressed_merge_plugin L131–133
~
InsertOp
−
test_midi_plugin_isinstance_structured_merge_plugin
method
method test_midi_plugin_isinstance_structured_merge_plugin L350–352
+
test_midi_plugin_isinstance_addressed_merge_plugin
method
method test_midi_plugin_isinstance_addressed_merge_plugin L350–352
~
DeleteOp
~
DomainOp
~
InsertOp
−
test_satisfies_structured_merge_plugin
method
method test_satisfies_structured_merge_plugin L88–89
Older
docs: rename OT → address-keyed Map merge across all docs and do…
sha256:f6cc6e98954ed614fc817df1af2f528b414182e4a7fdc20f278e1cf9f47e5ff4
All commits
Newer
refactor: rename op_transform → op_merge, transform → adjust_seq…
sha256:c58b11c32405a6d2dd32d3fbf6316822070019930ef108f633efebbd4b31da19
0 comments
To add a comment, use the Muse CLI:
muse hub commit comment sha256:38c900fd86a94a8fc5077b9aba718b6198945ccbc165da69b9383f4d818ff829 --body "your comment"
No comments yet. Be the first to start the discussion.