dimanche 16 novembre 2014

Clojure, Light Table: Wrong Number of Arguments warning, looks out of place


Vote count:

0




I keep on getting curious messages:



"WARNING: Wrong number of args (3) passed to /map at line 73 \n"
"WARNING: Wrong number of args (2) passed to /map at line 139 \n"


The warnings point exactly to map calls with 3 and 2 args respectively:



(let [res (first (drop-while zero? (map compare vx vy))) Line 73
...
output (map (map-src-traverser) rsorted) Line 139


Everything looks quite relevant except for the 'Wrong' part. Or does it? Is there a way to turn off/manage priority of warnings?



asked 50 secs ago







Clojure, Light Table: Wrong Number of Arguments warning, looks out of place

Aucun commentaire:

Enregistrer un commentaire