Skip to content

Commit 09eb7b5

Browse files
authored
Prepare changelog for release 1.20.0 (#1408)
* Prepare changelog for release 1.20.0 * fmt * Disable broken nix tests
1 parent b363a35 commit 09eb7b5

File tree

3 files changed

+18
-16
lines changed

3 files changed

+18
-16
lines changed

.github/workflows/nix.yml

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -5,18 +5,18 @@ on:
55
branches:
66
- master
77
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
2020
fmt:
2121
runs-on: ubuntu-latest
2222
steps:

CHANGES.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
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)
@@ -10,9 +12,10 @@
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

ocaml-lsp-server/test/e2e-new/merlin_jump.ml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff 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
;;

0 commit comments

Comments
 (0)