-
Notifications
You must be signed in to change notification settings - Fork 2.2k
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
Recursive glob still doesn't work #3891
Comments
Please try again with a build from the master branch. |
/usr/local/bin/swiftlint --config .swiftlint.yml
Linting Swift files in current working directory
[1] 36842 illegal hardware instruction /usr/local/bin/swiftlint --config .swiftlint.yml |
You found a crash! I'd really appreciate if you could share more information about it. You can follow these steps to build and run in Xcode, which should pause the debugger when the crash happens: https://github.com/realm/SwiftLint/blob/master/CONTRIBUTING.md#building-and-running-locally |
Actually, I was able to reproduce it thanks to your detailed report. It's crashing here: https://github.com/dduan/Pathos/blob/8697a340a25e9974d4bbdee80a4c361c74963c00/Sources/Pathos/Path.swift#L255
Backtrace:
|
Adapted from https://gist.github.com/efirestone/ce01ae109e08772647eb061b3bb387c3 The implementation from Pathos seems buggy. Fixes #3891
Adapted from https://gist.github.com/efirestone/ce01ae109e08772647eb061b3bb387c3 The implementation from Pathos seems buggy. Fixes #3891
@jpsim, Yes! It works! Thank you! |
Adapted from https://gist.github.com/efirestone/ce01ae109e08772647eb061b3bb387c3 The implementation from Pathos seems buggy. Fixes #3891
Adapted from https://gist.github.com/efirestone/ce01ae109e08772647eb061b3bb387c3 The implementation from Pathos seems buggy. Fixes realm#3891
New Issue Checklist
Describe the bug
excluded:
doesn't work recursivelyComplete output when running SwiftLint, including the stack trace and command used
Environment
If so, paste their relative paths and respective contents.
xcodebuild -version
)? - Xcode 13.2.1 Build version 13C100The text was updated successfully, but these errors were encountered: