Skip to content

Fix encodeVectorHash issue found when using it in Kiwi - data.length and...

Alessandro Silenzi requested to merge vectorHash_tests into master

Fix encodeVectorHash issue found when using it in Kiwi - data.length and data[i] are both undefined.

@costar

I added the tests, but to make it pass, I needed to revert your changes.

I suspect there could be something odd in how Kiwi handles objects

Merge request reports