Skip to content

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
@alebastr alebastr deleted the fix-source-perms branch March 27, 2025 13:36
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