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

Error: DangerShellExecutor.SpawnError #68

Open
dancarvajc opened this issue May 22, 2024 · 2 comments
Open

Error: DangerShellExecutor.SpawnError #68

dancarvajc opened this issue May 22, 2024 · 2 comments

Comments

@dancarvajc
Copy link

dancarvajc commented May 22, 2024

Hi there, I had a problem integrating the plugin because it was throwing this error in the scan phase (returning an empty array, no violations):

Sources/DangerSwiftPeriphery/DangerPeriphery.swift:isViolationIncludedInInsertions(_:diffProvider:)#134: The operation couldn’t be completed. (DangerShellExecutor.SpawnError error 0.)

The function isViolationIncludedInInsertions is throwing the error when is making the diff step, so I disabled it and it works correctly.

I made a PR #69 to optionally disable this filtering, do you have more info about this error?

@taji-taji
Copy link
Owner

@dancarvajc
Thanks for reporting the issue!
Version 1.4.1 has been released.
It incorporates a fixed version of SwiftShell on which DangerSwiftPeriphery depends.
Could you please check if this reproduces the issue?

@dancarvajc
Copy link
Author

dancarvajc commented May 22, 2024

Thanks for the reply! @taji-taji Unfortunately it does not solve the problem, it is throwing the same error :/

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

No branches or pull requests

2 participants