cleanup: remove unused system config store #332
No reviewers
Labels
No labels
bug
documentation
duplicate
enhancement
good first issue
help wanted
invalid
question
status:blocked
track:api
track:auto
track:core
track:deploy
track:infra
track:ui
type:cleanup
type:docs
type:epic
type:release
type:research
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
barrettruth/delta!332
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "cleanup/remove-system-config-store"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Problem
system_configsandsrc/core/system-config.tshad no live reads or writes outside their own tests, leaving a generic config store without a runtime owner.Solution
systemConfigsfrom the active Drizzle schema.system_configswhile leaving the broader blank-start baseline compaction to #307.Verification
system_configs.nix develop --command just lintnix develop --command just testCloses #311