Closed DaMatrix closed 8 months ago
Possibly related to #462 ?
In progress
Fixed locally, will be available with next release by EOD March 11 2024.
Fix available with release 2024.1.6
By the way, Thanks for reporting this!
Seems to work, thanks!
Describe the bug While trying to add
manifold-exceptions
to my project, I found a piece of code which fails to compile in the presence of Manifold but compiles fine with plainjavac
. The code snippet below is the erroring code, after removing as much code as I could while still causing the error.Running the compiler in a debugger, the exception is being thrown when creating a new
com.sun.tools.javac.comp.LambdaToMethod$LambdaAnalyzerPreprocessor$TranslationContext
for the tree(next)->this.visit0(next)
To Reproduce Compile the following code:
Compile the above code with manifold-exceptions 2024.1.5.
Expected behavior The code should compile correctly, and does if you remove the manifold plugin.
Stack trace
Stack trace from debugger breakpoint at com.sun.tools.javac.code.Types$DescriptorCache#failure()`: