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

Fix source file permissions. #102

Merged
merged 2 commits into from
Jan 30, 2025
Merged

Conversation

alebastr
Copy link
Contributor

@alebastr alebastr commented Dec 1, 2024

lib.rs seems to be erroneously marked as executable. This has no purpose, and combined with the #![...] in the first line confuses any tools that expect the shebang line.

In particular, our (Fedora) packaging tools consider this source file a script and trip on the invalid shebang while trying to infer the interpreter.

`lib.rs` seems to be erroneously marked as executable. This has no
purpose, and combined with the `#![...]` in the first line confuses any
tools that expect the shebang line.
Copy link
Collaborator

@daxpedda daxpedda left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

How did that happen.
Maybe we should consider adding a check in the CI for that?

@daxpedda
Copy link
Collaborator

daxpedda commented Dec 7, 2024

CI was fixed in #103.

@ModProg ModProg merged commit ad5422d into ModProg:main Jan 30, 2025
67 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.

3 participants