search for: perlmatchspy

Displaying 3 results from an estimated 3 matches for "perlmatchspy".

2015 Aug 25
2
Perl bindings and MatchSpy
...st the search-xapian directory of the git repo would be best. Hey, I made a branch from svn/1.2 on github, and tried to forward port? the changes to this branch. I managed to wrap the ValueCountMatchSpy, and write tests to ensure it is working. In the original code there was also some code for PerlMatchSpy, but I did not manage to get this working yet. My XS/C-skills are rather limited unfortunately. If someone with more XS-exerpience could take a look and provide some feedback, that would be great. I created a pull request[1]. I would like to get the PerlMatchSpy thing working as well, but it migh...
2015 Aug 19
2
Perl bindings and MatchSpy
Hey I?m cleaning up some code at my work place, and it turns out someone had forked Search::Xapian and added MatchSpy bindings for it for one of our internal projects. I was wondering if I should try to extract this as a patch against the current Search::Xapian code, and submit it, or if that is not wanted/wasted effort? It seems to be against 1.2.4.n of Search::Xapian, but I think I should be
2015 Aug 28
0
Perl bindings and MatchSpy
...ne with more XS-exerpience could take a look and provide > some feedback, that would be great. Looks plausible to me. I'd suggest that ~Enquire_perl() just call ref_clear_matchspies(NULL); rather than repeating all its code inline. > I created a pull request[1]. I would like to get the PerlMatchSpy thing > working as well, but it might be better to get the wrapping of the? > ValueCountMatchSpy merged/released regardless of the PerlMatchSpy > thing? The classes like perlMatchDecider are there to support passing a code reference in Perl where the C++ API wants a functor object. But X...