Skip to content

(Maybe) Fix Aliases#526

Merged
renkun-ken merged 1 commit intoREditorSupport:masterfrom
ManuelHentschel:fixAliases
Jan 21, 2021
Merged

(Maybe) Fix Aliases#526
renkun-ken merged 1 commit intoREditorSupport:masterfrom
ManuelHentschel:fixAliases

Conversation

@ManuelHentschel
Copy link
Copy Markdown
Member

What problem did you solve?
This PR might fix #516 .

How can I check this pull request?
This PR changes the code used to retrieve a list of aliases from R. Now the aliases are written to a temporary file and read from there. Previously the aliases were transmitted using stdout, which could lead to a buffer overflow for large numbers of packages.

Comment thread src/rHelpProvider.ts
Comment thread src/rHelpProvider.ts
Copy link
Copy Markdown
Member

@renkun-ken renkun-ken left a comment

Choose a reason for hiding this comment

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

LGTM

@renkun-ken renkun-ken merged commit 39c5b20 into REditorSupport:master Jan 21, 2021
@ManuelHentschel ManuelHentschel deleted the fixAliases branch January 25, 2021 09:14
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.

R helpPanel not able to list packages for "Open help topic using ?"

2 participants