Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Critical
-
Resolution: Fixed
-
Affects Version/s: X10 1.7.3
-
Fix Version/s: X10 1.7.3
-
Component/s: X10 Compiler: Front-end
-
Labels:None
-
Number of attachments :
Description
A few array test cases all fail with what appears to be the same error
x10c: classes\EncapsulatedArray2D_Dep.java:43: cannot find symbol
symbol : class Box
location: class EncapsulatedArray2D_Dep
{public x10.core.Ref box$() { return new
The failing test cases are
Constructs/Array/EncapsulatedArray1D_Dep.x10\
Constructs/Array/EncapsulatedArray2D_Dep.x10\
Constructs/Array/ArrayDecl.x10\
Constructs/Array/EncapsulatedArray2D.x10\
Seems to be fixed.