File tree Expand file tree Collapse file tree 4 files changed +15
-0
lines changed Expand file tree Collapse file tree 4 files changed +15
-0
lines changed Original file line number Diff line number Diff line change 177177[submodule "community-build/community-projects/izumi-reflect "]
178178 path = community-build/community-projects/izumi-reflect
179179 url = https://github.com/dotty-staging/izumi-reflect.git
180+ [submodule "community-build/community-projects/perspective "]
181+ path = community-build/community-projects/perspective
182+ url = https://github.com/dotty-staging/perspective.git
183+ branch = dotty/nightly
Original file line number Diff line number Diff line change @@ -627,6 +627,14 @@ object projects:
627627 sbtPublishCommand = " publishLocal" ,
628628 dependencies = List (scalatest)
629629 )
630+
631+ lazy val perspective = SbtCommunityProject (
632+ project = " perspective" ,
633+ // No library with easy typeclasses to verify data against exist for Dotty, so no tests yet
634+ // Until then I guess this mainly serves to check that it still compiles at all
635+ sbtTestCommand = " dottyPerspectiveExamples/compile" ,
636+ dependencies = List (cats)
637+ )
630638
631639end projects
632640
@@ -691,6 +699,7 @@ def allProjects = List(
691699 projects.scalaSTM,
692700 projects.scissLucre,
693701 projects.izumiReflect,
702+ projects.perspective,
694703)
695704
696705lazy val projectMap = allProjects.map(p => p.project -> p).toMap
Original file line number Diff line number Diff line change @@ -148,6 +148,7 @@ class CommunityBuildTestB extends CommunityBuildTest:
148148 @ Test def simulacrumScalafixAnnotations = projects.simulacrumScalafixAnnotations.run()
149149 @ Test def verify = projects.verify.run()
150150 @ Test def xmlInterpolator = projects.xmlInterpolator.run()
151+ @ Test def perspective = projects.perspective.run()
151152
152153end CommunityBuildTestB
153154
You can’t perform that action at this time.
0 commit comments