Version 1.7.1 of X10 was released and is available for download on
sourceforge.

The following issues in 1.7.0 were resolved in 1.7.1

For more details, see the online version of the release notes in JIRA:
http://jira.codehaus.org/browse/XTENLANG/fixforversion/14568

** Bug
* [XTENLANG-1] - "inconvertible types ... found ... required ...
this.new ..." for new X() for nested classes
* [XTENLANG-9] - problem with class It[T] implements Iterator[T]
* [XTENLANG-11] - Generated code for Iterator.next has wrong type
* [XTENLANG-14] - Static initialization blocks fail typechecking
* [XTENLANG-15] - "variable x might not have been initialized" for abstract
class C[T](x)
* [XTENLANG-18] - "does not override abstract method apply" for class
implementing (int)=>int
* [XTENLANG-19] - "does not override abstract method rtt_x10$lang$Fun_0_1_U
()" for class implementing Indexable
* [XTENLANG-20] - "attempting to use incompatible return type" in generated
code for apply for class implementing (X)=>int
* [XTENLANG-28] - syntax problem with super. in generated code
* [XTENLANG-29] - "Unknown value type class java.lang.String" with value
class
* [XTENLANG-30] - "getPlacesRail() has protected access"
* [XTENLANG-35] - "cannot find... method write" in generated code using
OutputStream.write
* [XTENLANG-36] - "cannot find symbol...IOException" in generated code for
method that throws IOException
* [XTENLANG-37] - "Template 'Native' uses #1" when using InputStream.read
()
* [XTENLANG-52] - "Unknown value type class java.lang.String" with [foo()]
rail syntax
* [XTENLANG-55] - "incompatible types" using the next() function of an
Iterator
* [XTENLANG-57] - Change default for -LOOP_OPTIMIZATIONS to false
* [XTENLANG-62] - Incorrect generated code for a(i)=e ("cannot find method
set")
* [XTENLANG-89] - UnsatisfiedLinkError for default toString on Ref
* [XTENLANG-92] - "cannot find symbol Iterable" in Java code for class that
implements Iterable
* [XTENLANG-99] - generated code for ateach contains hard-coded reference
to non-API class in x10.array
* [XTENLANG-110] - Iterators are not covariant in generated Java code
* [XTENLANG-115] - Bad generated code when comparing method returning int
with int variable
* [XTENLANG-131] - Place of creation and .location don't match in future
(p){new C()}
-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
X10-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/x10-users

Reply via email to