v9 meta archive helpers + campaign round-trip — #510 Milestone B#522
Merged
Conversation
Milestone B: save_meta_archive/load_meta_archive live in cellpy (core stubs stay stubs); v9 preserves campaign test_id columns on steps/summary. Co-authored-by: Cursor <cursoragent@cursor.com>
|
Bugbot is not enabled for your account, so this pull request was not reviewed. Enable Bugbot in the Cursor dashboard to get automatic reviews on future PRs. |
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
save_meta_archive/load_meta_archive(cellpy.readers.cellpy_file.meta_archive). Coresave_archive/load_archivestubs stay stubs.meta.json.test_idcolumns on steps/summary across v9 save/load (strip only injected columns)..cellpypersistence.Part of #510. Milestone B only — do not close #510 yet. Remaining: C (exact
cellpycore==pin + migration guide + release).Test plan
uv run pytest tests/test_meta_archive.py tests/test_cellpy_file_v9.py tests/test_merge_campaign.py::test_campaign_v9_roundtrip_preserves_tests_and_test_id -quv run pytest -m essentialsave("out.cellpy")→ reload → bothtests+test_idcolumns presentMade with Cursor