specs-feup / lara-framework

Tools and APIs to develop weavers for the LARA language (LARA Compiler, LARA Interpreter, Weaver Generator, etc...)
Apache License 2.0
13 stars 2 forks source link

Fix java interoperability with js arrays #61

Closed Goncalerta closed 6 months ago

Goncalerta commented 6 months ago

Fixes issue when creating a Clava scope joinpoint.

lm-sousa commented 6 months ago

The proposed change assumes all arrays should be converted to Lists which is not the case. After an analysis of node-java's code, a note was added to the Wiki about these cases and an alternative solution was implemented in commit https://github.com/specs-feup/clava/commit/b1c721d12c78a1f17882a90c9f5b7efe22ca7304