fix: tech-debt batch 3 — remove deprecated functions, use stdlib #357
Reference in New Issue
Block a user
Delete Branch "fix/tech-debt-batch-3"
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?
Summary
ValuesRepositorywithmaps.Values: The helper was a workaround for Go <1.18. Since we're on Go 1.26, use the stdlib directly.CanEnableEditorwrapper: It was identical toCanContentChange(). All callers now useCanContentChangedirectly (Go + templates).Refs #311, #317
Test plan
go buildsucceeds🤖 Generated with Claude Code