File tree 4 files changed +6
-10
lines changed
4 files changed +6
-10
lines changed Original file line number Diff line number Diff line change 17
17
matrix :
18
18
os : [ubuntu-latest, macos-latest, windows-latest]
19
19
emacs-version :
20
- - 27.2
21
20
- 28.2
22
21
- 29.4
23
22
- 30.1
32
31
- os : windows-latest
33
32
emacs-version : snapshot
34
33
experimental : true
35
- exclude :
36
- - os : macos-latest
37
- emacs-version : 27.2
38
34
39
35
steps :
40
- - uses : actions/checkout@v3
36
+ - uses : actions/checkout@v4
41
37
42
38
- uses : jcs090218/setup-emacs@master
43
39
with :
Original file line number Diff line number Diff line change 9
9
10
10
(script "test" "echo \"Error: no test specified\" && exit 1")
11
11
12
- (source " gnu" )
13
- (source " melpa" )
12
+ (source ' gnu)
13
+ (source ' melpa)
14
14
15
- (depends-on "emacs" "27 .1")
15
+ (depends-on "emacs" "28 .1")
16
16
(depends-on "lsp-treemacs")
17
17
(depends-on "lsp-mode")
18
18
(depends-on "dap-mode")
Original file line number Diff line number Diff line change 3
3
; ; Copyright (C) 2022 Eric Dallo
4
4
5
5
; ; Version: 1.24.3
6
- ; ; Package-Requires: ((emacs "27 .1") (lsp-treemacs "0.3") (lsp-mode "7.0.1") (dap-mode "0.6") (f "0.20.0") (dash "2.14.1") (dart-mode "1.0.5") (jsonrpc "1.0.15") (ht "2.2"))
6
+ ; ; Package-Requires: ((emacs "28 .1") (lsp-treemacs "0.3") (lsp-mode "7.0.1") (dap-mode "0.6") (f "0.20.0") (dash "2.14.1") (dart-mode "1.0.5") (jsonrpc "1.0.15") (ht "2.2"))
7
7
8
8
; ; Keywords: languages, extensions
9
9
; ; URL: https://emacs-lsp.github.io/lsp-dart
Original file line number Diff line number Diff line change 159
159
(should (equal (lsp-dart-get-project-entrypoint) (f-expand " lib/main.dart" )))
160
160
(f-delete " lib" t )))
161
161
162
- (ert-deftest lsp-dart-get-project-entrypoint--lib -test ()
162
+ (ert-deftest lsp-dart-get-project-entrypoint--bin -test ()
163
163
(lsp-dart-test-from-dart-project
164
164
(f-mkdir " bin" )
165
165
(f-touch " bin/main.dart" )
You can’t perform that action at this time.
0 commit comments