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

Access complete exercise cache via internal get_exercse_cache() #491

Merged
merged 5 commits into from Feb 8, 2021

Conversation

gadenbuie
Copy link
Member

This is an internal-only change that

  1. Renames setup_chunks to exercise_cache_env for better consistency with how that env is used.

  2. Allows access to that env via get_exercise_cache() when label = NULL.

  3. Renames clear_exercise_setup_chunks() to clear_exercise_cache_env() but leaves the previous naming as an alias for backwards compatibility. Otherwise all of the helper functions kept the same names.

R/exercise-cache.R Outdated Show resolved Hide resolved
R/exercise-cache.R Outdated Show resolved Hide resolved
gadenbuie and others added 2 commits February 8, 2021 14:36
Co-authored-by: Barret Schloerke <barret@rstudio.com>
Co-authored-by: Barret Schloerke <barret@rstudio.com>
@gadenbuie gadenbuie merged commit 0918fb3 into rstudio:master Feb 8, 2021
@gadenbuie gadenbuie deleted the access-setup-cache-envir branch February 8, 2021 19:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants