When I was porting clj code using a two-dimensional array I noticed the cljs version only accepts size, instead of dim & more-dims.
Signature in cljs: ([size] [type size]) signature int clj: ([type len] [type dim & more-dims])
Environment
None
Attachments
1
CLJS-1411.patch
19 Oct, 2015
Activity
Andrea Richiardi
February 15, 2016 at 2:47 AM
I launched ./script/test today for another issue and got:
{{Analyzing file:/home/kapitan/git/clojurescript/src/main/cljs/cljs/core.cljs WARNING: Use of undeclared Var cljs.core/apply at line 369 /home/kapitan/git/clojurescript/src/main/cljs/cljs/core.cljs}}
When I was porting clj code using a two-dimensional array I noticed the cljs version only accepts size, instead of dim & more-dims.
Signature in cljs: ([size] [type size])
signature int clj: ([type len] [type dim & more-dims])