gleam-lang/gleam

Include the destination in error message when copying/linking fails

クローズ

#5,379 opened on 2026/02/20

 (2 件のコメント) (0 件のリアクション) (0 人の担当者)Rust (960 件のフォーク)batch import
help wanted

Repository metrics

Stars
 (21,417 個のスター)
PR merge metrics
 (平均マージ 10d 19h) (30d で 69 merged PRs)

説明

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

  1. Add new optional field to error
  2. Update code for coversion to diagnostic
  3. Update all usages to include it

If it's desired feature, I will work on this!

コントリビューターガイド