File tree 5 files changed +10
-13
lines changed
5 files changed +10
-13
lines changed Original file line number Diff line number Diff line change 28
28
[submodule "community-build/community-projects/scala-xml "]
29
29
path = community-build/community-projects/scala-xml
30
30
url = https://github.com/dotty-staging/scala-xml
31
- [submodule "community-build/community-projects/shapeless "]
32
- path = community-build/community-projects/shapeless
33
- url = https://github.com/dotty-staging/shapeless
34
- branch = shapeless-3-staging
35
31
[submodule "community-build/community-projects/xml-interpolator "]
36
32
path = community-build/community-projects/xml-interpolator
37
33
url = https://github.com/dotty-staging/xml-interpolator.git
222
218
[submodule "community-build/community-projects/parboiled2 "]
223
219
path = community-build/community-projects/parboiled2
224
220
url = https://github.com/dotty-staging/parboiled2.git
221
+ [submodule "community-build/community-projects/shapeless-3 "]
222
+ path = community-build/community-projects/shapeless-3
223
+ url = https://github.com/dotty-staging/shapeless-3.git
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -366,12 +366,10 @@ object projects:
366
366
// sbtDocCommand = "library/doc" // Does no compile? No idea :/
367
367
)
368
368
369
-
370
- lazy val shapeless = SbtCommunityProject (
371
- project = " shapeless" ,
372
- sbtTestCommand = """ set deriving/scalacOptions -= "-Xfatal-warnings"; set typeable/scalacOptions -= "-Xfatal-warnings"; test""" ,
373
- // selectively disable -Xfatal-warnings due to deprecations
374
- sbtDocCommand = forceDoc(" typeable" , " deriving" , " data" ),
369
+ lazy val shapeless3 = SbtCommunityProject (
370
+ project = " shapeless-3" ,
371
+ sbtTestCommand = " testJVM; testJS" ,
372
+ sbtDocCommand = forceDoc(" typeable" , " deriving" ),
375
373
scalacOptions = SbtCommunityProject .scalacOptions.filter(_ != " -Ysafe-init" ), // due to -Xfatal-warnings
376
374
)
377
375
@@ -796,7 +794,7 @@ def allProjects = List(
796
794
projects.minitest,
797
795
projects.fastparse,
798
796
projects.stdLib213,
799
- projects.shapeless ,
797
+ projects.shapeless3 ,
800
798
projects.xmlInterpolator,
801
799
projects.effpi,
802
800
projects.sconfig,
Original file line number Diff line number Diff line change @@ -91,7 +91,7 @@ class CommunityBuildTestC:
91
91
@ Test def scalaz = projects.scalaz.run()
92
92
@ Test def scas = projects.scas.run()
93
93
@ Test def sconfig = projects.sconfig.run()
94
- @ Test def shapeless = projects.shapeless .run()
94
+ @ Test def shapeless3 = projects.shapeless3 .run()
95
95
@ Test def sourcecode = projects.sourcecode.run()
96
96
@ Test def specs2 = projects.specs2.run()
97
97
You can’t perform that action at this time.
0 commit comments