You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
If the distributor of a tool does not ship the tool bin with executable bit set or in other circumstances, the install will fail because of the missing permission bit. A plugin developer has to add a chmod +x on its own, instead of the template already taking this burden.
Describe the solution you'd like
Instead of creating chore work, maybe not fail when exec perm check fails, but try to set +x first. If the file itself is missing due to a failed install, it will still fail, which seems fine.
Describe alternatives you've considered
Let every plugin dev stumble over package maintainers not setting an exec bit and re-iterate with adding a chmod.
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
If the distributor of a tool does not ship the tool bin with executable bit set or in other circumstances, the install will fail because of the missing permission bit. A plugin developer has to add a
chmod +x
on its own, instead of the template already taking this burden.Describe the solution you'd like
Instead of creating chore work, maybe not fail when exec perm check fails, but try to set
+x
first. If the file itself is missing due to a failed install, it will still fail, which seems fine.Describe alternatives you've considered
Let every plugin dev stumble over package maintainers not setting an exec bit and re-iterate with adding a
chmod
.The text was updated successfully, but these errors were encountered: