Skip to content

Commit ac4e29d

Browse files
Merge pull request #10086 from dotty-staging/rename-refllect-type
Rename Reflection.Type to TypeRepr
2 parents 6098ec2 + 441253a commit ac4e29d

File tree

59 files changed

+498
-497
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

59 files changed

+498
-497
lines changed

community-build/sbt-scalajs-sbt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
addSbtPlugin("org.scala-js" % "sbt-scalajs" % "1.3.0")

community-build/test/scala/dotty/communitybuild/CommunityBuildTest.scala

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -88,13 +88,16 @@ class CommunityBuildTest:
8888
// @Test def dottyCpsAsync = projects.dottyCpsAsync.run()
8989
@Test def effpi = projects.effpi.run()
9090
@Test def endpoints4s = projects.endpoints4s.run()
91+
@Test def fansi = projects.fansi.run()
9192
@Test def fastparse = projects.fastparse.run()
9293
@Test def geny = projects.geny.run()
9394
@Test def intent = projects.intent.run()
9495
@Test def minitest = projects.minitest.run()
9596
@Test def munit = projects.munit.run()
9697
@Test def oslib = projects.oslib.run()
9798
// @Test def oslibWatch = projects.oslibWatch.run()
99+
@Test def pprint = projects.pprint.run()
100+
@Test def requests = projects.requests.run()
98101
@Test def scalacheck = projects.scalacheck.run()
99102
@Test def scalap = projects.scalap.run()
100103
@Test def scalaParserCombinators = projects.scalaParserCombinators.run()
@@ -114,9 +117,6 @@ class CommunityBuildTest:
114117
@Test def ujson = projects.ujson.run()
115118
@Test def upickle = projects.upickle.run()
116119
@Test def utest = projects.utest.run()
117-
@Test def fansi = projects.fansi.run()
118-
@Test def pprint = projects.pprint.run()
119-
@Test def requests = projects.requests.run()
120120
@Test def xmlInterpolator = projects.xmlInterpolator.run()
121121
@Test def zio = projects.zio.run()
122122
end CommunityBuildTest

0 commit comments

Comments
 (0)