Conversation
vassilit
commented
Jul 18, 2026
Collaborator
- Compile with the CPU flags present on Github's VM
- upgrade checkout to v7
using develop's new features and architecture while keeping master's fixes and user-facing behaviour. - `--is-reflink` exit code 5 means MAYBE_REFLINK in master, and INLINE_EXTENTS in develop. MAYBE_REFLINK stays 5 and INLINE_EXTENTS become 12. In the man page, take develop's phrasing for exit code 6 as we got it wrong in 01f5aad (#636). Sorry. Also, exit code 1 is RM_LINK_ERROR in develop but RM_LINK_NONE in master and vice versa. I kept master's to avoid breaking user scripts. Note that master returns EXIT_FAILURE(1) in some cases. - kept `--write-unfinished` (as people using the master branch seem to like its speed), but as it can produce surprising results, its short option `-U` is changed to the the quasi-alternative `--hash-unmatched`. Updated tests to cover both. Added a note in man. - kept `--without-compile-glib-schemas` over `--without-schemas-compile`. - adapted several fixes from master to the new develop codebase - updated gettext strings and po files
…pes formatter - fdupes now ignore RM_LINT_TYPE_DUPE_DIR_CANDIDATE as other formatters do - don't count them as suspicious items - use an explictly named alias to use as a boundary marker - add a test
It may returns an empty (non-None) list.
DEBUG=1 activates asserts, O=release compiles with optimisations. Both are checked during configure-time to display options but checked again during compile-time.
vassilit
marked this pull request as draft
July 23, 2026 18:27
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.