bytecodealliance / bytecodealliance/ComponentizeJS
variant errors on top-level errors mask real error
未關閉
- 主要語言
- Rust
- 星號
- 391
- 分支
- 53
- 平均合併
- 3 天 5 小時
- 30 天內合併 PR
- 1
描述
When using say a restricted error variant, throwing an unsupported error will be masked by the "invalid variant" error in the bindings.
In componentize bindings, we should specially handle invalid error variants at the top-level to be able to provide better debugging output.
貢獻指南
這個儲存庫沒有索引到貢獻指南
研究方向
首先追蹤處理受限錯誤變體的 componentize bindings 路徑,重點了解不支援的頂層錯誤如何變成無效變體錯誤。重現遮蔽行為並比較可用的錯誤資訊。當原始的不支援錯誤仍顯示在偵錯輸出中而不是被遮蔽時,即表示完成。
由索引模型根據 Issue 內容生成。
評估
- 技術堆疊
- rust, wasm
- 領域
- tooling
- Issue 類型
- 缺陷
- 難度
- 4/5
- 預估耗時
- 3-5 天
- 活躍度
- 停滯
- 描述清晰度
- 基本清楚
- 新手友好度
- 35/100