Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Backport "Add Stable Presentation Compiler" to LTS #19061

Merged
merged 1 commit into from
Dec 8, 2023
Merged

Commits on Nov 29, 2023

  1. Add Stable Presentation Compiler (#17528)

    This PR adds a stable presentation compiler implementation to dotty.
    This will ensure that each future version of Scala 3 is shipped with
    presentation compiler compiled against it, guaranteeing that IDE will
    support it. It will also improve support for projects relying on
    nonbootstrapped compiler such as scaladoc or dotty-language-server, as
    it is now possible to easily publish presentation compiler for those
    versions from dotty repository.
    
    It also adds vast of tests suits ported from metals, which will also
    help to detect unintended changes before they are merged. More
    information about this initiative can be found here:
    https://contributors.scala-lang.org/t/stable-presentation-compiler-api/6139
    
    [Cherry-picked 3ae2dbf]
    rochala authored and Kordyjan committed Nov 29, 2023
    Configuration menu
    Copy the full SHA
    0147f07 View commit details
    Browse the repository at this point in the history