#259: jss:jarray-to-list fails --------------------------------------------+------------------------------- Reporter: https://openid.fau.de/eg74yneg | Owner: mevenson Type: defect | Status: accepted Priority: major | Milestone: 1.1.0 Component: abcl-contrib | Version: 1.1.0-dev Keywords: | --------------------------------------------+-------------------------------
Comment(by mevenson):
(In [14226]) Re #259: fix JSS:JLIST-TO-LIST.
This fixes the immediate problem, but leave the ticket open as far as I can tell the following code fails in ABCL, but succeeds in the equivalent Java code indicating we need to fix Java.isApplicableMethod():
(jstatic "asList" "java.util.Arrays" (java:jnew-array (jclass "int") 1))