olivroy

Results 243 issues of olivroy

if I have the following ```r test_that("test", { expect_no_error(function_that_throws_a_warning()) }) ``` I get the following trace in the build pane on Windows. I am noting that the `expect_no_error()` traceback takes...

Follow-up to this https://github.com/r-lib/testthat/issues/1459 Sometimes there are messages in tests, but they can be hard to locate, could there be an handling similar to how warnings are handled? Warnings are...

If snapshots are updated on macOS vs Windows, a ghost snapshot file can show in the git pane. I suspect this related to line-end. Could snapshot files be written in...

Currently, there is no way to exit the shiny app without pressing Escape? https://github.com/r-lib/testthat/blob/f060ccec365e1343ae926c53c215a423b295d7a8/R/snapshot-manage.R#L60-L63 However, I see that some code was implemented? https://github.com/r-lib/testthat/blob/f060ccec365e1343ae926c53c215a423b295d7a8/R/snapshot-manage.R#L77-L90

3rd line: The package (0B) is cached. -> The package is cached. Last line: 1 pkg + ... (NA B) [6.5s] -> 1 pkg + ... [6.5s] ![Capture d’écran, le...

Should be linted to `seq_along(x)` Should not lint: seq_len(length(x) - 1)

feature

VScode is installable without admin rights. Is it possible that Positron does the same? (on June 27, it didn't)

enhancement
os-windows
area: builds
investigate