Fix filesystem aliases in vendor and Blade discovery - #369
Conversation
|
Codecov Report✅ All modified and coverable lines are covered by tests. 📢 Thoughts on this report? Let us know! |
557705c to
fcfcd0e
Compare
|
CI note: the benchmark job reported a broad 31–76% slowdown across unrelated completion, hover, parsing, and diagnostics suites, then failed while trying to post its alert review because the fork token received a 403. The same filesystem-alias commit is included in #371 and #372, where both CPU and memory comparison jobs passed. This looks like runner variance rather than a path-normalization regression. I cannot rerun an upstream workflow from the fork without repository admin permission; please rerun the failed benchmark job when convenient. 🤖 Generated with Codex |
fcfcd0e to
3f9d21a
Compare
|
I'm on Linux so things might be a bit different, but I made some small corrections after testing:
|
Summary
Why this is separate
This filesystem behavior was discovered while working on #368, but it is independent of Laravel named-resource strings. Splitting it out keeps both changes focused and reviewable.
Verification
cargo testcargo clippy --all-targets -- -D warningscargo fmt --checkChecklist
CHANGELOG.md🤖 Generated with Codex