Skip to content

Commit ca26cb8

Browse files
committed
refresh pprint and enable tests
1 parent 200ebd9 commit ca26cb8

File tree

1 file changed

+4
-11
lines changed

1 file changed

+4
-11
lines changed

proj/pprint.conf

Lines changed: 4 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,11 @@
1-
// https://github.com/scalacommunitybuild/pprint.git#community-build-2.13 # was lihaoyi, 6e4d576c167
1+
// https://github.com/scalacommunitybuild/pprint.git#community-build-2.13 # was com-lihaoyi, 6e4d576c167
22

3-
// frozen (June 2019) at May 2019 commit just before sbt->mill move
4-
// then forked from that commit to accommodate a post-2.13.1 change
5-
// (namely, scala/scala#8537)
3+
// frozen (June 2019) at May 2019 commit just before sbt->mill move;
4+
// fork refreshed June 2023
65

76
vars.proj.pprint: ${vars.base} {
87
name: "pprint"
9-
uri: "https://github.com/scalacommunitybuild/pprint.git#f1ce426679454435c34518344acc609403f21473"
8+
uri: "https://github.com/scalacommunitybuild/pprint.git#87b683d8a4c8344fb75e46ab44986c8b2caf0cb1"
109

1110
extra.projects: ["pprintJVM"] // no Scala.js
12-
// we could re-enable tests if https://github.com/lihaoyi/PPrint/pull/23
13-
// is updated for 2.12.8 and merged
14-
extra.test-tasks: ["compile"]
15-
extra.commands: ${vars.default-commands} [
16-
"removeScalacOptions -target:jvm-1.7"
17-
]
1811
}

0 commit comments

Comments
 (0)