floyd icon indicating copy to clipboard operation
floyd copied to clipboard

Arrays in JSON literals are limited to 16 values

Open lemonad opened this issue 6 years ago • 1 comments

While let json_value mnist = {"one": [1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16]} works fine, let json_value mnist = {"one": [1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17]} causes the error message Max 16 arguments to function.

lemonad avatar Feb 25 '19 23:02 lemonad

The same problem happens with vector and dictionary constructor expressions. Will need a better way to handle those.

marcusz avatar Mar 05 '19 18:03 marcusz