fix(config): migrate config editor saves to XDG profile#395
Draft
robkam wants to merge 1 commit into
Draft
Conversation
acadba4 to
1eacb09
Compare
b51ae95 to
f5e51f0
Compare
f5e51f0 to
efe1d8a
Compare
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
~/.config/ytnova/ytnova.confwhen that XDG config path is usable instead of recreating~/.ytnova$XDG_STATE_HOME/ytnova/ytnova.hstor~/.local/state/ytnova/ytnova.hst) while preserving explicit-hpaths and legacy-history migrationmargin = dynamic_textValidation
source .venv/bin/activate && pytest -q tests/test_fileops_integrity.py -k 'copy_mutation_updates_only_destination_hashes or move_mutation_rehomes_hash_without_corrupting_payload or rename_mutation_preserves_file_hash or delete_mutation_removes_only_selected_file or copy_prompt_cancel_keeps_tree_snapshot_identical or same_path_copy_rejection_keeps_tree_snapshot_identical'source .venv/bin/activate && pytest -q tests/test_color_parser_runtime.py -k 'legacy_classic_blue_seed_rebases_redundant_background_roles'source .venv/bin/activate && pytest -q tests/test_color_parser_runtime.py -k 'legacy_custom_theme_seed_rebases_redundant_background_roles'source .venv/bin/activate && pytest -q tests/test_theme_config_paths.py -k test_config_paths_prefer_xdg_and_use_home_fallback_only_when_xdg_is_unavailablemake clean && make -j4source .venv/bin/activate && pytest -q tests/test_fileops_integrity.py -k 'copy_mutation_updates_only_destination_hashes or move_mutation_rehomes_hash_without_corrupting_payload or rename_mutation_preserves_file_hash or delete_mutation_removes_only_selected_file or copy_prompt_cancel_keeps_tree_snapshot_identical or same_path_copy_rejection_keeps_tree_snapshot_identical or archive_copy_rewrite_updates_member_hashes_deterministically'source .venv/bin/activate && pytest -q tests/test_archive_exit_ui.py -k 'missing_profile_f10_unchanged_edit_creates_profile or removed_legacy_profile_f10_recreates_xdg_not_dotfile or smallwindowskip_config_edit_applies_immediately_in_session'source .venv/bin/activate && pytest -q tests/test_color_parser_runtime.py -k 'theme_roles_without_explicit_background_inherit_theme_background or legacy_classic_blue_seed_rebases_redundant_background_roles or legacy_custom_theme_seed_rebases_redundant_background_roles or invalid_user_theme_catalog_blocks_packaged_fallback or invalid_packaged_theme_catalog_falls_back_to_compiled_default or missing_user_theme_catalog_uses_packaged_catalog_without_creating_file or seeded_theme_miss_uses_installed_packaged_catalog' tests/test_theme_catalog_sync.py tests/test_theme_config_paths.py