Oron Port
Oron Port
# Summary This PR adds support for the Precise Type Annotation SIP. # Links Official Proposal: https://github.com/scala/improvement-proposals/pull/48 Discussion: https://contributors.scala-lang.org/t/pre-sip-exact-type-annotation/5835 # Implementation The implementation includes the following: 1. Add `scala.annotation.precise` annotation...
## Compiler version v3.2.0-RC2 ## Minimized code https://scastie.scala-lang.org/xebUkPLdQUKL9V8Q4Kdyhg ```Scala class Box[T] def dep1[T1
If we remove `inline` from `def check` then the code compiles. ## Compiler version v3.2.0-RC2 ## Minimized code https://scastie.scala-lang.org/vb2kekoaSO6lBZzwIQl8fw ```Scala import compiletime.ops.* class Inlined[T](val value : T) object Inlined: trait...
If we remove `inline` from `def baz` there is no error. ## Compiler version v3.2.0-RC2 ## Minimized code https://scastie.scala-lang.org/S2Dv4bCfThyJGo6F2JQqqg ```Scala import language.implicitConversions trait Exactly: type Out val value: Out object...
Hi, I'm posting this feature request after a small e-mail exchange with @fthomas The code ``` for (i
I think it will be very beneficial if we could run macro examples in Scastie. It will be great if we can virtually split the file into two to allow...
Currently scastie only supports personal logins. It would be nice if the embedded links can be connected to an organization.
#490 was fixed (thanks), but there are few edge cases that need to be ironed out. First: multi-line colors https://scastie.scala-lang.org/soronpo/jQ5xmMKeSCKmE5Bq8AxY7A/5 ```scala import scala.io.AnsiColor.{RED, RESET} val x = s""" ${RED}I want...
Currently scastie supports two modes: worksheet and non-worksheet. I propose changing it from boolean to enumeration of: `worksheet`, `script`, and `app` Under `script` mode, scastie will do them same as...
**Describe the bug** No "New Scala Project" icon when opening a new window in VSCode. **To Reproduce** Steps to reproduce the behavior: 1. Go to 'File' menu 2. Click on...