Skip to content

Commit dfe45fc

Browse files
Merge pull request #3423 from dotty-staging/update-strawman-2
Upgrade strawman submodule
2 parents c8411af + 786f4bd commit dfe45fc

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
#!/usr/bin/env bash
2-
find collection-strawman/src/main/ -type f \( -name "*.scala" -or -name "*.java" \) -exec echo "dotty-bench-bootstrapped/jmh:run 0 1 10" {} + | sbt
2+
find collection-strawman/collections/src/main/ -type f \( -name "*.scala" -or -name "*.java" \) -exec echo "dotty-bench-bootstrapped/jmh:run 0 1 10" {} + | sbt

bench/scripts/collection-strawman.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
#!/usr/bin/env bash
2-
find collection-strawman/src/main/ -type f \( -name "*.scala" -or -name "*.java" \) -exec echo "dotty-bench-bootstrapped/jmh:run" {} + | sbt
2+
find collection-strawman/collections/src/main/ -type f \( -name "*.scala" -or -name "*.java" \) -exec echo "dotty-bench-bootstrapped/jmh:run" {} + | sbt

collection-strawman

Submodule collection-strawman updated 231 files

compiler/test/dotty/tools/dotc/IdempotencyTests.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ class IdempotencyTests extends ParallelTesting {
3232

3333
def sourcesFrom(dir: Path) = CompilationTests.sources(Files.walk(dir))
3434

35-
val strawmanSources = sourcesFrom(Paths.get("../collection-strawman/src/main"))
35+
val strawmanSources = sourcesFrom(Paths.get("../collection-strawman/collections/src/main"))
3636
val strawmanSourcesSorted = strawmanSources.sorted
3737
val strawmanSourcesRevSorted = strawmanSourcesSorted.reverse
3838

compiler/test/dotty/tools/dotc/LinkOptimiseTests.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ class LinkOptimiseTests extends ParallelTesting {
2929
@Test def linkOptimise: Unit = {
3030
// Setup and compile libraries
3131
def strawmanLibrary =
32-
compileDir("../collection-strawman/src/main", defaultOptions)
32+
compileDir("../collection-strawman/collections/src/main", defaultOptions)
3333
def linkCustomLib =
3434
compileDir("../tests/link/custom-lib", defaultOptions)
3535

0 commit comments

Comments
 (0)