7 The "smoketest" is now a bit misnamed as it is rather more than a smoketest in
8 most cases, and also the different versions aren't in step as to what is
11 Try to further reduce the compiled size of the glue code and the time it takes
12 to compile. Reworking exception handling made a huge difference!
17 Sort out names which constants get wrapped as.
19 Write custom typemaps for constructing a query from list of Query objects
22 Perhaps write custom typemaps for Enquire::get_matching_terms().
24 Passing string from C++ to C# and back isn't zero byte safe currently.
29 Should we be renaming get_* methods which take parameters?
31 If a set_XXX method can take more than one parameter, but also has a one
32 parameter form, should we overload that form as XXX=?
34 Should we wrap the extra method Enquire::get_matching_terms()? It seems
35 to rather duplicate the iterator->arrays mapping.
37 Merge the Xapian C++ documentation with the RDoc.
38 One way to do this would be to make a stub Ruby file defining empty methods
39 according to the Xapian API with appropriate RDoc comments for the purpose of
42 Add test for zero byte clean string passing.
44 Add test of exception handling.