https://bz.apache.org/bugzilla/show_bug.cgi?id=60431
Mark Thomas changed:
What|Removed |Added
Resolution|--- |FIXED
Status|NEW
https://bz.apache.org/bugzilla/show_bug.cgi?id=60431
--- Comment #4 from Ben ---
The java list --> array is not strictly necessary. I only added that in while
writing the test cases. I wanted a simple test case like "fn:echo(['a',
'b'])", but el converts raw [] to a List, not an array.
In ord
https://bz.apache.org/bugzilla/show_bug.cgi?id=60431
--- Comment #3 from Mark Thomas ---
In addition to fixing this issue, the proposed patch also converts a List into
a set of varargs parameters. What is the specification based justification for
this? I can see why one would want to do this but
https://bz.apache.org/bugzilla/show_bug.cgi?id=60431
--- Comment #2 from Ben ---
Attached patch against trunk to fix this.
--
You are receiving this mail because:
You are the assignee for the bug.
-
To unsubscribe, e-mail: dev-
https://bz.apache.org/bugzilla/show_bug.cgi?id=60431
Ben changed:
What|Removed |Added
CC||apa...@ben.eflow.org
--- Comment #1 from Ben --