-
Notifications
You must be signed in to change notification settings - Fork 13
run/repl-paste-parse fails intermittently on Windows #831
Copy link
Copy link
Closed
Description
as seen at e.g. https://github.com/scala/scala/actions/runs/4162482310/jobs/7201709419
I hoped this was an intermittent phantom but no amount of hitting "re-run failed jobs" seems to be making it go away
and I don't see what recent change could possibly be related to this :-/
@som-snytt does this ring any bells for you?
!! 675 - run/repl-paste-parse.scala [output differs]
% diff D:\a\scala\scala\test\files\run\repl-paste-parse.check D:\a\scala\scala\test\files\run\repl-paste-parse-run.log--- repl-paste-parse.check
+++ repl-paste-parse-run.log
@@ -1,6 +1,6 @@
Type in expressions for evaluation. Or try :help.
-
-scala> repl-paste-parse.script:1: error: illegal start of simple pattern
+repl-paste-parse.script:1: error: illegal start of simple pattern
val case = 9
^
-:quit
+
+scala> :quit
##### Log file 'D:\a\scala\scala\test\files\run\repl-paste-parse-run.log' from failed test #####
Type in expressions for evaluation. Or try :help.
repl-paste-parse.script:1: error: illegal start of simple pattern
val case = 9
^
scala> :quit
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels