This repository was archived by the owner on Mar 5, 2026. It is now read-only.
feat: add guarded symbol switching - #382
Merged
qqrm merged 2 commits intoAug 22, 2025
Merged
Conversation
qqrm
deleted the
codex/implement-fast-symbol-switch-functionality-8fg03n
branch
August 22, 2025 08:54
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 subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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
Testing
cargo fmt --allcargo check --tests --benchescargo clippy --tests --benches --fix --allow-dirty -- -D warningscargo test(failed: No such file or directory; wasm-bindgen-test-runner missing)rustup target add wasm32-unknown-unknowncargo test --target wasm32-unknown-unknown(failed: Exec format error)cargo install wasm-bindgen-cliCARGO_TARGET_WASM32_UNKNOWN_UNKNOWN_RUNNER=wasm-bindgen-test-runner cargo test --target wasm32-unknown-unknown(failed: app::tests::asset_buttons_update_current_symbol; app::tests::legend_checkbox_updates_on_renderer_change; app::tests::legend_checkbox_toggles_visibility; app::tests::timeframe_buttons_update_interval)https://chatgpt.com/codex/tasks/task_e_68a8200a17848332931ea9f0cd1b39a8