-
## Reproduction steps
Scala version: 2.13.10
in "file1.scala":
```scala
sealed trait T[+X
-
**Version**: `3.0.1`
**Module**: `quill-cassandra`
**Database**: cassandra
### Expected behavior
Cassandra quill driver does not seems to like using functions in _SELECT_ statement. In cassandra…
hsn10 updated
4 years ago
-
Docs search tool does not find or show class prefixes.
Example: I was looking for `immutable.BitSet` and `immutable.BitSet` but did not get any results. Then I looked for `BitSet` but the signatur…
-
Iterative calibration calls detect_points_in_stereo_canonical_space(), which has this bit of code:
```
for j, _ in enumerate(left_images):
left_undistorted = cv2.undistort(
…
-
## reproduction steps
Use the following code:
```scala
trait TwoFaceInt[T] {
type Out = T
}
object TwoFaceInt {
def apply[T
-
In this following code the overridden declaration of `fact` in `Iterable` makes type inference fail for `g` and `h` The version in `f` where the additional type information is deliberately dropped, co…
-
Currently, API pages split value members in two categories "Methods" and "Fields", and objects go into the "Type members" categories (even though they're not types), but from the point of view of a us…
-
## Compiler version
Tested 3.0.2 and 3.1.3, both with option `-source:3.0-migration`, see https://scastie.scala-lang.org/04ztVOx5QuqycanJXlZQkg
## Minimized code
```scala
object EnumOf {
…
-
Scala3 では `private[this]`, `protected[this]` は廃止予定なので、注釈を記載した方がよさそう。
https://docs.scala-lang.org/scala3/reference/dropped-features/this-qualifier.html
-
## minimized code
```Scala
val maybeNull: String | Null = null
val optionStr: Option[String] = Option(maybeNull)
```
Returns the error
```
Found: (maybeNull : String | Null)
Required: S…