You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
CLJS-1284: IndexedSeq -seq implementation incorrect for i >= alength of internal array
for performance reasons we sometimes inline calls to the IndexedSeq constructor,
however this bypasses the validation offered by prim-seq and array-seq.
Fix IndexedSeq -seq so that it checks current index to length of array.
Fix IndexedSeq -count so that negative values are never returned.
Add tests.
0 commit comments