Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

pyre2 not working for match and search #11

Closed
aih opened this issue Jan 31, 2012 · 10 comments
Closed

pyre2 not working for match and search #11

aih opened this issue Jan 31, 2012 · 10 comments

Comments

@aih
Copy link

aih commented Jan 31, 2012

I've been using the pyre2 module successfully for a while; however, I recently updated both re2 and pyre2 yesterday, and it is not working for simple match and search functions. E.g. python re2.match('this', 'thisthat') prints a 1, but does not return anything.

axiak added a commit that referenced this issue Feb 5, 2012
@axiak
Copy link
Owner

axiak commented Feb 5, 2012

I just posted a fix. Just curious, was this broken in a release? I'm pretty sure this was just development noise on master.

@axiak axiak closed this as completed Feb 5, 2012
@aih
Copy link
Author

aih commented Feb 5, 2012

Thanks, Michael! I'm not sure if this answers your question, but I tried to install from pip and got an error related to pip.log. Then I downloaded and installed from master.

For future, how can I install a release version? The one on pypi is 2.20

@seanfarley
Copy link

Sorry for such a late reply to a closed thread but I just wanted to confirm that this bug does indeed exist in the pypi version 2.20.

@aih
Copy link
Author

aih commented Jun 27, 2012

Thanks Sean. It's never too late to get confirmation that I was not imagining things...

@mikelambert
Copy link

@axiak , this still appears broken in the 2.20 release on pypi (ie, not development noise on master). However, downloading from github and installing it myself, seems to work.

What is the process for pushing a new version to pypi?

@ralphbean
Copy link

Ping. I'm hitting the same issue. @axiak, can you cut a new release?

@ViachKakovskyi
Copy link

@ralphbean ++

@ralphbean
Copy link

So, I met the fb-re2 guys at PyCon and they're on top of things. I recommend you use their pypi package which 1) works correctly and 2) is up to date and maintained: https://pypi.python.org/pypi/fb-re2

@axiak
Copy link
Owner

axiak commented May 15, 2015

fixed

@ViachKakovskyi
Copy link

Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

6 participants