Wojciech Mazur

Results 124 issues of Wojciech Mazur

After sugestion of @ekrich and some discussion with Scala tooling team in @VirtusLab we've come up with implementation allowing to embed Rust sources in native sources of SN durring our...

Scala Native `Class` implementation is missing a definition for `getSuperClass` and `getInterfaces`. We should try to implement using RTTI ids.

component:javalib

Blocked by #2327 This PR adds proper support for `@volatile` annotation to match behaviour known from the JVM. For each store/load operation on fields containing this annotation, there would be...

Based on the issue found in softwaremill/tapir based on [Open CB #7872](https://scala3.westeurope.cloudapp.azure.com/job/buildCommunityProject/7872/) ## Compiler version Works in 3.2.0-RC2 Fails in 3.2.0-RC3 ## Minimized code ```Scala //> using scala "3.2.0-RC3" sealed...

itype:bug
area:typer
regression

This PR ports JVM backend refactor from Scala 2 as part of the https://github.com/lampepfl/dotty/issues/14912 thread. It squashes changes based on the PRs: - [x] https://github.com/scala/scala/pull/6012 - [x] https://github.com/scala/scala/pull/6057 The last...

## Compiler version Every Scala 3 version Fails with 3.2.0-RC3 ## Minimized code Not yet minimized, can be reproduced using scala-cli ```Scala // test.scala //> using lib "software.amazon.awssdk:s3:2.17.249" import software.amazon.awssdk.services.s3.model.*...

itype:bug
area:doctool
itype:crash
stat:needs minimization

Community build regression for https://github.com/ciaraobrien/dottytags (maintainer @ciaraobrien) Based on [Open Community Build #1858](https://scala3.westeurope.cloudapp.azure.com/job/buildCommunityProject/1858/) Part of https://github.com/lampepfl/dotty/issues/15647 regressions tracker ## Compiler version Works with 3.1.0 Fails in 3.1.1 Fails in 3.2.1-RC1-bin-20220712-7e20b81-NIGHTLYon`...

itype:bug
area:metaprogramming:quotes

Based on failure in [Open Community Build #8358](https://scala3.westeurope.cloudapp.azure.com/job/buildCommunityProject/8358) in library https://github.com/sirthias/borer Scala 3.1.3 builds were stable when compiling derivation tests using -Xss=2m, however, in Scala 3.2.0-RCx they end up with...

itype:performance
stat:needs minimization
area:typeclass-derivation

Fixes #15402 Replaces the initial PR #15461 with a more sublime solution. For the equivalent of given code written in Java ``` trait Named: def me: Named trait Foo extends...

## steps 1. Clone a repository that is using Jmh or Jcstress sbt plugin, eg. https://github.com/zio/zio/tree/v2.0.0-RC2 Alternatively, create a scope defining a `version` setting. 2. In sbt run command `set...

Bug