-
-
Notifications
You must be signed in to change notification settings - Fork 6
Commit 666dd48
feat: flag to limit the thread count used by LS
chore: bump version for the release
test: use the latest CLI version for testing
feat(test): improve logging for tests
- log when core install starts
fix(test): regressions due to platform change
- change core version to `3.0.0-arduino3r2`,
- the vendor ID is `arduino` and not `esp32`
anymore, and
- use the AVR core for negative tests: it does
not have a default programmer set. Hence, the
expected error is no triggered.
Ref: arduino/arduino-language-server#177
Signed-off-by: Akos Kitta <a.kitta@arduino.cc>1 parent 1437f94 commit 666dd48
File tree
5 files changed
+25
-21
lines changed- src
- test
- suite
5 files changed
+25
-21
lines changedOriginal file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | 1 |
| |
2 | 2 |
| |
3 | 3 |
| |
4 | - | ||
4 | + | ||
5 | 5 |
| |
6 | 6 |
| |
7 | 7 |
| |
| |||
25 | 25 |
| |
26 | 26 |
| |
27 | 27 |
| |
28 | - | ||
28 | + | ||
29 | 29 |
| |
30 | 30 |
| |
31 | 31 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
55 | 55 |
| |
56 | 56 |
| |
57 | 57 |
| |
58 | + | ||
59 | + | ||
60 | + | ||
61 | + | ||
58 | 62 |
| |
59 | 63 |
| |
60 | 64 |
| |
| |||
177 | 181 |
| |
178 | 182 |
| |
179 | 183 |
| |
184 | + | ||
180 | 185 |
| |
181 | 186 |
| |
182 | 187 |
| |
| |||
216 | 221 |
| |
217 | 222 |
| |
218 | 223 |
| |
224 | + | ||
225 | + | ||
226 | + | ||
227 | + | ||
219 | 228 |
| |
220 | 229 |
| |
221 | 230 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
38 | 38 |
| |
39 | 39 |
| |
40 | 40 |
| |
41 | - | ||
41 | + | ||
42 | 42 |
| |
43 | 43 |
| |
44 | 44 |
| |
| |||
50 | 50 |
| |
51 | 51 |
| |
52 | 52 |
| |
53 | - | ||
53 | + | ||
54 | 54 |
| |
55 | 55 |
| |
56 | 56 |
| |
57 | 57 |
| |
58 | 58 |
| |
59 | 59 |
| |
60 | - | ||
60 | + | ||
61 | 61 |
| |
62 | 62 |
| |
63 | 63 |
| |
| |||
86 | 86 |
| |
87 | 87 |
| |
88 | 88 |
| |
89 | - | ||
89 | + | ||
90 | 90 |
| |
91 | 91 |
| |
92 | 92 |
| |
| |||
155 | 155 |
| |
156 | 156 |
| |
157 | 157 |
| |
158 | - | ||
158 | + | ||
159 | 159 |
| |
160 | 160 |
| |
161 | 161 |
| |
| |||
173 | 173 |
| |
174 | 174 |
| |
175 | 175 |
| |
176 | - | ||
177 | - | ||
178 | - | ||
179 | - | ||
176 | + | ||
177 | + | ||
180 | 178 |
| |
181 | 179 |
| |
182 | 180 |
| |
| |||
188 | 186 |
| |
189 | 187 |
| |
190 | 188 |
| |
191 | - | ||
189 | + | ||
192 | 190 |
| |
193 | 191 |
| |
194 | 192 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
92 | 92 |
| |
93 | 93 |
| |
94 | 94 |
| |
95 | - | ||
96 | - | ||
95 | + | ||
96 | + | ||
97 | 97 |
| |
98 | 98 |
| |
99 | 99 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
135 | 135 |
| |
136 | 136 |
| |
137 | 137 |
| |
138 | - | ||
139 | - | ||
140 | - | ||
141 | - | ||
142 | - | ||
143 | - | ||
138 | + | ||
139 | + | ||
140 | + | ||
144 | 141 |
| |
145 | - | ||
142 | + | ||
146 | 143 |
| |
147 | 144 |
| |
148 | 145 |
| |
|
0 commit comments