-
Notifications
You must be signed in to change notification settings - Fork 152
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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
- Loading branch information
Showing
41 changed files
with
481 additions
and
396 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
Oops, something went wrong.