IronLanguages / IronLanguages/ironpython3
Generate testing assemblies at compile time
未關閉
還沒有人認領這個 Issue。
testing
- 主要語言
- C#
- 星號
- 2.8k
- 分支
- 316
- 平均合併
- 1 天 9 小時
- 30 天內合併 PR
- 1
描述
There are a number of tests (see https://github.com/IronLanguages/ironpython3/pull/1662) that generate assemblies during testing. These could probably be generated at compile time (similar to what's done in the DLR ClrAssembly project). This would improve test coverage on systems that don't have csc/vbc/ilasm (e.g. a posix system without Mono).
貢獻指南
從這裡開始
- 先讀完整個 Issue,再讀專案的貢獻指南。
- 在 Issue 下留言說明你要接手 —— 這能避免兩個人做同樣的事。
- Fork 儲存庫,在一個分支上完成修改。
- 送出 Pull Request,並在描述裡引用這個 Issue 編號。
研究方向
先檢視 PR #1662 中的測試與組件產生變更,然後將它們與 issue 中提到的 DLR ClrAssembly 專案進行比較。當必要的測試組件在編譯時產生,且測試可以在沒有 csc、vbc 或 ilasm 的系統上執行時,工作即告完成。
由索引模型根據 Issue 內容生成。
評估
- 技術堆疊
- csharp
- 領域
- build-system, testing-qa
- Issue 類型
- 重構
- 難度
- 4/5
- 預估耗時
- 3-5 天
- 活躍度
- 停滯
- 描述清晰度
- 基本清楚
- 新手友好度
- 38/100