Skip to content

Commit b707697

Browse files
committed
Upgrade Workflow (and remove dead-code)
1 parent 03956bc commit b707697

File tree

3 files changed

+2
-7
lines changed

3 files changed

+2
-7
lines changed

Diff for: .github/workflows/test.yml

+1
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ jobs:
1515
- 29.2
1616
- 29.3
1717
- 29.4
18+
- 30.1
1819
steps:
1920
- name: Set up Emacs
2021
uses: purcell/setup-emacs@master

Diff for: CHANGES.md

+1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
ocaml-eglot unreleased
22
======================
33

4+
- A first support for `flycheck` ([#29](https://github.com/tarides/ocaml-eglot/pull/29), [#33](https://github.com/tarides/ocaml-eglot/pull/33) and [#37](https://github.com/tarides/ocaml-eglot/pull/37))
45
- Use a more efficient way to ensure that a vector is empty ([#27](https://github.com/tarides/ocaml-eglot/pull/27))
56
- Made the mode-line "lighter" more conventional ([#26](https://github.com/tarides/ocaml-eglot/pull/26))
67

Diff for: ocaml-eglot.el

-7
Original file line numberDiff line numberDiff line change
@@ -87,13 +87,6 @@ Otherwise, `merlin-construct' only includes constructors."
8787
(featurep 'flycheck-eglot))
8888
'((const :tag "Use Flycheck" flycheck)))))
8989

90-
;; (defcustom ocaml-eglot-syntax-checker 'flymake
91-
;; "Defines the syntax checker to use."
92-
;; :group 'ocaml-eglot
93-
;; :type '(choice
94-
;; (const :tag "Use flycheck" flycheck)
95-
;; (const :tag "Use flymake" flymake)))
96-
9790
;;; Faces
9891

9992
(defface ocaml-eglot-value-name-face

0 commit comments

Comments
 (0)