Opened 17 years ago

Closed 17 years ago

#202 closed defect (invalid)

Add XAPIAN_DEPRECATED to features deprecated in 1.0.x series

Reported by: Richard Boulton Owned by: New Bugs
Priority: normal Milestone:
Component: Library API Version: SVN trunk
Severity: normal Keywords:
Cc: Blocked By:
Blocking: Operating System: All

Description

Before releasing 1.1.0, XAPIAN_DEPRECATED should be added to features which were deprecated during the 1.0.x release series, but had no alternative in 1.0.0. This shouldn't be done during the 1.0.x release series, to avoid making code which was written with best practice use of the API in 1.0.0 give compiler warnings within 1.0.x:

QueryParser::add_prefix(f, p)

QueryParser::add_boolean_prefix(f, p)

This bug is simply to ensure that these don't get forgotten.

Change History (2)

comment:1 by Richard Boulton, 17 years ago

Blocking: 160 added
Status: newassigned

comment:2 by Olly Betts, 17 years ago

Blocking: 160 removed
Operating System: All
Resolution: invalid
Status: assignedclosed

We've now decided not to do deprecation like this, so closing this as invalid.

Note: See TracTickets for help on using tickets.