summary refs log tree commit diff
path: root/tests/smoketest.scm
AgeCommit message (Collapse)Author
20 hoursRename query-terms to query-termlist.Arun Isaac
This makes it clearer that this is really a C++ iterator we are dealing with, and is more in line with how we name other *-termlist, *-positionlist, etc. functions.
35 hoursImport &error with the rnrs: prefix.Arun Isaac
&error conflicts with a core Guile binding otherwise.
37 hoursImport &error in smoketest.scm.Arun Isaac
2 daysPort smoke test from python bindings.Arun Isaac