Skip to content

wip

wip #346

Triggered via push September 29, 2025 08:25
Status Success
Total duration 17m 19s
Artifacts

pyright.yaml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 10 warnings
pyright: build/lib.linux-x86_64-cpython-313/tauon/__main__.py#L252
Argument of type "Literal[b"1"]" cannot be assigned to parameter "value" of type "c_char_p" in function "SDL_SetHint"   "Literal[b"1"]" is not assignable to "c_char_p" (reportArgumentType)
pyright: build/lib.linux-x86_64-cpython-313/tauon/__main__.py#L252
Argument of type "bytes" cannot be assigned to parameter "name" of type "c_char_p" in function "SDL_SetHint"   "bytes" is not assignable to "c_char_p" (reportArgumentType)
pyright: build/lib.linux-x86_64-cpython-313/tauon/__main__.py#L248
Condition will always evaluate to False since the types "c_bool" and "None" have no overlap (reportUnnecessaryComparison)
pyright: build/lib.linux-x86_64-cpython-313/tauon/__main__.py#L247
Argument of type "Literal[b"1"]" cannot be assigned to parameter "value" of type "c_char_p" in function "SDL_SetHint"   "Literal[b"1"]" is not assignable to "c_char_p" (reportArgumentType)
pyright: build/lib.linux-x86_64-cpython-313/tauon/__main__.py#L247
Argument of type "bytes" cannot be assigned to parameter "name" of type "c_char_p" in function "SDL_SetHint"   "bytes" is not assignable to "c_char_p" (reportArgumentType)
pyright: build/lib.linux-x86_64-cpython-313/tauon/__main__.py#L241
Condition will always evaluate to False since the types "c_bool" and "None" have no overlap (reportUnnecessaryComparison)
pyright: build/lib.linux-x86_64-cpython-313/tauon/__main__.py#L240
Argument of type "Literal[b"1"]" cannot be assigned to parameter "value" of type "c_char_p" in function "SDL_SetHint"   "Literal[b"1"]" is not assignable to "c_char_p" (reportArgumentType)
pyright: build/lib.linux-x86_64-cpython-313/tauon/__main__.py#L240
Argument of type "bytes" cannot be assigned to parameter "name" of type "c_char_p" in function "SDL_SetHint"   "bytes" is not assignable to "c_char_p" (reportArgumentType)
pyright: build/lib.linux-x86_64-cpython-313/tauon/__main__.py#L26
"GLib" is unknown import symbol (reportAttributeAccessIssue)
pyright: build/lib.linux-x86_64-cpython-313/tauon/__main__.py#L26
Stub file not found for "gi.repository" (reportMissingTypeStubs)
pyright: build/lib.linux-x86_64-cpython-313/tauon/__main__.py#L367
Type of "decode" is unknown (reportUnknownMemberType)
pyright: build/lib.linux-x86_64-cpython-313/tauon/__main__.py#L342
Type of "SDL_WINDOWPOS_UNDEFINED" is unknown (reportUnknownMemberType)
pyright: build/lib.linux-x86_64-cpython-313/tauon/__main__.py#L342
Type of "o_y" is unknown (reportUnknownVariableType)
pyright: build/lib.linux-x86_64-cpython-313/tauon/__main__.py#L341
Type of "SDL_WINDOWPOS_UNDEFINED" is unknown (reportUnknownMemberType)
pyright: build/lib.linux-x86_64-cpython-313/tauon/__main__.py#L341
Type of "o_x" is unknown (reportUnknownVariableType)
pyright: build/lib.linux-x86_64-cpython-313/tauon/__main__.py#L323
Type of "decode" is unknown (reportUnknownMemberType)
pyright: build/lib.linux-x86_64-cpython-313/tauon/__main__.py#L322
Type of "decode" is unknown (reportUnknownMemberType)
pyright: build/lib.linux-x86_64-cpython-313/tauon/__main__.py#L145
Argument type is unknown   Argument corresponds to parameter "args" in function "__new__" (reportUnknownArgumentType)
pyright: build/lib.linux-x86_64-cpython-313/tauon/__main__.py#L145
Type of "get_user_data_dir" is unknown (reportUnknownMemberType)
pyright: build/lib.linux-x86_64-cpython-313/tauon/__main__.py#L26
Type of "GLib" is unknown (reportUnknownVariableType)