5
5
6
6
vars.proj.metals: ${vars.base} {
7
7
name: "metals"
8
- uri: "https://github.com/scalameta/metals.git#635956dab809a55c3fb89288fb607248cde26ee8 "
8
+ uri: "https://github.com/scalameta/metals.git#9cb223954d49e1ab821d7c936c08381f45273a7b "
9
9
10
10
// Vadim from Virtus writes:
11
11
//
@@ -19,18 +19,14 @@ vars.proj.metals: ${vars.base} {
19
19
// in mind if we start having problems with any of the other subprojects.
20
20
// (As always, one option is to compile some tests but not run them.)
21
21
extra.exclude: [
22
- "sbt-metals", "input3", "mtags3", "bench", "docs", "slow"
22
+ "sbt-metals", "input3", "mtags3", "bench", "docs", "slow", "mtags3WithPresentationCompiler"
23
23
// this depends on input3
24
24
"unit"
25
25
]
26
- // tests disabled until upstream adds 2.13.12 support; see
27
- // https://github.com/scalameta/metals/issues/5438
28
- extra.test-tasks: ["compile"]
29
26
extra.commands: ${vars.default-commands} [
30
- // CompletionSuite, HoverDocSuite: https://github.com/scalameta/metals/issues/4585
31
27
// CompletionSnippetSuite: not investigated
28
+ """set cross / unmanagedSources / excludeFilter := HiddenFileFilter || "CompletionSnippetSuite.scala""""
32
29
// HoverTermSuite: https://github.com/scalameta/metals/issues/5318
33
- """set cross / unmanagedSources / excludeFilter := HiddenFileFilter || "CompletionSuite.scala" || "HoverDocSuite.scala" || "CompletionSnippetSuite.scala""""
34
30
"""set javapc / unmanagedSources / excludeFilter := HiddenFileFilter || "HoverTermSuite.scala""""
35
31
]
36
32
}
0 commit comments