Skip to content

fix: use cross-platform metadata.len() instead of Unix-specific size()#11

Merged
stchris merged 1 commit intomainfrom
claude/issue-10-20260113-1629
Jan 13, 2026
Merged

fix: use cross-platform metadata.len() instead of Unix-specific size()#11
stchris merged 1 commit intomainfrom
claude/issue-10-20260113-1629

Conversation

@stchris
Copy link
Owner

@stchris stchris commented Jan 13, 2026

Replace the Unix-specific MetadataExt::size() method with the standard
Metadata::len() method which works on all platforms including Windows.

Fixes #10

Generated with Claude Code

Replace the Unix-specific MetadataExt::size() method with the standard
Metadata::len() method which works on all platforms including Windows.

Fixes #10

Co-authored-by: Christian Stefanescu <stchris@users.noreply.github.com>
@claude
Copy link

claude bot commented Jan 13, 2026

Code review

No issues found. Checked for bugs and CLAUDE.md compliance.

@stchris stchris merged commit 91083bf into main Jan 13, 2026
10 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.

Fix Windows specific filesystem code

1 participant