Skip to content

Temporary job stubs - #1200

Merged
castwide merged 1 commit into
masterfrom
temp-continue-on-error
May 20, 2026
Merged

Temporary job stubs#1200
castwide merged 1 commit into
masterfrom
temp-continue-on-error

Conversation

@castwide

Copy link
Copy Markdown
Owner

A few of the checks have gotten especially noisy while the codebase is in flux. I'm temporarily setting continue-on-error on the jobs and hope to get them sorted by version 0.60.

@castwide
castwide force-pushed the temp-continue-on-error branch from 37e8aea to 606809c Compare May 20, 2026 00:57
@castwide
castwide merged commit 09be4a6 into master May 20, 2026
32 checks passed
apiology added a commit to apiology/solargraph that referenced this pull request Aug 18, 2026
The `regression`, `rails` and `rspec` jobs in plugins.yml each run
`solargraph typecheck --level strong` against this repo with a plugin
loaded, to catch a plugin breaking typechecking. All three carried
`continue-on-error: true` from 09be4a6 (castwide#1200),
so all three reported success while exiting 1.

They were exiting 1 for the same reason typecheck.yml was: at
8fda633 each reported "525 problems found in 90 of 250 files", the
identical count typecheck.yml reported. The annotations in this PR
resolve them. On this branch at 38abf73 all three report "0 problems
found in 0 of 250 files":

  regression https://github.com/castwide/solargraph/actions/runs/31549739327/job/93969644932
  rails      https://github.com/castwide/solargraph/actions/runs/31549739327/job/93969644920
  rspec      https://github.com/castwide/solargraph/actions/runs/31549739327/job/93969644939

Removing the flags here rather than in a follow-up keeps the fix and
the gates it restores in one change.

Left alone: run_solargraph_rails_specs, whose flag masks 18 failures
in iftheshoefritz/solargraph-rails and which no annotation here
touches.

Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01CXmnT5gSB1PheL9UbiGEVA
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant