Skip to content

Add Geny to the community build #8862

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
May 6, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -88,3 +88,6 @@
[submodule "community-build/community-projects/dotty-cps-async"]
path = community-build/community-projects/dotty-cps-async
url = https://github.com/dotty-staging/dotty-cps-async.git
[submodule "community-build/community-projects/geny"]
path = community-build/community-projects/geny
url = https://github.com/dotty-staging/geny.git
1 change: 1 addition & 0 deletions community-build/community-projects/geny
Submodule geny added at ed88e3
2 changes: 1 addition & 1 deletion community-build/community-projects/sourcecode
Submodule sourcecode updated 1 files
+1 −1 build.sc
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,12 @@ object projects:
dependencies = List(scalatest, scalacheck, scalatestplusScalacheck)
)

lazy val geny = MillCommunityProject(
project = "geny",
baseCommand = s"geny.jvm[$compilerVersion]",
dependencies = List(utest)
)

lazy val intent = SbtCommunityProject(
project = "intent",
sbtTestCommand = "test",
Expand Down Expand Up @@ -351,6 +357,7 @@ class CommunityBuildTest:
@Test def oslib = projects.oslib.run()
@Test def ujson = projects.ujson.run()
// @Test def oslibWatch = projects.oslibWatch.run()
@Test def geny = projects.geny.run()
@Test def stdLib213 = projects.stdLib213.run()
@Test def shapeless = projects.shapeless.run()
@Test def xmlInterpolator = projects.xmlInterpolator.run()
Expand Down