Support Claude as developer, add --top-cell flag to pyk kompile#4912
Open
Support Claude as developer, add --top-cell flag to pyk kompile#4912
--top-cell flag to pyk kompile#4912Conversation
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>
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.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.
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:
CLAUDE.mdfor helping with Claude development..gitignorefor ignoring generated*-kompileddirectories.pyk/docs/...for the discovery of the remaining processes to be done for supporting the entire kompilation pipeline in Python directly.--top-celltopyk kompileand thread it htrough appropriately, uncomment one test that passes now.