-
Notifications
You must be signed in to change notification settings - Fork 0
Enable local C# roslynator #74
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -413,8 +413,8 @@ If you believe a skip is genuinely warranted, stop and ask the user; do not add | |
|
|
||
| ### Known intermittent CI failure: pyo3-runner torch registration timeout | ||
|
|
||
| `et-ws-pyo3-runner`'s `module_behaves::case_5_torch` intermittently fails on test.yaml's Windows lane with the | ||
| literal failure line | ||
| `et-ws-pyo3-runner`'s `module_behaves::case_5_torch` intermittently fails on test.yaml's Windows and macOS lanes | ||
| with the literal failure line | ||
|
|
||
| Error: "runner never registered" | ||
|
|
||
|
|
@@ -426,7 +426,11 @@ torch's import when the test's registration timeout expired. The ~117 MB `pipx:t | |
| cold runner is the slow step; a rerun passes because the import caches warm. Observed on commit | ||
| `6479913bdc288dd680fbe0520f63054e8c71fe6c` at | ||
| `https://github.com/edge-toolkit/core/actions/runs/28686533955/job/85080173283` (PR #70; the rerun passed and the PR | ||
| merged). If this signature recurs, stop rerunning and fix the root cause: raise (or make torch-case-specific) the | ||
| merged), and on the `default (macos-latest, 45)` job -- same signature, unix-form | ||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. 🟡 MEDIUM RISK The backtick opened on line 428 is not closed, which causes the backticks on line 429 to incorrectly toggle the code span. This results in the job name appearing as plain text and the surrounding description as code. Try running the following prompt in your coding agent:
|
||
| `torch/lib/python3.13/site-packages/torch/_subclasses/functional_tensor.py:362` warning path -- on commit | ||
| `f2a85307a2415f4a50625627795e02c84f1c8e5d` at | ||
| `https://github.com/edge-toolkit/core/actions/runs/28865327221/job/85613919558` (PR #73), 20.68s into the test | ||
| run. If this signature recurs, stop rerunning and fix the root cause: raise (or make torch-case-specific) the | ||
| runner-registration timeout in the pyo3-runner module tests, or warm the torch import before the registration clock | ||
| starts. | ||
|
|
||
|
|
||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🔴 HIGH RISK
The PR title indicates the enablement of Roslynator for C#, but the changes only update documentation for an unrelated Python CI failure.
Try running the following prompt in your coding agent: