Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: isSymbolicLink #754

Merged
merged 5 commits into from
Nov 3, 2024
Merged

Conversation

liz3
Copy link
Contributor

@liz3 liz3 commented Oct 31, 2024

Theres a issue where isDir is checked on a broken symbolic link, it will return true falsely.
This adds checks for the return value of isDir and also adds a new function called isSymbolicLink which checks if a file is a symbolicLink

What's Changed:

Type of Change:

  • Bug fix
  • New feature
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)

Housekeeping:

  • Tests have been updated to reflect the changes done within this PR (if applicable).
  • Documentation has been updated to reflect the changes done within this PR (if applicable).

liz3 added 2 commits October 31, 2024 01:32
Theres a issue where isDir is checked on a broken symbolic link,
it will return true falsely.
This adds checks for the return value of isDir and also adds a new function
called `isSymbolicLink` which checks if a file is a symbolicLink
@liz3 liz3 mentioned this pull request Oct 31, 2024
1 task
@Jason2605
Copy link
Member

Thanks for this

@Jason2605 Jason2605 merged commit 23faa5b into dictu-lang:develop Nov 3, 2024
9 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants