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

Bump ark to 0.1.156 #647

Merged
merged 1 commit into from
Nov 27, 2024
Merged

Bump ark to 0.1.156 #647

merged 1 commit into from
Nov 27, 2024

Conversation

lionel-
Copy link
Contributor

@lionel- lionel- commented Nov 27, 2024

Positron Notes

Release Notes

New Features

Bug Fixes

  • Assignments in function calls (e.g. list(x <- 1)) are now detected by the missing symbol linter to avoid annoying false positive diagnostics (Diagnostics: No symbol in scope when assigning variables in function calls positron#3048). The downside is that this causes false negatives when the assignment happens in a call with local scope, e.g. in local() or test_that(). In these cases the nested assignments will incorrectly overlast the end of the call. We prefer to be overly permissive than overly cautious in these matters.

  • The following environment variables are now set in the same way that R does:

    • R_SHARE_DIR
    • R_INCLUDE_DIR
    • R_DOC_DIR

    This solves a number of problems in situations that depend on these variables being defined (Ark: Set R_INCLUDE_DIR and R_SHARE_DIR envvars? positron#3637).

@lionel- lionel- merged commit f3c1416 into main Nov 27, 2024
5 of 6 checks passed
@lionel- lionel- deleted the task/bump branch November 27, 2024 16:25
@github-actions github-actions bot locked and limited conversation to collaborators Nov 27, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant