Oron Port

Results 39 issues of 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...

stat:do not merge

## Compiler version v3.2.0-RC2 ## Minimized code https://scastie.scala-lang.org/xebUkPLdQUKL9V8Q4Kdyhg ```Scala class Box[T] def dep1[T1

itype:bug
area:typer

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...

itype:bug
area:inline

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...

itype:bug
area:inline

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...

enhancement

Currently scastie only supports personal logins. It would be nice if the embedded links can be connected to an organization.

enhancement

#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...

enhancement
ui

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...

enhancement

**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...

enhancement