Skip to content

Error if recursively reloading#2639

Merged
hadley merged 2 commits into
mainfrom
recursive-reload
Jan 21, 2026
Merged

Error if recursively reloading#2639
hadley merged 2 commits into
mainfrom
recursive-reload

Conversation

@hadley

@hadley hadley commented Jan 13, 2026

Copy link
Copy Markdown
Member

Fixes #2617. Also fixes #2556, since we need to import is_loading() in order to mock it.

Fixes #2617. Also fixes #2556, since we need to import `is_loading()` in order to mock it.
@hadley hadley requested a review from jennybc January 13, 2026 23:45

@jennybc jennybc left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The CI failure looks unrelated / easy to fix, so approving.

@hadley hadley merged commit c23b34d into main Jan 21, 2026
14 checks passed
@hadley hadley deleted the recursive-reload branch January 21, 2026 16:59
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.

devtools::load_all() infinite recursion load_all() documentation refers to is_loading()

2 participants