Simon R
Simon R
Cleaned up version of https://github.com/lampepfl/dotty/pull/14545 Implementing the new lazy vals scheme mentioned in https://github.com/lampepfl/dotty/pull/6979, fixing https://github.com/lampepfl/dotty/issues/7140 New PR to avoid force pushing to main branch of the previous author. Fixes...
While working with stack a consisting of Fury, Metals, bloop and VSCode I would encounter issues that mainly manifested as: - Lack of or outdated code completion suggestions - edit:...
Right now, an exported class is shown as a `final type` in the scaladoc. We have all the information to present the exported members more plainly - e.g. show that...
Fix #1668 Something was going wrong with the way libcurl exposes API functions with varargs, and how scala native was calling them on ARM Macs. So I added an interface...
Integration with [geny](https://github.com/com-lihaoyi/geny) could allow STTP to work with [os-lib](https://github.com/com-lihaoyi/os-lib). It would be beneficial to use these two together within the toolkit.
## Compiler version 3.3.0 ## Minimized code A simple example of a code that contains behavior unexpected by the user, caused by implementation detail of boundary/break: ```Scala //> using scala...
Resolve #18559
## Compiler version 3.3.1-RC1-bin-20230411-d577300-NIGHTLY ## Problem After merging https://github.com/lampepfl/dotty/pull/17061, transparent inline imports are never reported as unused. However, we can use the information in derived trees to detect unused imports.