Open tmagrino opened 6 years ago
Currently, we appear to disallow multidimensional arrays in the FabIL compiler. There's an error thrown in src/compiler/fabil/extension/NewFabricArrayExt_c.java in the rewriteProxiesImpl method. Would be great if we could support this.
src/compiler/fabil/extension/NewFabricArrayExt_c.java
rewriteProxiesImpl
Credit to @karannewatia for notifying me of this bug.
Currently, we appear to disallow multidimensional arrays in the FabIL compiler. There's an error thrown in
src/compiler/fabil/extension/NewFabricArrayExt_c.java
in therewriteProxiesImpl
method. Would be great if we could support this.