gleam-lang/gleam
Include the destination in error message when copying/linking fails
已關閉
#5,379 建立於 2026年2月20日
help wanted
倉庫指標
- 星標
- (21,417 顆星)
- PR 合併指標
- (平均合併 10天 19小時) (30 天內合併 69 個 PR)
描述
The problem
While working on #5378, I've noticed few TODOs about the need to add destination to error message, when copying or symlinking fails. It seems very useful for me.
Possible solution
- Add new optional field to error
- Update code for coversion to diagnostic
- Update all usages to include it
If it's desired feature, I will work on this!