feat/overview #5435

Merged
tobiasd merged 2 commits from feat/overview into master 2025-10-28 05:27:22 +00:00
Member
  • fixes issues with xml structure pre commit hook
  • Moves comprea-files to lib
  • adds a n overview page on status.fsfe.org to see what files have different structures
- fixes issues with xml structure pre commit hook - Moves comprea-files to lib - adds a n overview page on status.fsfe.org to see what files have different structures
delliott added 2 commits 2025-10-27 14:56:46 +00:00
delliott requested review from tobiasd 2025-10-27 14:56:59 +00:00
tobiasd merged commit 81d0b63a6e into master 2025-10-28 05:27:22 +00:00
tobiasd referenced this issue from a commit 2025-10-28 05:27:25 +00:00
tobiasd deleted branch feat/overview 2025-10-28 05:27:25 +00:00
fkobi reviewed 2025-10-28 16:37:57 +00:00
@@ -0,0 +1,6 @@
# SPDX-FileCopyrightText: Free Software Foundation Europe e.V. <https://fsfe.org>
Contributor

this should be an empty file IMO. It's contents are very basic Python knowledge and half the lines are just REUSE

this should be an empty file IMO. It's contents are very basic Python knowledge and half the lines are just REUSE
Author
Member

Yeah, fair. I try and keep the Python reuse compliant, and am planning on adding reuse to enforce that in ci soon.

The explanation is probably unnecessary, I have just been copying around the same file for every time I need it.

Yeah, fair. I try and keep the Python reuse compliant, and am planning on adding reuse to enforce that in ci soon. The explanation is probably unnecessary, I have just been copying around the same file for every time I need it.
fkobi reviewed 2025-10-28 16:40:56 +00:00
@@ -172,9 +84,9 @@ def main() -> None:
tasks.extend((master, path, args.whitelist) for path in paths if path != master)
with multiprocessing.Pool(processes=args.jobs) as pool:
filtered_results = (
Contributor

@delliott do you care to explain this change?

@delliott do you care to explain this change?
Author
Member

The lazy generator using ( seemed to be false incorrectly when coerced to bool for some reason, and the eager one [ was not.

I did not bother to investigate further.

The lazy generator using `(` seemed to be false incorrectly when coerced to bool for some reason, and the eager one `[` was not. I did not bother to investigate further.
fkobi marked this conversation as resolved
Sign in to join this conversation.
No Reviewers
2 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: FSFE/fsfe-website#5435