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
./eventum_cli/cli_compose.py:172: error: INTERNAL ERROR -- Please try using mypy master on GitHub:
https://mypy.readthedocs.io/en/stable/common_issues.html#using-a-development-mypy-build
Please report a bug at https://github.com/python/mypy/issues
version: 1.10.0
Traceback (most recent call last):
File "mypy/checkexpr.py", line 5760, in accept
File "mypy/nodes.py", line 1907, in accept
File "mypy/checkexpr.py", line 476, in visit_call_expr
File "mypy/checkexpr.py", line 605, in visit_call_expr_inner
File "mypy/checkexpr.py", line 1456, in check_call_expr_with_callee_type
File "mypy/checkexpr.py", line 1550, in check_call
File "mypy/checkexpr.py", line 1735, in check_callable_call
File "mypy/checkexpr.py", line 2062, in infer_function_type_arguments
File "mypy/infer.py", line 56, in infer_function_type_arguments
File "mypy/constraints.py", line 236, in infer_constraints_for_callable
File "mypy/argmap.py", line 248, in expand_actual_type
KeyError: 'pop from an empty set'
./eventum_cli/cli_compose.py:172: : note: use --pdb to drop into pdb
Fixes#17345Fixes#17112Fixes#16616
Oh well, I clearly remember I have put those lines before `if` only
because otherwise the line would be 101 chars long, and I didn't want to
wrap arguments. Now I see it was a bad idea, LOL.
---------
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Uh oh!
There was an error while loading. Please reload this page.
Bug Report
Source code:
https://github.com/Eventum-Generatives/EventumCLI/commit/2658b26bb19101b7dac3cefe0e0550d7b6dbbc16#diff-ed093eb29d2a0b6739a267cefe9a21ac84459fb950d0b5c1c8cf02c3d1d8dd82R172
To Reproduce
Expected Behavior
No issues with type checking
Actual Behavior
Mypy types check action failed: https://github.com/Eventum-Generatives/EventumCLI/actions/runs/9427879398/job/25972542258
Traceback:
Your Environment
mypy . --show-traceback
The text was updated successfully, but these errors were encountered: