Skip to content

Commit d2461ea

Browse files
authored
Merge pull request #358 from REditorSupport/solaris
2 parents 23830a2 + 653b05c commit d2461ea

2 files changed

Lines changed: 25 additions & 0 deletions

File tree

NEWS.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,27 @@
1+
# languageserver 0.3.89
2+
3+
- skip tests on solaris
4+
5+
# languageserver 0.3.8
6+
7+
- When closing a file, "Problems" should be removed (#348)
8+
- Implement renameProvider (#337)
9+
- Hover on symbol in a function with functional argument causes parse error (#345)
10+
Hover on non-function symbol in other document should show definition and - documentation (#343)
11+
- Check if symbol on rhs of assignment in definition (#341)
12+
- Implement referencesProvider (#336)
13+
- Add comment of notice above temp code of definition (#353)
14+
- Implement renameProvider (#339)
15+
- Fix tests (#351)
16+
- Update coc help in README (#350)
17+
- Remove diagnostics of closed files in non-package workspace (#349)
18+
- Fix hover func arg (#346)
19+
- Fix hover on non-function symbol (#344)
20+
- Fix checking symbol on rhs of assignment expression (#342)
21+
- Implement referencesProvider (#338)
22+
- Do not load sysdata.rda (#347)
23+
- release v0.3.7 (#335)
24+
125
# languageserver 0.3.7
226

327
- Local function support (#330)

tests/testthat/test-stdio.R

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
context("Test STDIO connection")
22

33
test_that("Language Server launches", {
4+
skip_on_cran()
45
client <- language_client()
56
expect_false(is.null(client$ServerCapabilities))
67
})

0 commit comments

Comments
 (0)