atomist-attic / rug

DEPRECATED Runtime for Rugs
GNU General Public License v3.0
53 stars 13 forks source link

JVM-backed arrays don't work with map with 2 args #632

Closed jessitron closed 7 years ago

jessitron commented 7 years ago

JS Arrays support map with a fn with two args (element and index). This does not work when we return our own imitation-Array from the JVM

kipz commented 7 years ago

Fixed in master. Thanks for reporting @jessitron