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

fix latest build error #102

Closed
nobodxbodon opened this issue Sep 16, 2020 · 1 comment
Closed

fix latest build error #102

nobodxbodon opened this issue Sep 16, 2020 · 1 comment

Comments

@nobodxbodon
Copy link
Contributor

Seems to be caused by changed pypy repo url.

$ wget https://bitbucket.org/pypy/pypy/get/default.tar.bz2 -O `pwd`/../pypy.tar.bz2

--2020-09-12 16:50:53--  https://bitbucket.org/pypy/pypy/get/default.tar.bz2

Resolving bitbucket.org (bitbucket.org)... 18.205.93.2, 18.205.93.0, 18.205.93.1, ...

Connecting to bitbucket.org (bitbucket.org)|18.205.93.2|:443... connected.

HTTP request sent, awaiting response... 404 Not Found

2020-09-12 16:50:53 ERROR 404: Not Found.

Should the pypy url in .travis.yml be changed to below?

https://foss.heptapod.net/pypy/pypy/-/archive/branch/default/pypy-branch-default.tar.bz2
@alex
Copy link
Owner

alex commented Sep 16, 2020 via email

nobodxbodon pushed a commit to nobodxbodon/rply that referenced this issue Sep 16, 2020
nobodxbodon pushed a commit to nobodxbodon/rply that referenced this issue Sep 16, 2020
alex pushed a commit that referenced this issue Sep 16, 2020
* #102 use updated pypy repo url

* #102 try fixing path

Co-authored-by: fromwheretowhere <fromwheretowhere.service@gmail.com>
nobodxbodon pushed a commit to nobodxbodon/rply that referenced this issue Sep 23, 2020
nobodxbodon pushed a commit to nobodxbodon/rply that referenced this issue Sep 23, 2020
alex pushed a commit that referenced this issue Sep 23, 2020
* #102 use updated pypy repo url

* #102 try fixing path

* #102 update pypy API, add translated test for flags

* #102 fix pep8

Co-authored-by: fromwheretowhere <fromwheretowhere.service@gmail.com>
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

2 participants