Likely bad abstraction - #175
Open
cuzzo wants to merge 4445 commits into
Open
Conversation
More compiler fixes.
The canonical checkpoint materialized Lineage-shaped inputs (per-suite mutant-facts/v1 and the combined Weak Tests SARIF) but nothing consumed them, leaving the mutation-exposure and Weak Tests views empty unless ingested by hand. ingest_mutation_corpus.rb accepts the corpus envelope or a materialized directory, derives the commit from the corpus itself, and runs ingest-mutants per suite plus ingest-sarif for weak tests; lineage-import gains --mutation-corpus to invoke it during repository import. The round-trip (init, build, ingest, sarif_findings and test_exposure_events rows) is covered by an integration test. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01Wnpnt6XRDLqVFrePfjXhY8
PR runs previously surfaced only the binary pass/fail of the result gate; weak-test findings appear only post-merge by design. The result job now aggregates this run's merged reports across Ruby, Rust, Go, and Zig into a per-suite mutant-count table (killed / survived / uncovered) in the workflow step summary, explicitly labeled advisory - verdict-bearing findings still come only from the canonical snapshot. The tally script handles both Mutation Testing Elements and mutant-facts/v1 shapes and is unit tested; both new test files run in the CI checkpoint job. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01Wnpnt6XRDLqVFrePfjXhY8
Co-authored-by: Codex <codex@openai.com>
Co-authored-by: Codex <codex@openai.com>
Co-authored-by: Codex <codex@openai.com>
Co-authored-by: Codex <codex@openai.com>
Co-authored-by: Codex <codex@openai.com>
Co-authored-by: Codex <codex@openai.com>
Co-authored-by: Codex <codex@openai.com>
Co-authored-by: Codex <codex@openai.com>
Co-authored-by: Codex <codex@openai.com>
Co-authored-by: Codex <codex@openai.com>
Co-authored-by: Codex <codex@openai.com>
Co-authored-by: Codex <codex@openai.com>
Co-authored-by: Codex <codex@openai.com>
Co-authored-by: Codex <codex@openai.com>
Co-authored-by: Codex <codex@openai.com>
Co-authored-by: Codex <codex@openai.com>
Co-authored-by: Codex <codex@openai.com>
Co-authored-by: Codex <codex@openai.com>
Co-authored-by: Codex <codex@openai.com>
Co-authored-by: Codex <codex@openai.com>
Improve Test Miser
There was a problem hiding this comment.
Espalier found more than 20 potential problems in the proposed changes. Check the Files changed tab for more details.
| def process(kind, invoice, payload) | ||
| if kind == :invoice | ||
| ledger.post(invoice) | ||
| @audited_invoice = invoice |
| @audited_invoice = invoice | ||
| else | ||
| webhook.publish(payload) | ||
| @retry_count += 1 |
| @@ -0,0 +1,43 @@ | |||
| class Workspace | |||
| def open_invoice(invoice) | |||
| @invoice = invoice | |||
| end | ||
|
|
||
| def load_image(image) | ||
| @image = image |
|
|
||
| class CohesiveWorkspace | ||
| def open(record) | ||
| @record = record |
| process(kind: string, invoice: string, payload: Uint8Array): string { | ||
| if (kind === "invoice") { | ||
| this.ledger.post(invoice); | ||
| this.retries = 0; |
There was a problem hiding this comment.
Decomplex found more than 20 potential problems in the proposed changes. Check the Files changed tab for more details.
Co-authored-by: Codex <codex@openai.com>
Co-authored-by: Codex <codex@openai.com>
Co-authored-by: Codex <codex@openai.com>
Co-authored-by: Codex <codex@openai.com>
Co-authored-by: Codex <codex@openai.com>
Co-authored-by: Codex <codex@openai.com>
Co-authored-by: Codex <codex@openai.com>
Co-authored-by: Codex <codex@openai.com>
Co-authored-by: Codex <codex@openai.com>
Co-authored-by: Codex <codex@openai.com>
Co-authored-by: Codex <codex@openai.com>
Co-authored-by: Codex <codex@openai.com>
Co-authored-by: Codex <codex@openai.com>
Co-authored-by: Codex <codex@openai.com>
Co-authored-by: Codex <codex@openai.com>
Co-authored-by: Codex <codex@openai.com>
Co-authored-by: Codex <codex@openai.com>
Co-authored-by: Codex <codex@openai.com>
Co-authored-by: Codex <codex@openai.com>
Co-authored-by: Codex <codex@openai.com>
Co-authored-by: Codex <codex@openai.com>
cuzzo
force-pushed
the
likely-bad-abstraction
branch
from
July 23, 2026 17:16
3dbc3b6 to
255f812
Compare
Co-authored-by: Codex <codex@openai.com>
Co-authored-by: Codex <codex@openai.com>
Co-authored-by: Codex <codex@openai.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.