Skip to content

Remove stray runtime and vendored artefacts#2

Open
AlexMikhalev wants to merge 1 commit into
task/new-model-support-v2from
task/cleanup-stray-files
Open

Remove stray runtime and vendored artefacts#2
AlexMikhalev wants to merge 1 commit into
task/new-model-support-v2from
task/cleanup-stray-files

Conversation

@AlexMikhalev

Copy link
Copy Markdown

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. The terraphim-routing feature depends on terraphim_automata and terraphim_types, not terraphim_settings, and there is no [patch] or path override pointing at crates/terraphim_settings.

None of these files 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 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

  • Head: task/cleanup-stray-files
  • Base: task/new-model-support-v2

Safe to merge and fast-forward; no other branches depend on these paths.

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.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant