unitizer icon indicating copy to clipboard operation
unitizer copied to clipboard

Quitting Browser During Test Review Produces No Message

Open brodieG opened this issue 2 years ago • 0 comments

During test evaluation, we see on hitting Q

| Unexpectedly exited evaluation attempt when executing test expression:
| > identical(group_exec(r2c_sum, sort(g), x, sorted = TRUE), c(tapply(x,     
| sort(g), sum)))
| Make sure you are not calling `unitize` inside a `tryCatch`/`try` block, 
| invoking a restart defined outside `unitize`, evaluating an expression that 
| calls `quit()`/`q()`, or quitting from a `browser()`/`debug()`/`trace()`. If 
| none of these apply yet you are seeing this message please contact package 
| maintainer.

But if we are debugging during review (i.e. at the unitizer prompt) and we hit Q, then we crash out without any message. Related, is there a quit restart?

brodieG avatar Jun 17 '22 10:06 brodieG