(π) `dmypy recheck --update` crashes
Open
Nobody has claimed this yet.
crash
topic-daemon
- Dominant language
- Python
- Stars
- 20.6k
- Forks
- 3.3k
- PR merge metrics
- PR metrics pending
Description
π dmypy start
Daemon started
π dmypy check test1.py
Success: no issues found in 42 source files
π dmypy recheck --update test2.py
Daemon crashed!
Traceback (most recent call last):
File "mypy\dmypy_server.py", line 234, in serve
File "mypy\dmypy_server.py", line 281, in run_command
File "mypy\dmypy_server.py", line 396, in cmd_recheck
AssertionError
mypy 1.4.1
no config files
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up β it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Reproduce the sequence with dmypy start, dmypy check test1.py, and dmypy recheck --update test2.py. Inspect mypy/dmypy_server.py around cmd_recheck at line 396 to determine why the assertion is reached; done means the update completes without crashing the daemon.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- devtools
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 42/100