You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fails with ADJUST-ARRAY: incompatible element type. This certainly does not look right.
I'm no Java expert, but perhaps comparison of elementType in adjust_array.execute should be deeper than just elementType != array.getElementType() and take into account that elementType could be in fact a list?..
The text was updated successfully, but these errors were encountered:
Hi! I'm using ABCL 1.9.2 @ OpenJDK 17.0.11. This code
works perfectly, but this one
fails with
ADJUST-ARRAY: incompatible element type.
This certainly does not look right.I'm no Java expert, but perhaps comparison of
elementType
inadjust_array.execute
should be deeper than justelementType != array.getElementType()
and take into account thatelementType
could be in fact a list?..The text was updated successfully, but these errors were encountered: