Dmitrii Naumenko

Results 42 issues of Dmitrii Naumenko

## Compiler version ``` scalaVersion := "3.0.0-RC3", scalacOptions ++= Seq("-no-indent") ``` ## Minimized code create simple file with indentation-based syntax for template definition of package definition ```scala trait A: def...

itype:bug
area:parser
backlog

## steps Try to install sbt via cs on Windows: `cs install sbt` ## problem ``` $ cs install sbt Exception in thread "main" java.util.NoSuchElementException: sbt/bin/sbt.exe not found in ~/AppData/Local/Coursier/cache/v1/https/github.com/sbt/sbt/releases/download/v1.7.1/sbt-1.7.1.zip...

Bug

## steps 1. Use any sbt version >= 1.2.0, e.g. `sbt.version=1.2.8` or `sbt.version=1.6.2` 2. Start old shell in terminal using `sbt oldshell` (AFAIU `oldshell` used to be `shell` before sbt...

Bug

In some cases, it would be convenient to disable some inspection for entire package or folder. For example, I would like to disable null checks for tests that test some...

feature

In Scala 2 `jars` contains compiler jars which can also be used to generate scaladoc (because it's built-in into scala-compiler.jar). In Scala 3 the set of jars required for ScalaDoc...

related https://youtrack.jetbrains.com/issue/SCL-20190 might be related: https://github.com/scala/bug/issues/11554 ## Reproduction steps ```scala ThisBuild / version := "0.1.0-SNAPSHOT" ThisBuild / scalaVersion := "2.12.15" lazy val root = (project in file(".")) .settings( name :=...

help wanted
access

## reproduction steps using Scala (2.13.3), ```java public interface BaseRootJava { default boolean startInWriteAction() { return true; } } ``` ```java public interface BaseIntermidiateJava extends BaseRootJava { String getText(); @Override...

should not compile
java interop
runtime crash
fixed in Scala 3

https://scala-lang.org/files/archive/spec/2.13/02-identifiers-names-and-scopes.html Currently, spec says: >Bindings of different kinds have precedence defined on them: >... >4. Definitions made available by a package clause, but not also defined in the same compilation...

has PR
language spec

`SimpleType1` is used in several places but there is no definition of what it is: https://docs.scala-lang.org/scala3/reference/syntax.html

Current Readme.md has contradictions: > Supports every version of Scala under the sun > Dropped support for Scala 2.10.x, 2.11.x