[Bug 60431] EL function varargs with array

2016-12-01 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=60431 Mark Thomas changed: What|Removed |Added Resolution|--- |FIXED Status|NEW

[Bug 60431] EL function varargs with array

2016-12-01 Thread bugzilla
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

[Bug 60431] EL function varargs with array

2016-12-01 Thread bugzilla
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

[Bug 60431] EL function varargs with array

2016-11-29 Thread bugzilla
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-

[Bug 60431] EL function varargs with array

2016-11-29 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=60431 Ben changed: What|Removed |Added CC||apa...@ben.eflow.org --- Comment #1 from Ben --