Incorrect f-string parsing
还没有人认领这个 Issue。
评估
调研方向
使用提供的 test.py 内容重现该报告,并将 Python 的输出与 ruff check test.py --select F401 进行比较。跟踪此 f-string 的解析方式,并确保解析器接受转义的大括号和反斜杠,而不是报告字符串未终止。示例能够在不出现所报告错误的情况下完成解析,并且与 Python 的行为一致,即表示完成。
由索引模型根据 Issue 内容生成。
描述
Originally reported as https://github.com/astral-sh/ruff/issues/5044:
Not the best string ever, but ruff doesn't handle it like Python
λ cat test.py print(f"$N_{{img}}\in\{{0,1,2\}}$") λ python test.py $N_{img}\in\{0,1,2\}$ λ ruff check test.py --select F401 error: Failed to parse test.py:1:25: f-string: unterminated string
- 主要语言
- Rust
- 星标
- 117
- 派生
- 38
- 平均合并
- 4 天 7 小时
- 30 天内合并 PR
- 1
贡献指南
这个仓库没有索引到贡献指南
从这里开始
- 先读完整个 Issue,再读项目的贡献指南。
- 在 Issue 下留言说明你要接手 —— 这能避免两个人做同样的事。
- Fork 仓库,在一个分支上完成修改。
- 提交 Pull Request,并在描述里引用这个 Issue 编号。
RustPython/Parser 的其他 Issue
-
难度 1/5 1 小时以内 新手友好度 25/100
RustPython/Parser#140 · 3 条评论 ·
-
难度 3/5 1-2 天 新手友好度 48/100
RustPython/Parser#139 · 3 条评论 ·
-
难度 4/5 3-5 天 新手友好度 30/100
RustPython/Parser#137 · 1 条评论 ·
-
难度 3/5 1-2 天 新手友好度 50/100
RustPython/Parser#133 ·
-
难度 3/5 1-2 天 新手友好度 35/100
RustPython/Parser#130 ·
查看 RustPython/Parser 的全部 Issue
相似的 Issue
-
area: compat bug
难度 2/5 1-3 小时 新手友好度 72/100
-
area: dogs bug priority: P3 silent failure test-code
难度 2/5 1-3 小时 新手友好度 88/100
-
难度 2/5 1-3 小时 新手友好度 70/100
MystenLabs/sui#28056 · 1 条评论 ·
-
type/bug
难度 2/5 1-3 小时 新手友好度 68/100
-
难度 2/5 1-3 小时 新手友好度 75/100
Luminous-Dynamics/mycelix#2577 ·