You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When a "E999 syntax error" is found, the text of the error is appended to the end of the current file. This additional text must be removed by hand to continue.
To Reproduce
Steps to reproduce the behavior:
Open a TextMate file in Python Ruff mode
Type syntaxically incorrect text eg a single line "1 = a"
Save file
The text Error error: Failed to parse test.py:1:1: Invalid assignment targettest.py: 1:1 E999 SyntaxError: Invalid assignment targetFound 1 error. is appended at the end to the opened file
Expected behavior
The error should only appear in the hovering window
Logs
Environment (please complete the following information):
OS: macOS 14.5 (23F79)
CPU: M3
TextMate version: 2.0.23
Bundle version: 1.1.5
The text was updated successfully, but these errors were encountered:
Describe the bug
When a "E999 syntax error" is found, the text of the error is appended to the end of the current file. This additional text must be removed by hand to continue.
To Reproduce
Steps to reproduce the behavior:
Error error: Failed to parse test.py:1:1: Invalid assignment targettest.py: 1:1 E999 SyntaxError: Invalid assignment targetFound 1 error.
is appended at the end to the opened fileExpected behavior
The error should only appear in the hovering window
Logs
Environment (please complete the following information):
The text was updated successfully, but these errors were encountered: