[julia-users] Re: ANN: PkgSearch - a REPL utility for package discovery

2016-06-05 Thread Adrian Salceanu
Thanks for the feedback, happy to contribute. vineri, 3 iunie 2016, 22:40:50 UTC+2, Adrian Salceanu a scris: > > Hi, > > I have released PkgSearch, a small REPL utility for package discovery. > > Package discovery seemed to be a recurring issue, with many related > questions - and I can

[julia-users] Re: ANN: PkgSearch - a REPL utility for package discovery

2016-06-04 Thread David P. Sanders
El viernes, 3 de junio de 2016, 16:40:50 (UTC-4), Adrian Salceanu escribió: > > Hi, > > I have released PkgSearch, a small REPL utility for package discovery. > > Very nice work! > Package discovery seemed to be a recurring issue, with many related > questions - and I can still remember

[julia-users] Re: ANN: PkgSearch - a REPL utility for package discovery

2016-06-04 Thread Adrian Salceanu
Hi, thanks very much for the feedback, much appreciated. 1. good point, haven't considered that as package names don't have spaces. But nonetheless, a search with spaces should definitely be all right. I fixed the issue and pushed on GitHub - it now considers whitespace as a keyword

[julia-users] Re: ANN: PkgSearch - a REPL utility for package discovery

2016-06-04 Thread Evan Fields
Hi, this looks great. Two comments from playing around a little bit. 1) PkgSearch.lookup fails if any of the arguments contain a space. In general maybe add to the documentation some notes about whitespace, case sensitivity, etc.? 2) The search seems to get confused between package names and