-
Notifications
You must be signed in to change notification settings - Fork 205
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Search for
JS()
calls recursively only in explicit lists and data.f…
…rames (#467) * Use type-safe name assignment Names are characters, explicitly cast indices to characters * Recurse over explicit lists and data.frames Avoids recursion of list-like objects that aren't actually lists. Recursion over data.frames is uncommon but was previously supported and can, in theory, contain `JS()` calls in list columns. * docs: Add news item
- Loading branch information
Showing
2 changed files
with
6 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters