Improve `SyntaxError` suggestions for common operator typos and cross-language mistakes
未關閉
還沒有人認領這個 Issue。
interpreter-core
topic-parser
type-feature
- 主要語言
- Python
- 星號
- 77.2k
- 分支
- 36k
- PR 合併指標
- PR 指標待擷取
描述
As I proposed in #151129 (comment), we can also add suggestions for
<>("not equal" in Pascal and Python 2), "=<", "=>" and "=!" (typo in "<=", ">=" and "!="), "===" ("is" in JavaScript and PHP).
suggested by @serhiy-storchaka
"===" ("is" in JavaScript and PHP).
And Mathematica.
follow up #150906
I'll submit a PR for this . shortly
Linked PRs
- gh-151375
貢獻指南
從這裡開始
- 先讀完整個 Issue,再讀專案的貢獻指南。
- 在 Issue 下留言說明你要接手 —— 這能避免兩個人做同樣的事。
- Fork 儲存庫,在一個分支上完成修改。
- 送出 Pull Request,並在描述裡引用這個 Issue 編號。
研究方向
先檢視 #150906 中的討論和連結的 gh-151375 PR,然後追蹤針對所列運算子拼寫錯誤的現有 SyntaxError 建議行為。完成的標準是:按要求的跨語言建議和錯誤輸入運算子建議都得到一致涵蓋;如果相應測試屬於現有變更的一部分,也應包含這些測試。
由索引模型根據 Issue 內容生成。
評估
- 技術堆疊
- python
- 領域
- compilers
- Issue 類型
- 功能
- 難度
- 3/5
- 預估耗時
- 1-2 天
- 活躍度
- 停滯
- 描述清晰度
- 基本清楚
- 新手友好度
- 30/100