odersky

Results 357 comments of odersky
trafficstars

@Kordyjan Given clauses are usually written without a name, and that's mostly where the old syntax is weird. > I know it is entirely new for Scala `as` is not...

Without a clear idea how this should be improved there's nothing to do. So far I have not seen anything.

It was the dotty compiler. I had the same behavior repeatedly over the last weeks. Not sure it always had to do with file renames though. Also, I don't ussually...

I guess my point is that Metals should handle this scenario gracefully. If files are missing, just ignore them.

I actually had quite a lot of these. Reachable from the dotty workspace: ~/workspace/dotty> lsr .scala-build ./community-build/community-projects/stdLib213/src/library/scala/.scala-build ./out/testPickling/pos/.scala-build ./out/testPickling/new/.scala-build ./tests/pos-with-compiler-cc/.scala-build ./tests/pos/i16351/.scala-build ./tests/pos/.scala-build ./tests/new/.scala-build ./sandbox/.scala-build I have no idea what they...

How do I turn off auto import of scripts? I searched a bit but could not find anything.

Ok, I found the command and executed it (did not find anything in the Doctor view). But what has "reset notifications" have to do with auto-running scripts?

I am having the similar issues since about a month. When I edit Dotty intensively, I get OOMs about twice a day. The Output reads: Exception: java.lang.OutOfMemoryError thrown from the...

My issue was that I had several subdirectories that were inadvertently their own projects created by scala-cli runner. I think there was a scala.json file for each of them (not...