[Xapian-tickets] [Xapian] #481: Merge geospatial branch

Xapian nobody at xapian.org
Wed May 19 10:52:00 BST 2010


#481: Merge geospatial branch
-------------------------+--------------------------------------------------
 Reporter:  richard      |       Owner:  richard  
     Type:  enhancement  |      Status:  assigned 
 Priority:  normal       |   Milestone:  1.2.1    
Component:  Library API  |     Version:  SVN trunk
 Severity:  normal       |    Keywords:           
Blockedby:               |    Platform:  All      
 Blocking:               |  
-------------------------+--------------------------------------------------

Comment(by richard):

 I failed to fix the unserialisation error stuff in the previous patch -
 now updated (in geospatial_clean3.patch).  I also removed the
 {{{
 LatLongCoords::unserialise(const char * ptr, const char * end)
 }}}
 form, since it doesn't really add anything over the
 {{{
 LatLongCoords::unserialise(const std::string & value)
 }}}
 form (other than avoiding the need to make a string if you only have the
 ptr and end - but that's not the case where this is normally called (ie,
 when unserialising a value) so I think it's better to keep the API a bit
 cleaner.

-- 
Ticket URL: <http://trac.xapian.org/ticket/481#comment:4>
Xapian <http://xapian.org/>
Xapian



More information about the Xapian-tickets mailing list