Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make interactive snapshot output a bit more obvious #2000

Merged
merged 7 commits into from
Nov 4, 2024

Commits on Oct 29, 2024

  1. Make interactive snapshot output a bit more obvious

    Testing this change revealed a bug in `test_code()`: specifying the default reporter happened _after_ `local_test_context()` meaning that it failed to capture the actual user settings. I fixed this by now requiring a reporter (rather than a backup reporter).
    
    Fixes #1992
    hadley committed Oct 29, 2024
    Configuration menu
    Copy the full SHA
    2b36f1b View commit details
    Browse the repository at this point in the history

Commits on Oct 31, 2024

  1. Update R/snapshot.R

    Co-authored-by: Davis Vaughan <[email protected]>
    hadley and DavisVaughan authored Oct 31, 2024
    Configuration menu
    Copy the full SHA
    55ae550 View commit details
    Browse the repository at this point in the history

Commits on Nov 1, 2024

  1. Configuration menu
    Copy the full SHA
    7826005 View commit details
    Browse the repository at this point in the history

Commits on Nov 4, 2024

  1. Configuration menu
    Copy the full SHA
    76b6099 View commit details
    Browse the repository at this point in the history
  2. Update test

    hadley committed Nov 4, 2024
    Configuration menu
    Copy the full SHA
    288f99d View commit details
    Browse the repository at this point in the history
  3. More polishing

    hadley committed Nov 4, 2024
    Configuration menu
    Copy the full SHA
    37005ce View commit details
    Browse the repository at this point in the history
  4. Fix width computation

    hadley committed Nov 4, 2024
    Configuration menu
    Copy the full SHA
    1010691 View commit details
    Browse the repository at this point in the history