Skip to content

fix: Copy dir contents when copy and replace submitted#62

Merged
corwinm merged 1 commit intomainfrom
fix/copy-and-rename-dir-empty
Apr 24, 2026
Merged

fix: Copy dir contents when copy and replace submitted#62
corwinm merged 1 commit intomainfrom
fix/copy-and-rename-dir-empty

Conversation

@corwinm
Copy link
Copy Markdown
Owner

@corwinm corwinm commented Apr 24, 2026

fix: Copy dir contents when copy and replace submitted

📝 Description

This PR fixes a bug where a directory that is copied and renamed did not copy the directory contents.

🔧 Type of Change

  • 🐛 Bug fix (non-breaking change which fixes an issue)
  • ✨ New feature (non-breaking change which adds functionality)
  • 💥 Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • 📚 Documentation update
  • ♻️ Code refactoring (no functional changes)
  • ⚡ Performance improvement
  • 🧪 Tests (adding missing tests or correcting existing tests)
  • 🎨 Style changes (formatting, missing semi-colons, etc)
  • 🔧 Chore (maintenance tasks, dependency updates)
  • 🌟 Other (please describe):

🔗 Related Issues

Testing

  • I have tested this change locally
  • I have added/updated unit tests
  • All existing tests pass

Screenshots (if applicable)

Checklist

  • My code follows the project's coding standards
  • I have performed a self-review of my code
  • I have commented my code in hard-to-understand areas
  • I have made corresponding changes to the documentation
  • My changes generate no new warnings
  • I have checked my code and corrected any misspellings

Additional Notes

@corwinm corwinm merged commit 19341c3 into main Apr 24, 2026
3 checks passed
@corwinm corwinm deleted the fix/copy-and-rename-dir-empty branch April 24, 2026 16:57
github-actions Bot pushed a commit that referenced this pull request Apr 24, 2026
## [0.1.1](v0.1.0...v0.1.1) (2026-04-24)

### Bug Fixes

* Copy dir contents when copy and replace submitted ([#62](#62)) ([19341c3](19341c3))
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.

[Bug]: Copying directories results in an empty directory

1 participant