Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upstreaming pyk functionality #2756

Merged
merged 10 commits into from
Jul 29, 2022
Merged

Upstreaming pyk functionality #2756

merged 10 commits into from
Jul 29, 2022

Conversation

ehildenb
Copy link
Member

@ehildenb ehildenb commented Jul 28, 2022

Pulling issue from this list: https://github.com/runtimeverification/ksummarize/issues/82

  • Move a test that doesn't actually need a kompiled definition from integration tests to unit tests.
  • Adds methods module_names, production_for_klabel, production_for_cell_sort, and empty_config to KDefinition.
  • The type SymbolTable is now an alias for Dict instead of Mapping, which makes it behave nicer when the symbol table needs to be patched.
  • Factor out method build_claim and KCFG.Edge.to_claim, instead of passing a boolean into build_rule.
  • Adds class Bool to the pyk.prelude, which has helpers for constructing common Bool patterns.
  • Rename method simplifyBool => simplify_bool.

@ehildenb ehildenb self-assigned this Jul 28, 2022
@ehildenb ehildenb marked this pull request as ready for review July 28, 2022 22:51
pyk/src/pyk/prelude.py Show resolved Hide resolved
@rv-jenkins rv-jenkins merged commit e72bb80 into master Jul 29, 2022
@rv-jenkins rv-jenkins deleted the pyk-upstream branch July 29, 2022 22:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants