AcademySoftwareFoundation / AcademySoftwareFoundation/EncodingGuidelines
File not found error
オープン
- 主要言語
- Dockerfile
- スター
- 55
- フォーク
- 8
- PR マージ指標
- 30日以内にマージされた PR はありません
説明
If the yml source file exists, but the frames that the file points to do not, the error is rather obscure.
If the file is missing, the code currently ends up thinking that the image path is:
"/test/enctests/sources/enc_sources/chimera_fountains_srgb/chimera_fountains_srgb.%05d.png.yml%02d"
instead of:
"/test/enctests/sources/enc_sources/chimera_fountains_srgb/chimera_fountains_srgb.%05d.png"
We should be able to fail gracefully and continue.
コントリビューションガイド
調査の方向性
まず、YMLソースパスと参照されているフレームパスがどのように解決されるかを追跡し、issueのサンプルパスを使ってフレームが見つからないケースを再現します。フレームが見つからない場合に明確な失敗が発生し、要求どおり処理が継続されることを確認します。
索引モデルが issue の本文から書いたものです。
評価
- 技術スタック
- yaml
- 領域
- tooling
- issue の種類
- バグ
- 難易度
- 3/5
- 見積もり時間
- 1〜2日
- 活発さ
- 停滞
- 明瞭さ
- おおむね明確
- 初心者へのやさしさ
- 45/100