new changeset
Rémi Forax
forax at univ-mlv.fr
Thu Oct 21 09:46:51 PDT 2010
We've got it but under another changeset id ?
http://hg.openjdk.java.net/lambda/lambda/langtools/rev/e23ed3e167e8
Changeset: e23ed3e167e8
Author: mcimadamore
Date: 2010-10-21 15:06 +0100
URL:http://hg.openjdk.java.net/lambda/lambda/langtools/rev/e23ed3e167e8
Futher improvements to compiler diagnostics.
The compiler now emits detailed information about SAM conversion failures occurring in argument position.
! src/share/classes/com/sun/tools/javac/code/Types.java
! src/share/classes/com/sun/tools/javac/comp/Attr.java
! src/share/classes/com/sun/tools/javac/comp/Check.java
! src/share/classes/com/sun/tools/javac/comp/Infer.java
! src/share/classes/com/sun/tools/javac/comp/Lower.java
! src/share/classes/com/sun/tools/javac/comp/Resolve.java
! src/share/classes/com/sun/tools/javac/comp/TransTypes.java
! src/share/classes/com/sun/tools/javac/resources/compiler.properties
! test/tools/javac/6840059/T6840059.out
! test/tools/javac/Diagnostics/6722234/T6722234a_1.out
! test/tools/javac/Diagnostics/6722234/T6722234a_2.out
! test/tools/javac/Diagnostics/6722234/T6722234b_1.out
! test/tools/javac/Diagnostics/6722234/T6722234b_2.out
! test/tools/javac/Diagnostics/6722234/T6722234c.out
! test/tools/javac/Diagnostics/6799605/T6799605.out
! test/tools/javac/Diagnostics/6862608/T6862608b.out
! test/tools/javac/diags/examples.not-yet.txt
! test/tools/javac/lambda/BadTargetType.out
! test/tools/javac/lambda/LambdaConv02.ou
Rémi
Le 21/10/2010 18:28, Maurizio Cimadamore a écrit :
> Hi,
> I noticed that no notification has been generated for the following
> changeset:
>
> changeset: 744:e23ed3e167e8
> tag: tip
> user: mcimadamore
> date: Thu Oct 21 15:06:09 2010 +0100
> files: src/share/classes/com/sun/tools/javac/code/Types.java
> src/share/classes/com/sun/tools/javac/comp/Attr.java
> src/share/classes/com/sun/tools/javac/comp/Check.java
> src/share/classes/com/sun/tools/javac/comp/Infer.java
> src/share/classes/com/sun/tools/javac/comp/Lower.java
> src/share/classes/com/sun/tools/javac/comp/Resolve.java
> src/share/classes/com/sun/tools/javac/comp/TransTypes.java
> src/share/classes/com/sun/tools/javac/resources/compiler.properties
> test/tools/javac/6840059/T6840059.out
> test/tools/javac/Diagnostics/6722234/T6722234a_1.out
> test/tools/javac/Diagnostics/6722234/T6722234a_2.out
> test/tools/javac/Diagnostics/6722234/T6722234b_1.out
> test/tools/javac/Diagnostics/6722234/T6722234b_2.out
> test/tools/javac/Diagnostics/6722234/T6722234c.out
> test/tools/javac/Diagnostics/6799605/T6799605.out
> test/tools/javac/Diagnostics/6862608/T6862608b.out
> test/tools/javac/diags/examples.not-yet.txt
> test/tools/javac/lambda/BadTargetType.out
> test/tools/javac/lambda/LambdaConv02.out
> description:
>
> Futher improvements to compiler diagnostics.
> The compiler now emits detailed information about SAM conversion
> failures occurring in argument position.
>
> Maurizio
>
>
More information about the lambda-dev
mailing list