Update dependency: deps/pyk_release#2287
Conversation
|
@tothtamas28 @ehildenb this PR is failing on |
I looked into this, and I think it's not Below is the process I followed. Setup
Output (the interesting part): Identifying root cause
|
|
@tothtamas28 thanks a lot for the investigation! Then, if I understand correctly, one of |
|
Update: based on my local experiments, setting @tothtamas28 can I ask for your advice on what's best to do in this situation? Is it ok for me to push this change to this PR (for engagement unblocking purposes) and submit an issue so we can investigate it further afterwards? |
Yes, that sounds like the best strategy in this case. |
| always_check_subsumption: bool = True, | ||
| fast_check_subsumption: bool = True, | ||
| fast_check_subsumption: bool = False, | ||
| fallback_on: Iterable[FallbackReason] | None = None, |
There was a problem hiding this comment.
@palinatolmach @tothtamas28 @anvacaru let's make sure when we switch a CLI option like this one, we also switch the default in cli.py as well to match it
There was a problem hiding this comment.
Possibly related: runtimeverification/kontrol#298 (review)
There was a problem hiding this comment.
Right, thanks! I created an issue so that I don't forget to address it within the next few days: #2295, and I'll check with @nwatson22 on whether we might incorporate runtimeverification/kontrol#298 (review) in fixing that as well.
No description provided.