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

Deprecate klabel attribute #168

Merged
merged 2 commits into from
Jul 3, 2024
Merged

Deprecate klabel attribute #168

merged 2 commits into from
Jul 3, 2024

Conversation

Baltoli
Copy link
Contributor

@Baltoli Baltoli commented Jul 3, 2024

This PR is a simple mechanical change to remove the klabel, symbol attribute pair in anticipation of klabel finally being deprecated; usages are replaced with 1-argument symbol(_).

@rv-jenkins rv-jenkins merged commit e32daf5 into master Jul 3, 2024
9 checks passed
@rv-jenkins rv-jenkins deleted the deprecate-symbol-klabel branch July 3, 2024 16:03
rv-jenkins pushed a commit to runtimeverification/k that referenced this pull request Jul 4, 2024
This PR implements @tothtamas28's warning messages for usages of the
deprecated `klabel(_)` and `symbol` attributes (which can now be
unambiguously replaced by `symbol(_)` and `overload(_)`).

The actual code changes are pretty minimal, but we need to do a bunch of
updates on test cases and related output to keep tests passing.
Additionally, we have pre-merged downstream PRs to make sure other
projects are not subjected to noisy compiler output as a result of
making this change:

Downstream updates:
- [x] C https://github.com/runtimeverification/c-semantics/pull/1125
- [x] EVM runtimeverification/evm-semantics#2378
- [x] WASM
runtimeverification/wasm-semantics#666
- [x] MX Backend
runtimeverification/mx-semantics#298
- [x] Kasmer
runtimeverification/kasmer-multiversx#168
- [x] MIR (new semantics doesn't use `klabel`)
- [x] Pyk (this PR, now that K and Pyk are merged)
- [x] Blockchain Plugin
runtimeverification/blockchain-k-plugin#184
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