runtimeverification / runtimeverification/mir-semantics
Fix node printing
Open
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 52
- Forks
- 5
- PR merge metrics
- No merged PRs in 30d
Description
Revert the following patch:
--- a/kmir/src/tests/integration/data/crate-tests/single-bin/single_exe::main.expected
+++ b/kmir/src/tests/integration/data/crate-tests/single-bin/single_exe::main.expected
@@ -5,7 +5,6 @@
│ (225 steps)
├─ 3 (terminal)
│ #EndProgram ~> .K
-│ function: main
│
┊ constraint: true
┊ subst: ...
diff --git a/kmir/src/tests/integration/data/crate-tests/two-crate-bin/crate2::main.expected b/kmir/src/tests/integration/data/crate-tests/two-crate-bin/crate2::main.expected
index 5134d4e..224160f 100644
--- a/kmir/src/tests/integration/data/crate-tests/two-crate-bin/crate2::main.expected
+++ b/kmir/src/tests/integration/data/crate-tests/two-crate-bin/crate2::main.expected
@@ -5,7 +5,6 @@
│ (730 steps)
├─ 3 (terminal)
│ #EndProgram ~> .K
-│ function: main
│
┊ constraint: true
┊ subst: ...
Contributor guide
No contributing guide indexed for this repository
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.
Research direction
Inspect the expected-output files under kmir/src/tests/integration/data/crate-tests/single-bin and two-crate-bin. Restore the displayed function: main lines in both files, then run the relevant crate-test integration checks and confirm the expected output includes those lines.
Written by the indexing model from the issue text.
Assessment
- Domain
- testing
- Issue type
- Bug
- Difficulty
- 1/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Clearly specified
- Newbie friendliness
- 55/100