Remove stray runtime and vendored artefacts#2
Open
AlexMikhalev wants to merge 1 commit into
Open
Conversation
Drop four files that were committed by mistake on the formatting-fix commit (88bc425) on this branch: - .beads/.local_version: beads daemon runtime state. - .beads/daemon-error, .beads/daemon.log: beads daemon stderr/stdout captures, regenerated on every run. - crates/terraphim_settings/default/settings.toml: a vendored terraphim settings data file that has no consumer in this codebase (the terraphim-routing feature uses terraphim_automata / terraphim_types, not terraphim_settings). None of these are referenced by Cargo.toml or any source file. The .beads entries are runtime artefacts that should not be tracked; the crates/terraphim_settings file was a stray vendored data file that predates the router rewrite and is unrelated to it.
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.
Drop four files that were committed by mistake on commit
88bc4254("Fix formatting in main.rs for DemoRoute handler") on this branch.Files removed
.beads/.local_version: beads daemon runtime state file..beads/daemon-error,.beads/daemon.log: beads daemon stderr / stdout captures, regenerated on every run.crates/terraphim_settings/default/settings.toml: a vendored terraphim settings data file with no consumer in this codebase. Theterraphim-routingfeature depends onterraphim_automataandterraphim_types, notterraphim_settings, and there is no[patch]or path override pointing atcrates/terraphim_settings.None of these files are referenced by
Cargo.tomlor any source file. The.beadsentries are runtime artefacts that should not be tracked; thecrates/terraphim_settingsfile is a stray vendored data file unrelated to the router rewrite.Verification
cargo check --bin pi --features terraphim-routing: clean (no resolution impact).cargo check --bin pi: clean.Branch
task/cleanup-stray-filestask/new-model-support-v2Safe to merge and fast-forward; no other branches depend on these paths.