Skip to content

Commit 5508d8b

Browse files
Copilotbjaglin
authored andcommitted
build and test against 3.7.4
1 parent 57e2c03 commit 5508d8b

File tree

3 files changed

+12
-2
lines changed

3 files changed

+12
-2
lines changed

bin/test-release.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ version=$1
66
scala212=2.12.20
77
scala213=2.13.17
88
scala3LTS=3.3.7
9-
scala3Next=3.7.3
9+
scala3Next=3.7.4
1010

1111
cs resolve \
1212
ch.epfl.scala:scalafix-interfaces:$version \

project/Dependencies.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ object Dependencies {
1111
val scala33 = "3.3.7"
1212
val scala35 = "3.5.2"
1313
val scala36 = "3.6.4"
14-
val scala37 = "3.7.3"
14+
val scala37 = "3.7.4-RC3"
1515
val scala3LTS = scala33
1616
val scala3Next = sys.props.getOrElse("scala3.nightly", scala37)
1717

scalafix-tests/integration/src/main/resources-3.7/expect/Pretty.expect

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,16 @@
11
[7:7..7:17]: test/PrettyTest# => class PrettyTest extends Object { self: PrettyTest => +6 decls }
22
[8:3..8:14]: *[Int]
33
[8:3..8:7]: *.apply[Int]
4+
[8:3..8:10]: List.apply[Int](*)
45
[8:3..8:3]: test/PrettyTest#`<init>`(). => primary ctor <init>(): PrettyTest
56
[10:10..10:11]: intWrapper(*)
67
[11:10..11:11]: intWrapper(*)
78
[15:10..15:16]: *.apply[Inclusive]
9+
[15:10..15:26]: Future.apply[Inclusive](*)
810
[15:10..15:26]: *(global)
911
[15:17..15:18]: intWrapper(*)
1012
[16:10..16:16]: *.apply[Inclusive]
13+
[16:10..16:32]: Future.apply[Inclusive](*)
1114
[16:10..16:32]: *(global)
1215
[16:17..16:18]: intWrapper(*)
1316
[21:3..21:3]: test/PrettyTest#Inner#`<init>`(). => primary ctor <init>(): Inner
@@ -18,7 +21,14 @@
1821
local4 => abstract method foo(a: Int): Int
1922
local5 => abstract method bar(a: Int): Int
2023
}]
24+
[25:3..28:6]: Option.apply[Object {
25+
local6 => abstract method foo(a: Int): Int
26+
local7 => abstract method bar(a: Int): Int
27+
}](*)
28+
[29:3..29:12]: Option.apply[a.Inner](*)
2129
[30:3..30:9]: *.apply[Int & String]
30+
[30:3..30:45]: Option.apply[Int & String](*)
31+
[31:3..31:39]: Option.apply[PrettyTest](*)
2232
[38:7..38:10]: test/ann# => class ann[T] extends Annotation with StaticAnnotation { self: ann[T] => +3 decls }
2333
[38:10..38:10]: test/ann#`<init>`(). => primary ctor <init>[T](x: T): ann[T]
2434
[38:11..38:12]: test/ann#[T] => typeparam T

0 commit comments

Comments
 (0)