The //> using exclude
directive is silently ignored when declared in any file other than project.scala
#3385
Labels
--exclude
Issues tied with the excluding inputs.
bug
Something isn't working
documentation
Improvements or additions to documentation
Version(s)
1.5.4 and 4ab3227
Describe the bug
If the
//> using exclude (..)
directive is declared anywhere butproject.scala
, it gets ignored completely, with no warning.While we do not want it declared in other files (and that is intended), we should communicate it better in our docs as well as actually warn users about it being ignored.
The current behaviour is very confusing.
To Reproduce
Try to use the
//> using exclude
directive in any file other thanproject.scala
.Expected behaviour
//> using exclude
is declared wronglyThe text was updated successfully, but these errors were encountered: