Skip to content

Added -L to find to visit symlinked folders too.#1080

Merged
nfischer merged 1 commit intoshelljs:masterfrom
opalcompany:master
Feb 25, 2022
Merged

Added -L to find to visit symlinked folders too.#1080
nfischer merged 1 commit intoshelljs:masterfrom
opalcompany:master

Conversation

@mperrando
Copy link
Copy Markdown
Contributor

Actually find does not go inside a symlink that is a folder.

In order to preserve old behaviour, the -L flag has been introduced to modify the behaviour and enter symlink'ed folders.

Copy link
Copy Markdown
Member

@nfischer nfischer left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks! This seems reasonable overall

@nfischer nfischer added bash compat Compatibility issues with bash or POSIX behavior feature labels Feb 24, 2022
@codecov-commenter
Copy link
Copy Markdown

codecov-commenter commented Feb 25, 2022

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 97.19%. Comparing base (4b6b17a) to head (d22bb03).

Additional details and impacted files
@@           Coverage Diff           @@
##           master    #1080   +/-   ##
=======================================
  Coverage   97.19%   97.19%           
=======================================
  Files          36       36           
  Lines        1354     1354           
=======================================
  Hits         1316     1316           
  Misses         38       38           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@nfischer nfischer merged commit 8c926df into shelljs:master Feb 25, 2022
@nfischer nfischer added this to the v0.9.0 milestone Feb 25, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bash compat Compatibility issues with bash or POSIX behavior feature

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants