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
When eval_code fails quosure is not returned anymore. It means that reactive which fails return error and breaks the whole app. What we actually need is to still return the quosure and keep the error messages (and warnings) per code element to print the proper diagnostics.
If we decide to drop diagnostics feature some tryCatch is still needed, because reactives still should return quosure and instead of error message we would like to use validate(q3) in shiny apps.
When eval_code fails quosure is not returned anymore. It means that reactive which fails return error and breaks the whole app. What we actually need is to still return the quosure and keep the error messages (and warnings) per code element to print the proper diagnostics.
If we decide to drop diagnostics feature some tryCatch is still needed, because reactives still should return quosure and instead of error message we would like to use
validate(q3)
in shiny apps.Final acceptance criteria not yet formulated
The text was updated successfully, but these errors were encountered: