arigato changed the topic of #pypy to: PyPy, the flexible snake (IRC logs: https://quodlibet.duckdns.org/irc/pypy/latest.log.html#irc-end ) | use cffi for calling C | mac OS and Fedora are not Windows
trfl has quit [Quit: ZNC - http://znc.in]
trfl has joined #pypy
antocuni has joined #pypy
antocuni has quit [Ping timeout: 272 seconds]
jcea has quit [Quit: jcea]
Ai9zO5AP has quit [Ping timeout: 272 seconds]
ronan has quit [Ping timeout: 268 seconds]
yaewa has joined #pypy
moei has quit [Ping timeout: 250 seconds]
dddddd has quit [Remote host closed the connection]
Garen_ has joined #pypy
Garen has quit [Ping timeout: 240 seconds]
xcm has quit [Read error: Connection reset by peer]
xcm has joined #pypy
<kenaan> mattip default e4986da8a6c5 /pypy/doc/release-v7.0.0.rst: extend description of fix in release notes
zmt01 has joined #pypy
zmt00 has quit [Ping timeout: 240 seconds]
xcm has quit [Remote host closed the connection]
xcm has joined #pypy
oberstet has joined #pypy
<kenaan> arigo cffi/cffi b21780fe49f6 /: Merged in vyskocilm/cffi (pull request #80) Passing of proper CFLAGS/CXXFLAGS/LDFLAGS is hard and error prone
<kenaan> vyskocilm cffi/cffi 4e8e9cab26fd /cffi/: Passing of proper CFLAGS/CXXFLAGS/LDFLAGS is hard and error prone Add pkg-config wrapper, which is the cross...
<kenaan> vyskocilm cffi/cffi 47a70ef16876 /cffi/pkgconfig.py: Improve documentation of pkgconfig_kwargs
<kenaan> vyskocilm cffi/cffi c195b130abef /cffi/pkgconfig.py: can't link with libraries expects -pthreads or similar flags read extra_compile_args and extra_link_args fom...
<kenaan> vyskocilm cffi/cffi e23bbddde57b /cffi/api.py: drop debug print
<kenaan> vyskocilm cffi/cffi 95044035f313 /testing/cffi1/test_pkgconfig.py: add test for pkg-config integration
<kenaan> vyskocilm cffi/cffi b72192c28e05 /: code not compatible with python3 use bytes instead of strings
<kenaan> vyskocilm cffi/cffi 09ffc07bbde2 /: Increase testing coverage and refactor method names Making `pkgconfig.call` function accessible, tests can m...
<kenaan> vyskocilm cffi/cffi 48ca9a578dac /: merge with latest tip
<kenaan> vyskocilm cffi/cffi e0251d298a40 /: Real test of a pkgconfig integration Fix encoding errors Given testing Python program ``` from cffi import ...
<kenaan> vyskocilm cffi/cffi 428261c7ae2c /cffi/pkgconfig.py: fix encoding of `--libs-only-l` it's about file system names
<kenaan> vyskocilm cffi/cffi 58d9217d4315 /: Exception based flow Now the with non pkg-config backup would be ``` module_name = "_czmq" source = "#includ...
<kenaan> vyskocilm cffi/cffi 59a7c949248b /cffi/pkgconfig.py: Document version pinning for pkgconfig
<kenaan> vyskocilm cffi/cffi 93d6970fc206 /cffi/: Define and raise specific hierarchy of exceptions * PkgConfigNotFound - not installed * PkgConfi...
<kenaan> vyskocilm cffi/cffi d2065033e33b /cffi/pkgconfig.py: P: cffi must be compatible with 3.2 S: can't use u prefixes, as it is syntax error there
<kenaan> vyskocilm cffi/cffi 703ab36069d0 /cffi/: Reduce number of exceptions
oberstet has quit [Ping timeout: 245 seconds]
oberstet has joined #pypy
antocuni has joined #pypy
dddddd has joined #pypy
<kenaan> arigo cffi/cffi bafc95c0591a /: Tweaks to the pkgconfig support
<kenaan> arigo cffi/cffi cfa9cfaf529e /: Change the API and document it.
<cfbolz> arigato: do you have an opinion on what to do with the math-improvements branch?
<kenaan> arigo cffi/cffi 32960b92c175 /doc/source/cdef.rst: tweak docs
<arigato> cfbolz: let's defer that question until the sprint?
<cfbolz> ok
<cfbolz> will write that to the issue
* arigato buys the train ticket to home
<mattip> integrating pkg-config with cffi seems like a great idea.
<arigato> yes
<arigato> any comments that the API sucks are welcome
<mattip> does macos support that?
<arigato> I don't know
antocuni has quit [Ping timeout: 250 seconds]
<fijal> mattip: pkg-config?
<fijal> if so, then the answer is yes
<fijal> but maybe you need something installed, like homebrew, not sure
<mattip> I wonder how many users of cffi stay clear of compiler issues via the abi mode, and of those who use api mode ship compiled modules as wheels
xcm has quit [Remote host closed the connection]
xcm has joined #pypy
blachance has quit [Remote host closed the connection]
jcea has joined #pypy
ronan has joined #pypy
antocuni has joined #pypy
xcm has quit [Remote host closed the connection]
xcm has joined #pypy
oberstet has quit [Remote host closed the connection]
xcm has quit [Ping timeout: 246 seconds]
xcm has joined #pypy
<fijal> ============================================ 1 pytest-warnings in 0.01 seconds =============================================
<fijal> this isn't very useful, how do I see those warnings?
<fijal> ugh
<fijal> pytest these days refuses to run classes with __init__ but silently fails to collect them?
<fijal> that's not ideal :/
<mattip> -rs
<mattip> -raw
<mattip> -raws
<fijal> what's the point of that shit?
<mattip> that's how you see extra reporting in pytest, add that at the end to report Skipped, All, Warnings
<fijal> yeah I know
<fijal> what's the point of having warnings if it's hard to see them?
<fijal> (btw, the --help has no information how to see warnings)
<ronan> recent pytests show warnings by default, but 2.9.2 might be too ancient for that
<fijal> recent pytest of course explodes in a myriad of ways
<kenaan> rlamy py3.5 e01a180ee74a /: hg merge default
Zaab1t has joined #pypy
<antocuni> mattip: I was about to finish writing the release notes but I see that you already did that, thank you :)
<kenaan> antocuni default 24e4b884491f /pypy/doc/release-v7.0.0.rst: reword this paraphraph, as gc hooks were already in 6.0
<kenaan> rlamy py3tests 9e5517b71594 /: hg merge py3.5
<kenaan> rlamy apptest-file d25403a13858 /: hg merge default
<antocuni> ronan: what are the commits which fix this issue? https://bitbucket.org/pypy/pypy/issues/2944/origin-for-several-builtin-modules
<ronan> antocuni: it's the commits in hg log -r eb0bd5f:0050736
<antocuni> ok, I included them in 7.x by merging py3.5 in the release branch
<kenaan> antocuni release-pypy3.5-7.x 3d229d8603d1 /: hg merge py3.5
<bbot2> Started: http://buildbot.pypy.org/builders/own-linux-x86-32/builds/6251 [antocuni: force build, release-pypy2.7-7.x]
<bbot2> Started: http://buildbot.pypy.org/builders/own-linux-x86-64/builds/7246 [antocuni: force build, release-pypy2.7-7.x]
<bbot2> Started: http://buildbot.pypy.org/builders/own-win-x86-32/builds/1950 [antocuni: force build, release-pypy2.7-7.x]
<bbot2> Started: http://buildbot.pypy.org/builders/own-linux-s390x/builds/1188 [antocuni: force build, release-pypy2.7-7.x]
<bbot2> Started: http://buildbot.pypy.org/builders/pypy-c-jit-linux-x86-32/builds/5018 [antocuni: force build, release-pypy2.7-7.x]
<bbot2> Started: http://buildbot.pypy.org/builders/pypy-c-jit-linux-x86-64/builds/5971 [antocuni: force build, release-pypy2.7-7.x]
<bbot2> Started: http://buildbot.pypy.org/builders/pypy-c-jit-macosx-x86-64/builds/4193 [antocuni: force build, release-pypy2.7-7.x]
<bbot2> Started: http://buildbot.pypy.org/builders/pypy-c-jit-win-x86-32/builds/4377 [antocuni: force build, release-pypy2.7-7.x]
<bbot2> Started: http://buildbot.pypy.org/builders/pypy-c-jit-linux-s390x/builds/980 [antocuni: force build, release-pypy2.7-7.x]
<bbot2> Started: http://buildbot.pypy.org/builders/build-pypy-c-jit-linux-armhf-raspbian/builds/2420 [antocuni: force build, release-pypy2.7-7.x]
<bbot2> Started: http://buildbot.pypy.org/builders/build-pypy-c-jit-linux-armel/builds/2659 [antocuni: force build, release-pypy2.7-7.x]
<bbot2> Failure: http://buildbot.pypy.org/builders/build-pypy-c-jit-linux-armhf-raspbian/builds/2420 [antocuni: force build, release-pypy2.7-7.x]
<bbot2> Started: http://buildbot.pypy.org/builders/rpython-linux-x86-32/builds/118 [antocuni: force build, release-pypy2.7-7.x]
<bbot2> Failure: http://buildbot.pypy.org/builders/build-pypy-c-jit-linux-armel/builds/2659 [antocuni: force build, release-pypy2.7-7.x]
<bbot2> Started: http://buildbot.pypy.org/builders/build-pypy-c-jit-linux-armhf-raspbian/builds/2421 [antocuni: force build, release-pypy3.5-7.x]
<bbot2> Started: http://buildbot.pypy.org/builders/build-pypy-c-jit-linux-armel/builds/2660 [antocuni: force build, release-pypy3.5-7.x]
<bbot2> Failure: http://buildbot.pypy.org/builders/build-pypy-c-jit-linux-armhf-raspbian/builds/2421 [antocuni: force build, release-pypy3.5-7.x]
<bbot2> Failure: http://buildbot.pypy.org/builders/build-pypy-c-jit-linux-armel/builds/2660 [antocuni: force build, release-pypy3.5-7.x]
<bbot2> Started: http://buildbot.pypy.org/builders/build-pypy-c-jit-linux-armhf-raspbian/builds/2422 [antocuni: force build, release-pypy3.6-7.x]
<bbot2> Started: http://buildbot.pypy.org/builders/build-pypy-c-jit-linux-armel/builds/2661 [antocuni: force build, release-pypy3.6-7.x]
<bbot2> Failure: http://buildbot.pypy.org/builders/build-pypy-c-jit-linux-armhf-raspbian/builds/2422 [antocuni: force build, release-pypy3.6-7.x]
<bbot2> Failure: http://buildbot.pypy.org/builders/build-pypy-c-jit-linux-armel/builds/2661 [antocuni: force build, release-pypy3.6-7.x]
<mattip> antocuni: if I understand correctly, cffi 1.12 has not really been released yet, so the release notes should say something about "almost 1.12" or so
<antocuni> mattip: but lib_pypy/cffi.egg-info/PKG-INFO says 1.12
<antocuni> so I suppose it will be the same as cffi 1.12, as soon as cffi itself is released?
<antocuni> if that's the case, it's probably enough to release cffi before pypy
<mattip> depends, I saw some commits go by today about using pkg-config, I don't know if that is part of 1.12 or not
<mattip> arigato ^^^
xcm has quit [Remote host closed the connection]
* antocuni off for now
marky1991 has joined #pypy
xcm has joined #pypy
marky1991 has quit [Changing host]
marky1991 has joined #pypy
antocuni has quit [Ping timeout: 250 seconds]
jcea has quit [Ping timeout: 250 seconds]
jcea has joined #pypy
Ai9zO5AP has joined #pypy
xcm has quit [Ping timeout: 245 seconds]
xcm has joined #pypy
<bbot2> Failure: http://buildbot.pypy.org/builders/own-linux-x86-64/builds/7246 [antocuni: force build, release-pypy2.7-7.x]
<bbot2> Started: http://buildbot.pypy.org/builders/own-linux-x86-64/builds/7247 [antocuni: force build, release-pypy3.5-7.x]
danieljabailey has quit [Ping timeout: 268 seconds]
kipras has joined #pypy
marky1991 has quit [Ping timeout: 250 seconds]
<bbot2> Failure: http://buildbot.pypy.org/builders/own-win-x86-32/builds/1950 [antocuni: force build, release-pypy2.7-7.x]
<bbot2> Started: http://buildbot.pypy.org/builders/own-win-x86-32/builds/1951 [antocuni: force build, release-pypy3.5-7.x]
<bbot2> Failure: http://buildbot.pypy.org/builders/pypy-c-jit-linux-x86-32/builds/5018 [antocuni: force build, release-pypy2.7-7.x]
<bbot2> Started: http://buildbot.pypy.org/builders/pypy-c-jit-linux-x86-32/builds/5019 [antocuni: force build, release-pypy3.5-7.x]
<bbot2> Success: http://buildbot.pypy.org/builders/pypy-c-jit-linux-x86-64/builds/5971 [antocuni: force build, release-pypy2.7-7.x]
<bbot2> Started: http://buildbot.pypy.org/builders/pypy-c-jit-linux-x86-64/builds/5972 [antocuni: force build, release-pypy3.5-7.x]
<kenaan> rlamy extradoc 001cd1e932ba /sprintinfo/ddorf2019/people.txt: Add myself
<bbot2> Failure: http://buildbot.pypy.org/builders/own-linux-s390x/builds/1188 [antocuni: force build, release-pypy2.7-7.x]
<bbot2> Started: http://buildbot.pypy.org/builders/own-linux-s390x/builds/1189 [antocuni: force build, release-pypy3.5-7.x]
marky1991 has joined #pypy
marky1991 has quit [Remote host closed the connection]
marky1991 has joined #pypy
<bbot2> Failure: http://buildbot.pypy.org/builders/pypy-c-jit-macosx-x86-64/builds/4193 [antocuni: force build, release-pypy2.7-7.x]
<bbot2> Started: http://buildbot.pypy.org/builders/pypy-c-jit-macosx-x86-64/builds/4194 [antocuni: force build, release-pypy3.5-7.x]
<bbot2> Failure: http://buildbot.pypy.org/builders/own-linux-x86-32/builds/6251 [antocuni: force build, release-pypy2.7-7.x]
<bbot2> Started: http://buildbot.pypy.org/builders/own-linux-x86-32/builds/6252 [antocuni: force build, release-pypy3.5-7.x]
xcm has quit [Ping timeout: 246 seconds]
xcm has joined #pypy
Zaabtop has joined #pypy
Zaabtop1 has joined #pypy
Zaabtop1 has quit [Read error: Connection reset by peer]
Zaabtop has quit [Read error: Connection reset by peer]
Zaab1t has quit [Ping timeout: 240 seconds]
<bbot2> Failure: http://buildbot.pypy.org/builders/pypy-c-jit-linux-x86-32/builds/5019 [antocuni: force build, release-pypy3.5-7.x]
<bbot2> Started: http://buildbot.pypy.org/builders/pypy-c-jit-linux-x86-32/builds/5020 [antocuni: force build, release-pypy3.6-7.x]
marky1991_2 has joined #pypy
marky1991 has quit [Ping timeout: 246 seconds]
marky1991_2 has quit [Quit: Saliendo]
antocuni has joined #pypy
marky1991 has joined #pypy
marky1991 has quit [Remote host closed the connection]
marky1991 has joined #pypy
marky1991 has quit [Remote host closed the connection]
marky1991 has joined #pypy
Zaab1t has joined #pypy
agronholm has quit [Ping timeout: 240 seconds]
<bbot2> Failure: http://buildbot.pypy.org/builders/own-linux-x86-64/builds/7247 [antocuni: force build, release-pypy3.5-7.x]
<bbot2> Started: http://buildbot.pypy.org/builders/own-linux-x86-64/builds/7248 [antocuni: force build, release-pypy3.6-7.x]
marky1991_2 has joined #pypy
marky1991_2 has quit [Client Quit]
marky1991_2 has joined #pypy
<bbot2> Failure: http://buildbot.pypy.org/builders/pypy-c-jit-win-x86-32/builds/4377 [antocuni: force build, release-pypy2.7-7.x]
<bbot2> Started: http://buildbot.pypy.org/builders/pypy-c-jit-win-x86-32/builds/4378 [antocuni: force build, release-pypy3.5-7.x]
marky1991 has quit [Ping timeout: 246 seconds]
Zaab1t has quit [Quit: bye bye friends]
<bbot2> Failure: http://buildbot.pypy.org/builders/rpython-linux-x86-32/builds/118 [antocuni: force build, release-pypy2.7-7.x]
<bbot2> Started: http://buildbot.pypy.org/builders/rpython-linux-x86-32/builds/119 [antocuni: force build, release-pypy2.7-7.x]
<bbot2> Failure: http://buildbot.pypy.org/builders/pypy-c-jit-linux-s390x/builds/980 [antocuni: force build, release-pypy2.7-7.x]
<bbot2> Started: http://buildbot.pypy.org/builders/pypy-c-jit-linux-s390x/builds/981 [antocuni: force build, release-pypy3.5-7.x]
<kenaan> arigo default 0861546064a7 /pypy/doc/build.rst: Issue #2945 Completely remove the confusing mention of ``-O0``
marky1991_2 has quit [Remote host closed the connection]
marky1991_2 has joined #pypy
<bbot2> Failure: http://buildbot.pypy.org/builders/pypy-c-jit-linux-x86-32/builds/5020 [antocuni: force build, release-pypy3.6-7.x]
agronholm has joined #pypy
<kenaan> arigo cffi/cffi 8596bb760efa /c/misc_thread_common.h: oops thanks BlastRock NA for spotting this
Ai9zO5AP has quit [Ping timeout: 246 seconds]
<kenaan> arigo cffi/cffi 59b8d697b9b9 /doc/source/whatsnew.rst: Reorganize
<arigato> antocuni: yes, sorry, I've merged a few pull requests in cffi that I would like to be 1.12 and inside pypy 7.0.0
<bbot2> Failure: http://buildbot.pypy.org/builders/pypy-c-jit-linux-s390x/builds/981 [antocuni: force build, release-pypy3.5-7.x]
<bbot2> Started: http://buildbot.pypy.org/builders/pypy-c-jit-linux-s390x/builds/982 [antocuni: force build, release-pypy3.6-7.x]
<arigato> antocuni: I think I'm done now
<kenaan> arigo default 4c96a83024a4 /: update to cffi/59b8d697b9b9
Garen_ has quit [Read error: Connection reset by peer]
Garen has joined #pypy
<kenaan> arigo cffi/cffi 86332166be5b /cffi/api.py: Backport 4d18a461a973 from pypy
<kenaan> arigo default bb047ae33a2f /lib_pypy/cffi/api.py: update to cffi/86332166be5b
<kenaan> arigo py3.5 2b258d7b2475 /: hg merge default
<arigato> sorry, done
<bbot2> Failure: http://buildbot.pypy.org/builders/pypy-c-jit-linux-x86-64/builds/5972 [antocuni: force build, release-pypy3.5-7.x]
<bbot2> Started: http://buildbot.pypy.org/builders/pypy-c-jit-linux-x86-64/builds/5973 [antocuni: force build, release-pypy3.6-7.x]
<arigato> antocuni: did you plan to merge default into release-pypy2.7-7.x ? If not, I can still cherry-pick some commits if that's OK with you
agronholm has quit [Ping timeout: 240 seconds]
<arigato> but merging that might have been the plan all along, given that you did it for release-pypy3.5-7.x
<bbot2> Failure: http://buildbot.pypy.org/builders/pypy-c-jit-macosx-x86-64/builds/4194 [antocuni: force build, release-pypy3.5-7.x]
<bbot2> Started: http://buildbot.pypy.org/builders/pypy-c-jit-macosx-x86-64/builds/4195 [antocuni: force build, release-pypy3.6-7.x]
agronholm has joined #pypy
marky1991_2 has quit [Ping timeout: 246 seconds]
marky1991_2 has joined #pypy
igitoor has quit [Ping timeout: 250 seconds]
<bbot2> Failure: http://buildbot.pypy.org/builders/pypy-c-jit-linux-s390x/builds/982 [antocuni: force build, release-pypy3.6-7.x]
igitoor has joined #pypy
<bbot2> Failure: http://buildbot.pypy.org/builders/own-linux-x86-64/builds/7248 [antocuni: force build, release-pypy3.6-7.x]
igitoor has quit [Changing host]
igitoor has joined #pypy
marky1991_3 has joined #pypy
<antocuni> arigato: yes, merging default into release is fine
<antocuni> I don't think there is any relevant commit anyway
<bbot2> Failure: http://buildbot.pypy.org/builders/own-win-x86-32/builds/1951 [antocuni: force build, release-pypy3.5-7.x]
<bbot2> Started: http://buildbot.pypy.org/builders/own-win-x86-32/builds/1952 [antocuni: force build, release-pypy3.6-7.x]
marky1991_2 has quit [Ping timeout: 240 seconds]
<bbot2> Failure: http://buildbot.pypy.org/builders/pypy-c-jit-linux-x86-64/builds/5973 [antocuni: force build, release-pypy3.6-7.x]
kipras has quit [Read error: Connection reset by peer]
<bbot2> Failure: http://buildbot.pypy.org/builders/rpython-linux-x86-32/builds/119 [antocuni: force build, release-pypy2.7-7.x]
<bbot2> Started: http://buildbot.pypy.org/builders/rpython-linux-x86-32/builds/120 [antocuni: force build, release-pypy3.5-7.x]
<bbot2> Failure: http://buildbot.pypy.org/builders/own-linux-x86-32/builds/6252 [antocuni: force build, release-pypy3.5-7.x]
<bbot2> Started: http://buildbot.pypy.org/builders/own-linux-x86-32/builds/6253 [antocuni: force build, release-pypy3.6-7.x]