runtimeverification / runtimeverification/mir-semantics

Fix node printing

Open
#681 0 comments 0 reactions 0 assignees View on GitHub

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

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.