chore: update master changes to feature/p-token#768
Merged
Conversation
Split method `make_call_config` into `_make_concrete_call_config` and `_make_symbolic_call_config`.
Previously, when RV nix derivations were using `poetry2nix`, overriding a nix input in nix was also overriding the python code and resources used in `poetry2nix`. This allowed for easy overrides of python and K semantics changes by utilizing nix overrides. With the migration to `uv` and `uv2nix`, this was behavior was removed due to the respective code not documenting it's purpose. In addition, due to `uv2nix` relying on state-of-the-art python nix packaging tooling `pyproject-nix` instead of `nixpkgs`, ensuring identical override behaviour requires more nix logic. This PR re-introduces this kind of behaviour with `uv2nix`, though it depends on newly introduced overlays in the k nix flake. ### Example You can override k by running: `kup install kmir --override k-framework ~/path/to/local-k-checkout`. This will now also build kmir with the python and K code in `~/path/to/local-k-checkout`. --------- Co-authored-by: Jost Berthold <jost.berthold@gmail.com> Co-authored-by: Tamás Tóth <tothtamas28@users.noreply.github.com>
Co-authored-by: Jost Berthold <jost.berthold@gmail.com>
Co-authored-by: devops <devops@runtimeverification.com>
jberthold
approved these changes
Oct 23, 2025
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.
No description provided.