Skip to content

Commit

Permalink
source-dependencies / patMat-scope workaround
Browse files Browse the repository at this point in the history
`source-dependencies / patMat-scope` passes locally for me.
The invalidation on the CI is likely caused by:

```
[debug] Recompiling all 3 sources: invalidated sources (2) exceeded 50.0% of all sources
```

This attempts to workaround that by adding more source. This does not affect the fidelity of the original test.
  • Loading branch information
eed3si9n committed Oct 12, 2017
1 parent 05482d1 commit 9403160
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
package foo

// This class is used to pad the number of source code.
class Bar {
def bar: Unit = ???
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
package foo

// This class is used to pad the number of source code.
class Foo {
def foo: Unit = ???
}

0 comments on commit 9403160

Please sign in to comment.