Skip to content

Support Claude as developer, add --top-cell flag to pyk kompile#4912

Open
ehildenb wants to merge 8 commits intodevelopfrom
more-comp-pipeline
Open

Support Claude as developer, add --top-cell flag to pyk kompile#4912
ehildenb wants to merge 8 commits intodevelopfrom
more-comp-pipeline

Conversation

@ehildenb
Copy link
Copy Markdown
Member

After a Claude analysis of the tests skipped in pyk/regression-new, I have made some small progress on supporting more tests in that test-suite with pyk. In particular:

  • Add a CLAUDE.md for helping with Claude development.
  • Add some to .gitignore for ignoring generated *-kompiled directories.
  • Add some design document/context files to pyk/docs/... for the discovery of the remaining processes to be done for supporting the entire kompilation pipeline in Python directly.
  • Add the flag --top-cell to pyk kompile and thread it htrough appropriately, uncomment one test that passes now.

ehildenb and others added 6 commits April 23, 2026 16:26
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
…gration points

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
…gory, document triage

Un-skip werrorCategory (passes cleanly).
Add regression-triage.md documenting all 113 skipped tests by root cause
with fix complexity and priority ordering.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
--top-cell is a backend-agnostic Java kompile flag that sets which cell
is used as the top-level cell of the definition.  Wire it through
KompileArgs (the shared base class), KompileOptions, the argparse
parser, and exec_kompile's kompile_dict so it is accepted and forwarded
to the underlying Java invocation.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
…p/Counter cells

pyk run intentionally retains <generatedTop> and <generatedCounter> cells
in output (unlike Java krun which strips them).  Update 1.test.out to
match pyk's actual output and remove issue-2075-2 from the skipped list.

Also update regression-triage.md to reflect that Category G tests need
baseline regeneration, not a stripping fix.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
@ehildenb ehildenb self-assigned this Apr 23, 2026
@rv-jenkins rv-jenkins changed the base branch from master to develop April 23, 2026 18:23
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
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