You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As suggested by @tothtamas28, the function foundry_get_model(...) introduced in #1946 should produce a data structure (maybe FoundryModel | None). Function print_model can be a method on this class (without the "Failed to ..." branch). Function print_failure_info then can be redefined as
In addition, as suggested by @nwatson22, print_failure_info in KEVM should be further refactored to use the print_failure_info function that was added to pyk to separate the printing from the RPC calls here: runtimeverification/pyk@6c28b66.
The text was updated successfully, but these errors were encountered:
As suggested by @tothtamas28, the function
foundry_get_model(...)
introduced in #1946 should produce a data structure (maybeFoundryModel | None
). Functionprint_model
can be a method on this class (without the"Failed to ..."
branch). Functionprint_failure_info
then can be redefined asIn addition, as suggested by @nwatson22,
print_failure_info
in KEVM should be further refactored to use theprint_failure_info
function that was added to pyk to separate the printing from the RPC calls here: runtimeverification/pyk@6c28b66.The text was updated successfully, but these errors were encountered: