Commit 43ae9a3
Bump ark for test summary and R version detection changes (#13654)
For
- posit-dev/ark#1198
- posit-dev/ark#1199
### Release Notes
<!--
Optionally, replace `N/A` with text to be included in the next release
notes.
The `N/A` bullets are ignored. If you refer to one or more Positron
issues,
these issues are used to collect information about the feature or
bugfix, such
as the relevant language pack as determined by Github labels of type
`lang: `.
The note will automatically be tagged with the language.
These notes are typically filled by the Positron team. If you are an
external
contributor, you may ignore this section.
-->
#### New Features
- N/A
#### Bug Fixes
- N/A
### Validation Steps
<!--
Positron team members: please add relevant e2e test tags, so the tests
can be
run when you open this pull request.
- Instructions:
https://github.com/posit-dev/positron/blob/main/test/e2e/README.md#pull-requests-and-test-tags
- Available tags:
https://github.com/posit-dev/positron/blob/main/test/e2e/infra/test-runner/test-tags.ts
-->
<!--
Add additional information on how to validate the change, paying
special attention to the level of risk, adjacent areas that could
be affected by the change, and any important contextual information
not present in the linked issues.
-->
@:ark
---------
Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>1 parent 423fe06 commit 43ae9a3
1 file changed
Lines changed: 1 addition & 1 deletion
- .github/workflows/test-macos.yml+2
- AGENTS.md+2-2
- Cargo.lock+175-28
- Cargo.toml+3-1
- crates/ark/Cargo.toml+4-2
- crates/ark/src/console/console_repl.rs+3-4
- crates/ark/src/lsp/diagnostics.rs+5-5
- crates/ark/src/lsp/diagnostics_syntax.rs+1-1
- crates/ark/src/lsp/document.rs+2-2
- crates/ark/src/lsp/goto_definition.rs+4-4
- crates/ark/src/lsp/inputs/source_root.rs+1-1
- crates/ark/src/lsp/main_loop.rs+1-1
- crates/ark/src/lsp/snapshots/ark__lsp__symbols__tests__symbol_call_test_that.snap+2-2
- crates/ark/src/lsp/state.rs+40-13
- crates/ark/src/lsp/state_handlers.rs+1-1
- crates/ark/src/lsp/symbols.rs+1-1
- crates/ark/src/main.rs+3-3
- crates/ark/src/start.rs+17
- crates/ark/src/version.rs+121-23
- crates/harp/src/command.rs+11-17
- crates/oak_db/Cargo.toml+10-1
- crates/oak_db/src/db.rs+14
- crates/oak_db/src/file.rs+84
- crates/oak_db/src/legacy.rs+14
- crates/oak_db/src/lib.rs+18-14
- crates/oak_db/src/name.rs+13
- crates/oak_db/src/parse.rs+34
- crates/oak_db/src/source_graph.rs+99
- crates/oak_db/src/tests.rs+3
- crates/oak_db/src/tests/file.rs+127
- crates/oak_db/src/tests/source_graph.rs+145
- crates/oak_db/src/tests/test_db.rs+69
- crates/oak_ide/Cargo.toml+2-2
- crates/oak_ide/src/external_scope.rs+45-30
- crates/oak_ide/src/goto_definition.rs+18-18
- crates/oak_ide/src/identifier.rs+4-4
- crates/oak_ide/src/lib.rs+1-1
- crates/oak_ide/tests/goto_definition.rs+41-31
- crates/oak_index_vec/src/lib.rs+1-1
- crates/oak_semantic/Cargo.toml+7-2
- crates/oak_semantic/src/builder.rs+55-27
- crates/oak_semantic/src/external.rs
- crates/oak_semantic/src/lib.rs
- crates/oak_semantic/src/library.rs
- crates/oak_semantic/src/package.rs+2
- crates/oak_semantic/src/package_definitions.rs
- crates/oak_semantic/src/scope_layer.rs+10-6
- crates/oak_semantic/src/semantic_index.rs+66-45
- crates/oak_semantic/src/use_def_map.rs+1-1
- crates/oak_semantic/tests/builder.rs+235-113
- crates/oak_semantic/tests/external.rs+8-8
- crates/oak_semantic/tests/use_def_map.rs+5-5
- crates/oak_sources/scripts/srcrefs.R+3-1
0 commit comments