vadymmarkov / Malibu

:surfer: Malibu is a networking library built on promises
https://vadymmarkov.github.io
Other
414 stars 39 forks source link

Fix query builder #54

Closed onmyway133 closed 7 years ago

onmyway133 commented 7 years ago

According to index function

An index offset by n from the index i, unless that index would be beyond limit in the direction of movement. In that case, the method returns nil.

This won't work for string with count smaller than batch size because of the guard So this fixes by fallbacks to string.endIndex. Hope the very small potion of iOS 8.1 and 8.2 users will like this 😄

vadymmarkov commented 7 years ago

@onmyway133 👍

vadymmarkov commented 7 years ago

@onmyway133 I see tests are failing 🤔

zenangst commented 7 years ago

@onmyway133 you where on 🔥 today :D