[squeak-dev] [Ann] Installer now supports Mantis searching

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

[squeak-dev] [Ann] Installer now supports Mantis searching

keith1y
This facility is based upon the output of the csv export from Mantis.

M := Installer mantis.  "keep the instance to avoid the table being gc'ed"

M searchCategoryCollections explore.
M searchStatusConfirmed.

M := nil. "let it go."

regards Keith