Regrssion in automorph-org/automorph + scalatest/scalatest #18407
Labels
area:initialization
area:metaprogramming:quotes
Issues related to quotes and splices
itype:bug
regression
This worked in a previous version but doesn't anymore
Combination of
-Ysafe-init
, macros and multi source compilation leads to compilation error.Regression found in
automorph-org/automorph
, but problem might exist in all projects using Scalatest framework if they define compose common tests comming from different sub-modulesOpen CB builds logs
Compiler version
3.3.1-RC5
3.4.0-RC1-bin-20230815-ca6a80e-NIGHTLY-git-ca6a80e
Works in 3.3.0
Bisect points to deb03a7
Minimized code
Needs to be compiled in different compilation-unit:
Output
In 3.3.1-RC5 error
In nightly warning:
Expectation
Should not throw compilation error when using
-Ysafe-init
as there is no unsafe inititialization present in scope.The text was updated successfully, but these errors were encountered: