Fix regression in KORE symbol attributes between K and `pyk`
Nobody has claimed this yet.
Assessment
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Newbie friendliness
- 35/100
Research direction
Start with test_module_to_kore in src/tests/integration/test_konvert.py, especially the excluded KORE-attribute list around line 41. Examine each entry against the K and pyk outputs, then determine whether it belongs at KAST simplification, after simplification, after KAST-to-KORE conversion, or requires generation. Done means the comparison no longer relies on unjustified exclusions and the integration test passes.
Written by the indexing model from the issue text.
Description
Currently, test_module_to_kore has a list of KORE attributes that are excluded from the comparison of the generated KORE:
Each attribute in the list is either:
- Generated by
pyk, not generated by K runtimeverification/k#3983 - Generated by K, not generated by
pyk
Entries should be considered one-by-one, and the appropriate action taken:
- Discard the attribute at the start of KAST simplification
- Discard the attribute at the end of KAST simplification
- Discard the attribute after KAST-to-KORE conversion (less likely)
- Implement attribute generation
- Dominant language
- Python
- Stars
- 591
- Forks
- 163
- PR merge metrics
- No merged PRs in 30d
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
More from runtimeverification/k
-
runtimeverification/k#4939 · 1 assignee ·
-
Concolic Explorer Open
Difficulty 5/5 Over a week Newbie friendliness 32/100
runtimeverification/k#4937 ·
-
Difficulty 5/5 Over a week Newbie friendliness 30/100
runtimeverification/k#4936 ·
-
type:epic
runtimeverification/k#4934 · 4 comments · 1 assignee ·
-
runtimeverification/k#4924 · 1 assignee ·
All issues in runtimeverification/k
Similar issues
-
Difficulty 2/5 1-3 hours Newbie friendliness 74/100
bancolombia/sentinel#23 ·
-
test md OpenCI
Difficulty 2/5 1-3 hours Newbie friendliness 74/100
-
integration:quickjs org:external priority:backlog topic:code-interpreter topic:middleware type:feature
Difficulty 2/5 1-3 hours Newbie friendliness 74/100
langchain-ai/deepagents#6450 ·
-
bug client
Difficulty 2/5 1-3 hours Newbie friendliness 88/100
-
Difficulty 2/5 1-3 hours Newbie friendliness 74/100