Deprecate multi-irb feature
未關閉
還沒有人認領這個 Issue。
enhancement
- 主要語言
- Ruby
- 星號
- 478
- 分支
- 158
- 平均合併
- 1 天 12 小時
- 30 天內合併 PR
- 12
描述
Plan
- Print deprecation warnings on these commands:
irb,jobs,fg, andkillin the next minor release - Completely remove those commands in
v2.0.0
Reasons
- It's concept highly overlaps with workspace commands like
chws,pushws...etc. - It spawns a new thread for every new new session, which conflicts with the upcoming irb-debug integration
- But most importantly, we can't find any practical use for this feature and the cost of maintaining its compatibility with other features is high
- For example, it will require the solution of #650 to support multi-thread irb sessions too
Feedback wanted
If you use the multi-irb feature and don't want to see it deprecated from IRB, please leave a comment below to explain your use case of it. It will help us assess this plan.
貢獻指南
從這裡開始
- 先讀完整個 Issue,再讀專案的貢獻指南。
- 在 Issue 下留言說明你要接手 —— 這能避免兩個人做同樣的事。
- Fork 儲存庫,在一個分支上完成修改。
- 送出 Pull Request,並在描述裡引用這個 Issue 編號。
研究方向
首先定位 irb、jobs、fg 和 kill 的實作與命令處理,然後檢查 IRB 的版本與棄用是如何管理的。完成標準是這些命令在下一個次版本中發出警告,並在 v2.0.0 中移除,同時更新相關測試。
由索引模型根據 Issue 內容生成。
評估
- 技術堆疊
- ruby
- 領域
- cli
- Issue 類型
- 重構
- 難度
- 4/5
- 預估耗時
- 3-5 天
- 活躍度
- 停滯
- 描述清晰度
- 基本清楚
- 新手友好度
- 35/100