Issue 4653 in pharo: cannot search packages based on a regular expresion in a repository

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

Issue 4653 in pharo: cannot search packages based on a regular expresion in a repository

pharo
Status: Accepted
Owner: [hidden email]

New issue 4653 by [hidden email]: cannot search packages based on a  
regular expresion in a repository
http://code.google.com/p/pharo/issues/detail?id=4653

Pharo image: Pharo1.4a#14093
Virtual machine used: Squeak4.1 of 17 April 2010 [latest update: #9957]
Platform Name: unix
Class browser used (if applicable): Browser

Steps to reproduce:
#. open monticello browser
#. open repository PharoInbox
#. type the expression *4592* and press enter
Actual Result:
#. RegexSyntaxError:  nullable closure
Expected Result:
#. a list of packages that match that regular expression



Attachments:
        PharoDebug.log  30.5 KB


_______________________________________________
Pharo-bugtracker mailing list
[hidden email]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-bugtracker
Reply | Threaded
Open this post in threaded view
|

Re: Issue 4653 in pharo: cannot search packages based on a regular expresion in a repository

pharo

Comment #1 on issue 4653 by [hidden email]: cannot search packages  
based on a regular expresion in a repository
http://code.google.com/p/pharo/issues/detail?id=4653

I replaced all the crappy glob-style string pattern with real regexp,  
meaning that you will have to use '.*' instead of '*', which makes a whole  
lot more sense...


_______________________________________________
Pharo-bugtracker mailing list
[hidden email]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-bugtracker
Reply | Threaded
Open this post in threaded view
|

Re: Issue 4653 in pharo: cannot search packages based on a regular expresion in a repository

pharo

Comment #2 on issue 4653 by [hidden email]: cannot search packages  
based on a regular expresion in a repository
http://code.google.com/p/pharo/issues/detail?id=4653

is this a bug? if not, please change the status to invalid.


_______________________________________________
Pharo-bugtracker mailing list
[hidden email]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-bugtracker
Reply | Threaded
Open this post in threaded view
|

Re: Issue 4653 in pharo: cannot search packages based on a regular expresion in a repository

pharo
Updates:
        Status: Invalid

Comment #3 on issue 4653 by [hidden email]: cannot search packages  
based on a regular expresion in a repository
http://code.google.com/p/pharo/issues/detail?id=4653

(No comment was entered for this change.)


_______________________________________________
Pharo-bugtracker mailing list
[hidden email]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-bugtracker