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
Observe that the GitHub UI describes it as an “Executable File,” but that it is a Rust source rather than an interpreted script.
Expected behavior
Non-script sources should not have executable permissions.
Screenshots
N/A
Desktop (please complete the following information):
N/A
Smartphone (please complete the following information):
N/A
Additional context
In particular, executable Rust sources can cause problems with Linux distribution packaging because #![…] directives look like shebang lines, and this can confuse automation.
The text was updated successfully, but these errors were encountered:
Describe the bug
The source file
src/result.rs
has the executable bit set in its filesystem permissions, but it is not a script.To Reproduce
Steps to reproduce the behavior:
Executable File
,” but that it is a Rust source rather than an interpreted script.Expected behavior
Non-script sources should not have executable permissions.
Screenshots
N/A
Desktop (please complete the following information):
N/A
Smartphone (please complete the following information):
N/A
Additional context
In particular, executable Rust sources can cause problems with Linux distribution packaging because
#![…]
directives look like shebang lines, and this can confuse automation.The text was updated successfully, but these errors were encountered: