Skip to content

Commit fd9887b

Browse files
authored
Merge branch 'master' into added-monocle
2 parents 4e5dce1 + 086d1a8 commit fd9887b

File tree

358 files changed

+5420
-1918
lines changed

Some content is hidden

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

358 files changed

+5420
-1918
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -283,7 +283,7 @@ jobs:
283283
run: cp -vf .github/workflows/repositories /root/.sbt/ ; true
284284

285285
- name: Test
286-
run: ./project/scripts/sbt sbt-dotty/scripted
286+
run: ./project/scripts/sbt "sbt-dotty/scripted; sbt-community-build/scripted"
287287

288288
test_java8:
289289
runs-on: [self-hosted, Linux]

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,7 @@ vscode-dotty/.vscode-test
8484
community-build/scala3-bootstrapped.version
8585
community-build/sbt-dotty-sbt
8686
community-build/sbt-scalajs-sbt
87+
community-build/dotty-community-build-deps
8788

8889
# Vulpix output files
8990
*.check.out

.gitmodules

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -187,3 +187,6 @@
187187
[submodule "community-build/community-projects/Monocle"]
188188
path = community-build/community-projects/Monocle
189189
url = https://github.com/optics-dev/Monocle.git
190+
[submodule "community-build/community-projects/protoquill"]
191+
path = community-build/community-projects/protoquill
192+
url = https://github.com/dotty-staging/protoquill.git

build.sbt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ val `scaladoc-js` = Build.`scaladoc-js`
2626
val `scala3-bench-run` = Build.`scala3-bench-run`
2727
val dist = Build.dist
2828
val `community-build` = Build.`community-build`
29+
val `sbt-community-build` = Build.`sbt-community-build`
2930

3031
val sjsSandbox = Build.sjsSandbox
3132
val sjsJUnitTests = Build.sjsJUnitTests
Submodule Lucre updated 297 files

0 commit comments

Comments
 (0)