You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
refactor(python): migrate all callers to MetaDataLoader class + module shortcuts
Replaces every `from metaobjects.loader.meta_data_loader import load_directory`
import with the new public API (typically `from metaobjects import
MetaDataLoader` + `MetaDataLoader.from_directory(...)`), completing the
loader-unification cutover. Ten call sites updated:
- tests/conformance/conformance_adapter.py
- tests/codegen/test_runner.py, test_golden.py
- tests/unit/test_loader.py, test_loader_bom.py, test_meta_source.py,
test_one_primary_source.py, test_field_enum.py,
test_relationship_referential_actions.py, test_common_attrs.py
Full python suite now passes (442 tests), matching the pre-task baseline
plus 25 new tests for the source/loader/shortcut layer. The single
pre-existing `doc-common-attrs-on-all-types` conformance failure is
unchanged (it is a metadata gap, not a loader regression — tracked
elsewhere as a known issue).
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
0 commit comments