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 55 branches :
66 - master
77jobs :
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
2020 fmt :
2121 runs-on : ubuntu-latest
2222 steps :
Original file line number Diff line number Diff line change 1- # Unreleased
1+ # 1.20.0
2+
3+ ## Features
24
35- Add custom
46 [ ` ocamllsp/typeSearch ` ] ( /ocaml-lsp-server/docs/ocamllsp/typeSearch-spec.md ) request (#1369 )
1012## Fixes
1113
1214- Fix fd leak in running external processes for preprocessing (#1349 )
15+
1316- Fix prefix parsing for completion of object methods (#1363 , fixes #1358 )
14- - Remove some duplicates in the ` selectionRange ` answers (#1368 )
1517
18+ - Remove some duplicates in the ` selectionRange ` answers (#1368 )
1619
1720# 1.19.0
1821
Original file line number Diff line number Diff line change @@ -133,6 +133,5 @@ let find_vowel x = ()
133133 let line = 1 in
134134 let character = 2 in
135135 Util. test ~line ~character ~source ~target: " notatarget" () ;
136- [% expect
137- {| { " jumps" : [] } | }]
136+ [% expect {| { " jumps" : [] } | }]
138137;;
You can’t perform that action at this time.
0 commit comments