Jędrzej Rochala

Results 24 issues of Jędrzej Rochala

Scastie is not showing the error for unclosed parenthesis `println(`

Fixes crash for added tests in `CompletionInterpolatorSuite` along with unification and better naming for completion pos, source pos, and span usage.

### Describe the bug The features should handle Any, AnyRef, Null, Nothing and Singleton in a special fashion and point to synthetic source files: https://github.com/scala/scala/tree/1bfec6d5013f0bf5ad6b311d1ffab461754c2773/src/library-aux ### Expected behavior It should...

bug
navigation
presentation-compiler

### Describe the bug ``` //> using scala 3.3.1 object Test: implicit class TestOps(a: Int) { def testOps(b: Int) = ??? } object ActualTest: 1.t@@ ``` ### Expected behavior testOps...

bug
presentation-compiler

Infinite compilations are not cancelled at all. To my understanding, the cancellation happens on the next file and doesn't interrupt current source compilation. example code with inifite compilation: Warning: it...

bug
difficulty / hard

Currently bloop doesn't support cancellation of run and test tasks. Those requests should be handled as it is quite a common use case, which it very hard to handle these...

First, I want to thank Marwan @Maeeen for adding the initial support for Scala-CLI 🎉 Now, let's talk about this PR. It contains few major improvements and refactors. They had...

### Describe the bug There are cases in which fewer braces fail in worksheet mode. ### Scastie snippet link _No response_ ### To Reproduce ```scala List(1,2,3).map: case x => x...

bug
blocked-upstream

Typelevel fabric changed organization from 1.7.0 to 1.7.1, and scastie is incorrectly parsing data from scaladex about versions.

bug
blocked-upstream

Providing a stable API is a first step to make Scastie more maintainable on 3rd party websites, such as scala documentation, tour-on-scala or scala-exercies. We should create a stable API...

enhancement