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.150 #5275

Merged
merged 1 commit into from
Nov 5, 2024
Merged

Bump Ark to 0.1.150 #5275

merged 1 commit into from
Nov 5, 2024

Conversation

lionel-
Copy link
Contributor

@lionel- lionel- commented Nov 5, 2024

Release Notes

New Features

  • All top-level variables in R files are now indexed as workspace symbols. You can now find assigned objects in the "Go to symbol in Workspace feature" and use "Go to definition" to jump from a variable name to its assignment (R: Navigating to assigned objects #5274). Repeated assignments to the same name are not indexed yet but we plan to do so in the future.

  • Completions for R functions and objects now display which package they are from (Show package information in code completion #5225). And completions for package namespaces are now indicated by a :: suffix to make it clearer what is being completed.

Bug Fixes

  • N/A

QA Notes

# Release Notes

## New Features

- All top-level variables in R files are now indexed as workspace
symbols. You can now find assigned objects in the "Go to symbol in
Workspace feature" and use "Go to definition" to jump from a variable
name to its assignment (#5274). Repeated assignments
to the same name are not indexed yet but we plan to do so in the future.

- Completions for R functions and objects now display which package they
are from (#5225). And completions for package
namespaces are now indicated by a `::` suffix to make it clearer what is
being completed.

## Bug Fixes

- N/A
@lionel- lionel- merged commit 9eecd4b into main Nov 5, 2024
3 checks passed
@lionel- lionel- deleted the task/bump-ark branch November 5, 2024 15:28
@github-actions github-actions bot locked and limited conversation to collaborators Nov 5, 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