feat(Cache): Allow arguments of the form Mathlib.Data.+ which correspond to a folder but not a file#35414
Conversation
Comments from Original PR #21838This section contains 3 comment(s) from the original PR, excluding bot comments. @mergify (2025-02-13 17:59 UTC): @joneugster (2025-03-05 09:58 UTC): -- TODO: This could be `(argₛ : FilePath).normalize` if the comment there got addressed
-- (which says "TODO: normalize `a/`, `a//b`, etc.")
let arg : FilePath := System.mkFilePath <| (argₛ : FilePath).components.filter (· != "")@joneugster (2025-04-04 14:01 UTC): |
PR summary 88bb6d226aImport changes for modified filesNo significant changes to the import graph Import changes for all files
Declarations diffNo declarations were harmed in the making of this PR! 🐙 You can run this locally as follows## summary with just the declaration names:
./scripts/declarations_diff.sh <optional_commit>
## more verbose report:
./scripts/declarations_diff.sh long <optional_commit>The doc-module for No changes to technical debt.You can run this locally as
|
This PR continues the work from #21838.
Original PR: #21838