Skip to content

Commit

Permalink
Prepare changelog for release 1.20.0 (#1408)
Browse files Browse the repository at this point in the history
* Prepare changelog for release 1.20.0

* fmt

* Disable broken nix tests
  • Loading branch information
voodoos authored Nov 29, 2024
1 parent b363a35 commit 09eb7b5
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 16 deletions.
24 changes: 12 additions & 12 deletions .github/workflows/nix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,18 +5,18 @@ on:
branches:
- master
jobs:
tests:
runs-on: ubuntu-latest
steps:
- name: Checkout tree
uses: actions/checkout@v4
with:
submodules: true
- name: nix
uses: cachix/install-nix-action@v30
with:
nix_path: nixpkgs=channel:nixos-unstable
- run: nix develop .#check -c make nix-tests
# tests:
# runs-on: ubuntu-latest
# steps:
# - name: Checkout tree
# uses: actions/checkout@v4
# with:
# submodules: true
# - name: nix
# uses: cachix/install-nix-action@v30
# with:
# nix_path: nixpkgs=channel:nixos-unstable
# - run: nix develop .#check -c make nix-tests
fmt:
runs-on: ubuntu-latest
steps:
Expand Down
7 changes: 5 additions & 2 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
# Unreleased
# 1.20.0

## Features

- Add custom
[`ocamllsp/typeSearch`](/ocaml-lsp-server/docs/ocamllsp/typeSearch-spec.md) request (#1369)
Expand All @@ -10,9 +12,10 @@
## Fixes

- Fix fd leak in running external processes for preprocessing (#1349)

- Fix prefix parsing for completion of object methods (#1363, fixes #1358)
- Remove some duplicates in the `selectionRange` answers (#1368)

- Remove some duplicates in the `selectionRange` answers (#1368)

# 1.19.0

Expand Down
3 changes: 1 addition & 2 deletions ocaml-lsp-server/test/e2e-new/merlin_jump.ml
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,5 @@ let find_vowel x = ()
let line = 1 in
let character = 2 in
Util.test ~line ~character ~source ~target:"notatarget" ();
[%expect
{| { "jumps": [] } |}]
[%expect {| { "jumps": [] } |}]
;;

0 comments on commit 09eb7b5

Please sign in to comment.