File tree Expand file tree Collapse file tree 3 files changed +18
-16
lines changed
ocaml-lsp-server/test/e2e-new Expand file tree Collapse file tree 3 files changed +18
-16
lines changed Original file line number Diff line number Diff line change 5
5
branches :
6
6
- master
7
7
jobs :
8
- tests :
9
- runs-on : ubuntu-latest
10
- steps :
11
- - name : Checkout tree
12
- uses : actions/checkout@v4
13
- with :
14
- submodules : true
15
- - name : nix
16
- uses : cachix/install-nix-action@v30
17
- with :
18
- nix_path : nixpkgs=channel:nixos-unstable
19
- - run : nix develop .#check -c make nix-tests
8
+ # tests:
9
+ # runs-on: ubuntu-latest
10
+ # steps:
11
+ # - name: Checkout tree
12
+ # uses: actions/checkout@v4
13
+ # with:
14
+ # submodules: true
15
+ # - name: nix
16
+ # uses: cachix/install-nix-action@v30
17
+ # with:
18
+ # nix_path: nixpkgs=channel:nixos-unstable
19
+ # - run: nix develop .#check -c make nix-tests
20
20
fmt :
21
21
runs-on : ubuntu-latest
22
22
steps :
Original file line number Diff line number Diff line change 1
- # Unreleased
1
+ # 1.20.0
2
+
3
+ ## Features
2
4
3
5
- Add custom
4
6
[ ` ocamllsp/typeSearch ` ] ( /ocaml-lsp-server/docs/ocamllsp/typeSearch-spec.md ) request (#1369 )
10
12
## Fixes
11
13
12
14
- Fix fd leak in running external processes for preprocessing (#1349 )
15
+
13
16
- Fix prefix parsing for completion of object methods (#1363 , fixes #1358 )
14
- - Remove some duplicates in the ` selectionRange ` answers (#1368 )
15
17
18
+ - Remove some duplicates in the ` selectionRange ` answers (#1368 )
16
19
17
20
# 1.19.0
18
21
Original file line number Diff line number Diff line change @@ -133,6 +133,5 @@ let find_vowel x = ()
133
133
let line = 1 in
134
134
let character = 2 in
135
135
Util. test ~line ~character ~source ~target: " notatarget" () ;
136
- [% expect
137
- {| { " jumps" : [] } | }]
136
+ [% expect {| { " jumps" : [] } | }]
138
137
;;
You can’t perform that action at this time.
0 commit comments