-
-
Notifications
You must be signed in to change notification settings - Fork 19
fix(hardlink)!: take dev into account
#383
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
Merged
Merged
Changes from 21 commits
Commits
Show all changes
24 commits
Select commit
Hold shift + click to select a range
e255766
Initial plan
Copilot ed6162e
fix(hardlink): use (device, inode) key for deduplication to prevent c…
Copilot 38aacab
test(hardlink): add test proving device number is used in deduplicati…
Copilot eb92bdc
fix(reflection): address doc and comment accuracy for Reflection and …
Copilot 65194d6
chore(git): merge from copilot/check-nlink-hardlink-deduplication
claude e7e5b5c
fix(hardlink)!: include dev in ReflectionEntry and JSON schema
claude b678164
refactor: remove unnecessary `pub(crate)`
KSXGitHub f03530f
refactor(hardlink): introduce DeviceNumber newtype, reorder ino befor…
claude 0058648
docs: remove unnecessary documentation
KSXGitHub 205f1d9
refactor(hardlink): move DeviceNumber into device module, add dev to …
claude 9a16e84
refactor(hardlink): use tuple variant for ConversionError::Duplicated…
claude b4477d5
docs(hardlink): address review feedback on doc comments and error attrs
claude 90cda15
fix(docs): use raw URLs for MetadataExt links to avoid Windows doc er…
claude 8407682
fix(docs): rephrase sort order line in Reflection doc
claude ceecb11
docs(hardlink): separate HTML comments per doc link
claude 15d84e9
docs: revert to prior style
KSXGitHub 39cbd96
docs(hardlink): rephrase sort doc in From<Vec<ReflectionEntry>>
claude 9bb7a7e
refactor(hardlink): extract sorting_key method on ReflectionEntry
claude 79f73a7
docs: explain the existence of `duplicated_inode`
KSXGitHub 205e976
docs: fix grammar
KSXGitHub ae449d3
docs(hardlink): update Aware::record doc to mention device number
claude 4aa04bb
docs(hardlink): fix pronoun in Aware::record doc
claude 326b2a9
docs(hardlink): fix Aware::record doc wording
claude 2127726
docs(hardlink): clarify Aware::record doc
claude File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Some comments aren't visible on the classic Files Changed page.
There are no files selected for viewing
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
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
|
KSXGitHub marked this conversation as resolved.
|
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
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
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
Oops, something went wrong.
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.