[pypy-commit] [Git][pypy/pypy][branch/hpy] 2 commits: ./update_vendored to git rev 337eb0a

Antonio Cuni foss at heptapod.net
Thu Mar 12 12:30:30 EDT 2020


Antonio Cuni pushed to branch branch/hpy at PyPy / pypy


Commits:
ca6927e7 by Antonio Cuni at 2020-03-12T17:24:04+01:00
./update_vendored to git rev 337eb0a

--HG--
branch : hpy

- - - - -
d388000d by Antonio Cuni at 2020-03-12T17:28:55+01:00
WIP: start to fix things after the latest ./update_vendored:

1. Regenerate the struct _HPyContext_s

2. kill hpyarg.{c,h} and the corresponding ctx_Arg_Parse field: it has been
   replaced by _vendored/src/runtime/argparse.c which comes directly from the
   main hpy repo

3. tweak support.py to include argparse.c in the compilation

Many tests now fail because of the new features which have not been implemented yet

--HG--
branch : hpy

- - - - -


9 changed files:

- + pypy/module/_hpy_universal/_vendored/src/runtime/argparse.c
- pypy/module/_hpy_universal/_vendored/test/conftest.py
- pypy/module/_hpy_universal/_vendored/test/support.py
- pypy/module/_hpy_universal/llapi.py
- − pypy/module/_hpy_universal/src/hpyarg.c
- − pypy/module/_hpy_universal/src/hpyarg.h
- pypy/module/_hpy_universal/state.py
- pypy/module/_hpy_universal/test/support.py
- pypy/module/_hpy_universal/update_vendored.sh


View it on GitLab: https://foss.heptapod.net/pypy/pypy/compare/4b36d99a048dbf432cfefdc41e238c7b23849e16...d388000da064b7996408bb0ae130c1e5f70f64fb

---
View it on GitLab: https://foss.heptapod.net/pypy/pypy/compare/4b36d99a048dbf432cfefdc41e238c7b23849e16...d388000da064b7996408bb0ae130c1e5f70f64fb
You're receiving this email because of your account on foss.heptapod.net.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/pypy-commit/attachments/20200312/e7254b44/attachment.html>


More information about the pypy-commit mailing list