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
It is a bit difficult to know where this error is occuring, especially as these are internal. They should not reach the end user, but while iterating, it can be difficult to find the source of the error.
Maybe cli could check in advance if parenthesis are well balanced?
The text was updated successfully, but these errors were encountered:
Maybe cli could check in advance if parenthesis are well balanced?
That is very difficult, and basically means evaluating the whole thing.
cli calls as.character() and that fails for closures. Maybe we can catch that error, and give a better error message, but what would that error message look like?
It would be great if errors could be rethrown by cli?
If I have this code lost somewhere, it is a bit difficult to find the location.
It is a bit difficult to know where this error is occuring, especially as these are internal. They should not reach the end user, but while iterating, it can be difficult to find the source of the error.
Maybe cli could check in advance if parenthesis are well balanced?
The text was updated successfully, but these errors were encountered: