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
I have opened up #5 to address this by raising an error on invalid characters.
There was an additional bug where computing neighbors of geohashes on some borders was causing the same crash. This is addressed in the above PR as well.
The current
c_geohash
gemencounters a
SIGABRT
when calculating the neighbors ofa
:ruby -rgeohash -e 'GeoHash.new("a").neighbors'
The text was updated successfully, but these errors were encountered: