-
Notifications
You must be signed in to change notification settings - Fork 38
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat/bust-cache-validators-change (#14)
Tracks the mod time and size of a formatter's executable in bolt. The cache is busted using the following criteria: - a new formatter has been configured. - an existing formatter has changed (mod time or size) - an existing formatter has been removed from config Also implemented better resolution of symlinks when determining a formatters executable path. Reviewed-on: https://git.numtide.com/numtide/treefmt/pulls/14 Reviewed-by: Jonas Chevalier <[email protected]> Co-authored-by: Brian McGee <[email protected]> Co-committed-by: Brian McGee <[email protected]>
- Loading branch information
1 parent
ada9a72
commit 811f883
Showing
5 changed files
with
256 additions
and
39 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.