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
Instantiating a runtime by calling Runtime::load_attach() currently prints stock file is absent, creating a new one.
This is inconvenient and I think this output should be suppressed.
Similarly to what's been done in #23, I propose to protect that eprint behind a feature flag (e.g. log, which appears otherwise unused).
The text was updated successfully, but these errors were encountered:
Instantiating a runtime by calling
Runtime::load_attach()
currently printsstock file is absent, creating a new one
.This is inconvenient and I think this output should be suppressed.
Similarly to what's been done in #23, I propose to protect that
eprint
behind a feature flag (e.g.log
, which appears otherwise unused).The text was updated successfully, but these errors were encountered: