You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Not sure if it's just something I messed up, but it looks like a couple of files in scalabuff-compiler/src/test/resources/parsed/ might be incorrectly named. I'm getting 17 errors on
sbt assembly
due to FileNotFoundExceptions,
[info] ParserTest:
[info] - InvalidSimple *** FAILED ***
[info] java.io.FileNotFoundException: scalabuff-compiler/src/test/resources/parsed/InvalidSimple.txt (No such file or directory)
Changing the file name from invalidSimple.txt to InvalidSimple.txt fixes the problem.
Maybe I just have something else misconfigured though.
The text was updated successfully, but these errors were encountered:
Not sure if it's just something I messed up, but it looks like a couple of files in scalabuff-compiler/src/test/resources/parsed/ might be incorrectly named. I'm getting 17 errors on
Changing the file name from invalidSimple.txt to InvalidSimple.txt fixes the problem.
Maybe I just have something else misconfigured though.
The text was updated successfully, but these errors were encountered: