fix(doctor): sync writes to the module's own file, not the invoking justfile #79
No reviewers
Labels
No labels
Compat/Breaking
Kind/Bug
Kind/Documentation
Kind/Enhancement
Kind/Feature
Kind/Security
Kind/Testing
Meta/Campaign
Meta/Epic
Meta/Session
Priority/Critical
Priority/High
Priority/Low
Priority/Medium
Reviewed/Confirmed
Reviewed/Curated
Reviewed/Duplicate
Reviewed/Invalid
Reviewed/Won't Fix
Scope/Campaign
Status/Abandoned
Status/Blocked
Status/Conflicted
Status/In Progress
Status/In Review
Status/Need Grooming
Status/Need More Info
Status/Ready
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set
Reference
Ting/Jostoph!79
Loading…
Reference in a new issue
No description provided.
Delete branch "agent.teyla/Jostoph:fix/doctor-sync-target"
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?
sync's overwrite target was
justfile(), which resolves to whateverjustfile invoked the recipe. Since every repo pulls .doctor.just in via
mod? doctor '.doctor.just', that meant a run ofjust doctor::syncclobbered the repo's own top-level justfile instead of updating the
doctor's copy.
module_file()is the function that actually names thecurrent mod's source file.