Closed ChristianoBraga closed 1 year ago
@ChristianoBraga can you please submit a bug report tarball here? You can do that by adding --bug-report my-bug-report
to the invocation of kore-exec
, which you can do by doing export KORE_EXEC_OPTS='--bug-report my-bug-report'
before the call to make ...
that you have there.
Actually, it stopped happening 😁 I will do as you say should it start again... Thank you!
On Thu, Nov 17, 2022 at 1:45 PM Everett Hildenbrandt < @.***> wrote:
@ChristianoBraga https://github.com/ChristianoBraga can you please submit a bug report tarball here? You can do that by adding --bug-report my-bug-report to the invocation of kore-exec, which you can do by doing export KORE_EXEC_OPTS='--bug-report my-bug-report' before the call to make ... that you have there.
— Reply to this email directly, view it on GitHub https://github.com/runtimeverification/haskell-backend/issues/3341#issuecomment-1318914646, or unsubscribe https://github.com/notifications/unsubscribe-auth/AFNNCEL6UZ2BIKSO62IDSLTWIZOMNANCNFSM6AAAAAARQIUQZA . You are receiving this because you were mentioned.Message ID: @.***>
Steps to reproduce the warning
While proving with KPlutus I get this low productivity warning which tells me to open a bug report at the Haskell backend. I created a branch with the problem (which is on the master at this time anyways): https://github.com/runtimeverification/plutus-core-semantics/tree/prod-drop
The following steps should be enough to reproduce the problem:
https://github.com/runtimeverification/plutus-core-semantics
.plutus-core-semantics
.prod-drop
branch.git submodule update --init --recursive
make deps
make build
make tests/specs/Oracle/claims.md.prove
Here is my output: