Skip to content
This repository was archived by the owner on May 13, 2026. It is now read-only.

chore(schema): scrub stale FieldBase log strings post-#684 inline - #688

Merged
shiba4life merged 1 commit into
mainfrom
kanban/a5ab2-scrub-fieldbase-logs
May 5, 2026
Merged

chore(schema): scrub stale FieldBase log strings post-#684 inline#688
shiba4life merged 1 commit into
mainfrom
kanban/a5ab2-scrub-fieldbase-logs

Conversation

@shiba4life

Copy link
Copy Markdown
Collaborator

Scrubs the three stale "FieldBase: ..." log strings in crates/core/src/schema/types/field/base.rs that were left over after #684 inlined FieldBase<M> into the four field variants. These logs now live in the free function refresh_field_from_db<M>, so the prefix is retagged to match.

  • tracing::warn!("FieldBase: skipping molecule ref ...refresh_field_from_db: ...
  • tracing::debug!("FieldBase: resolved molecule via pre-tag ...refresh_field_from_db: ...
  • tracing::warn!("FieldBase: pre-tag fallback ...refresh_field_from_db: ...

No behavior change. Levels, fields, and message structure preserved. git grep -n FieldBase is now clean across crates/core/src/schema/types/field/.

Reconciled by /kanban babysit — the originating task agent committed locally but stalled before pushing.

The FieldBase<M> generic was inlined into the four field variants in
#684 and deleted, but three tracing log messages in base.rs still used
"FieldBase:" as a prefix. Those logs now live inside the free function
refresh_field_from_db<M>, so retag the prefix to match the actual call
site. Levels and fields preserved; no behavior change.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
@shiba4life
shiba4life enabled auto-merge May 5, 2026 05:11
@shiba4life
shiba4life added this pull request to the merge queue May 5, 2026
Merged via the queue into main with commit 00dc213 May 5, 2026
28 checks passed
@shiba4life
shiba4life deleted the kanban/a5ab2-scrub-fieldbase-logs branch May 5, 2026 05:16
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant