Miles Sabin

Results 44 issues of Miles Sabin

I have a simple docs module, ```scala lazy val docs = project .in(file("docs")) .enablePlugins(ParadoxSitePlugin) .settings( paradoxTheme := Some(builtinParadoxTheme("generic")), previewLaunchBrowser := false ) ``` From the root project `docs / makeSite`...

Nuff said ...

**Version(s)** 0.1.14 **Describe the bug** When starting a repl scala-cli always attempts to download JDK 17 unless `--bloop-jvm system` is specified. **To Reproduce** On Arch Linux, with the system JDK...

Currently the `@bundle` macro annotation will discard positions on resulting trees if `-Yrangepos` is enabled to avoid `RangePosition` validation errors. For improved IDE friendliness it might be useful to attempt...

Feature
Ready

See [here](http://stackoverflow.com/questions/34110426/does-java-support-lets-encrypt-certificates#34111150).

**Please note: the list of projects below is not complete — add any projects you think might benefit from being built and tested with Typelevel Scala** To use Typelevel Scala...

help wanted
lowhanging

2.12.0 has arrived, but lots of people are still stuck on 2.10.x. In principle it would be possible to backport fixes and features from 2.11.x and 2.12.x to Scala 2.10.x...

question

As and when questions are asked frequently ...

documentation

As we're setting up infrastructure we're accumulating various resources between us which are important to the project as a whole and are provided by and managed by individual volunteers. This...

help wanted
documentation
infrastructure

#1998 makes implicit parameters consistent with explicit parameters by allowing implicit parameters to also be by-name. This change was motivated in Dotty (and work in progress on Scala 2) to...