fix: stabilize renderer scheduling and class lifecycle behavior in re… #21
test.yml
on: push
Matrix: tests
Lint (Non-blocking)
22s
Workflow Summary
2s
Annotations
10 errors and 5 warnings
|
ruff (F541):
examples/concurrent-render/main.py#L72
examples/concurrent-render/main.py:72:9: F541 f-string without any placeholders
help: Remove extraneous `f` prefix
|
|
ruff (F541):
examples/concurrent-render/main.py#L70
examples/concurrent-render/main.py:70:9: F541 f-string without any placeholders
help: Remove extraneous `f` prefix
|
|
ruff (F401):
examples/concurrent-render/main.py#L13
examples/concurrent-render/main.py:13:65: F401 `pyinkcli.render` imported but unused
help: Remove unused import
|
|
ruff (F401):
examples/concurrent-render/main.py#L13
examples/concurrent-render/main.py:13:48: F401 `pyinkcli.useLayoutEffect` imported but unused
help: Remove unused import
|
|
ruff (I001):
examples/concurrent-render/main.py#L13
examples/concurrent-render/main.py:13:1: I001 Import block is un-sorted or un-formatted
help: Organize imports
|
|
ruff (I001):
examples/chat/index.py#L3
examples/chat/index.py:3:1: I001 Import block is un-sorted or un-formatted
help: Organize imports
|
|
ruff (I001):
examples/box-backgrounds/index.py#L3
examples/box-backgrounds/index.py:3:1: I001 Import block is un-sorted or un-formatted
help: Organize imports
|
|
ruff (I001):
examples/borders/index.py#L3
examples/borders/index.py:3:1: I001 Import block is un-sorted or un-formatted
help: Organize imports
|
|
ruff (I001):
examples/aria/index.py#L3
examples/aria/index.py:3:1: I001 Import block is un-sorted or un-formatted
help: Organize imports
|
|
ruff (I001):
examples/alternate-screen/index.py#L3
examples/alternate-screen/index.py:3:1: I001 Import block is un-sorted or un-formatted
help: Organize imports
|
|
Lint (Non-blocking)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/checkout@v4, actions/setup-python@v5. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
Lint (Non-blocking)
Ruff reported issues (non-blocking)
|
|
Tests (Python 3.12)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/checkout@v4, actions/setup-python@v5. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
Tests (Python 3.11)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/checkout@v4, actions/setup-python@v5. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
Tests (Python 3.10)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/checkout@v4, actions/setup-python@v5. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|