Open aryoda opened 2 years ago
First diagnoses:
invokeRestart
should only be called if a restart with the name does really exist, eg. here:
Use findRestart
to check this before calling the restart (everywhere in tryCatchLog
).
I think "muffle warnings" is also affected (restart not always found, eg. for simpleWarning
).
See also: rlang::cnd_muffle
In the current version 1.3.2 (and possibly older ones) some
message
conditions cannot be muffled but throw an error, eg.:Compare: Standard messages can be muffled: