Open Issues Need Help
View All on GitHub Developer Tools • File System Tools
Use `cp` instead of `ln` to add tags to file 30 days ago
AI Summary: The task is to debug and fix a bug in a FUSE-based filesystem (Stag) that prevents the initial write to a newly created file when using symbolic links to represent tags. The current implementation uses `ln` to add tags, but the goal is to change this to use `cp`, requiring a solution that correctly handles file creation and writing within the virtual filesystem while maintaining the tag-based structure.
Complexity:
5/5
enhancement help wanted