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
Lightsword has quit [Quit: ZNC]
Lightsword has joined #pypy
jcea has quit [Quit: jcea]
speeder39_ has quit [Quit: Connection closed for inactivity]
travis-ci has joined #pypy
<travis-ci> vmprof/vmprof-python@master: The build passed. (https://travis-ci.org/vmprof/vmprof-python/builds/539015713)
travis-ci has left #pypy [#pypy]
mandeep has joined #pypy
travis-ci has joined #pypy
<travis-ci> vmprof/vmprof-python@0.4.15: The build failed. (https://travis-ci.org/vmprof/vmprof-python/builds/539019390)
travis-ci has left #pypy [#pypy]
dddddd has quit [Read error: Connection reset by peer]
_whitelogger has joined #pypy
forgottenone has joined #pypy
<kenaan> mattip default 0d84a7a0a0fe /pypy/config/pypyoption.py: be more tolerant of possible missing names from working_modules
<kenaan> mattip py3.6 3183fe48a614 /pypy/config/pypyoption.py: merge default into branch
mandeep has quit [Ping timeout: 248 seconds]
mandeep has joined #pypy
mandeep has quit [Ping timeout: 246 seconds]
Ai9zO5AP has joined #pypy
inhahe has quit []
inhahe has joined #pypy
fling is now known as gallium
gallium is now known as fling
tsaka__ has quit [Quit: Konversation terminated!]
antocuni has joined #pypy
menace has joined #pypy
travis-ci has joined #pypy
<travis-ci> vmprof/vmprof-python@master: The build passed. (https://travis-ci.org/vmprof/vmprof-python/builds/539136586)
travis-ci has left #pypy [#pypy]
<antocuni> finally!
<antocuni> I retagged master as 0.4.15, hopefully when the new build finishes we will have a proper new release
<antocuni> no idea what is the error about :(
* antocuni --> lunch
mvantellingen has quit [Ping timeout: 252 seconds]
antocuni has quit [Ping timeout: 258 seconds]
mvantellingen has joined #pypy
travis-ci has joined #pypy
<travis-ci> vmprof/vmprof-python@0.4.15: The build is still failing. (https://travis-ci.org/vmprof/vmprof-python/builds/539145576)
travis-ci has left #pypy [#pypy]
mattip has quit [Ping timeout: 272 seconds]
mattip has joined #pypy
jcea has joined #pypy
travis-ci has joined #pypy
<travis-ci> vmprof/vmprof-python@master: The build passed. (https://travis-ci.org/vmprof/vmprof-python/builds/539151189)
travis-ci has left #pypy [#pypy]
marky1991 has joined #pypy
antocuni has joined #pypy
marky1991_2 has joined #pypy
dddddd has joined #pypy
marky1991 has quit [Ping timeout: 248 seconds]
niceplace has quit [Quit: ZNC 1.6.5+deb1+deb9u1 - http://znc.in]
niceplace has joined #pypy
<antocuni> aaaargh
<antocuni> the next problem is that now vmprof can build the wheels, but it can't upload it to pypi
<antocuni> "User '[secure]' does not have a verified primary email address. Please add a verified primary email before attempting to upload to PyPI."
<antocuni> and of course I have no idea which user it is, because it is saved inside an encrypted env variable
<mattip> the pypi page https://pypi.org/project/vmprof/ has an Author with the name "vmprof team"
<mattip> and fijal's email
travis-ci has joined #pypy
travis-ci has left #pypy [#pypy]
<travis-ci> vmprof/vmprof-python@temp: The build is still failing. (https://travis-ci.org/vmprof/vmprof-python/builds/539192825)
<fijal> antocuni: I verified my email at least
<ronan> antocuni: it's most likely planrich
<antocuni> I think it is better to create another user, e.g. "pypy.wheelbuilder", and add it as a maintainer. This way nobody has to put its own personal password on travis
<antocuni> the question is, which email should I use to create it? pypy-z? Or we create a special wheelbuilder@pypy.org?
<antocuni> I said "pypy.wheelbuilder" instead of "vmprof.wheelbuilder" because this way we can use it for more than one project (e.g. cffi)
xcm has quit [Remote host closed the connection]
xcm has joined #pypy
mvantellingen has quit [Ping timeout: 252 seconds]
lritter has joined #pypy
mvantellingen has joined #pypy
xcm has quit [Remote host closed the connection]
xcm has joined #pypy
<antocuni> hooray, we finally have a new vmprof version: https://pypi.org/project/vmprof/0.4.15/
<cfbolz> nice!
<antocuni> mac wheels are in-progress
Rhy0lite has joined #pypy
travis-ci has joined #pypy
travis-ci has left #pypy [#pypy]
<travis-ci> vmprof/vmprof-python@temp: The build has errored. (https://travis-ci.org/vmprof/vmprof-python/builds/539252556)
<fijal> antocuni: should we make native tracing explode cleanly on non-linux?
<fijal> (as opposed to silently hanging everything)
<antocuni> yes
<antocuni> I am fine to make native tracing off by default (but still available on linux when you pass the right option)
travis-ci has joined #pypy
<travis-ci> vmprof/vmprof-python@temp: The build was fixed. (https://travis-ci.org/vmprof/vmprof-python/builds/539252556)
travis-ci has left #pypy [#pypy]
jcea has quit [Ping timeout: 252 seconds]
<cfbolz> fijal: fwiw, there are a lot of integration tests including pypy stuff here: https://github.com/vmprof/vmprof-integration
<cfbolz> I am not sure they are run though
<antocuni> yes, it seems they are run daily, and they are failing
<cfbolz> ok, so at least we have a basis to start from
jcea has joined #pypy
<antocuni> I think that what they test is that you can communicate with the vmprof server though, not that vmprof itself does a correct profiling
<fijal> yes, vmprof-integration is not vmprof at all
<cfbolz> hm
<fijal> vmprof-server should probably completely die, I think
<fijal> and be replaced with something much simpler that runs from the local host
<cfbolz> but using the current web interface?
<fijal> no, let's build a new one!
<fijal> (sorry
<fijal> )
<fijal> as much as feasible, I guess
travis-ci has joined #pypy
travis-ci has left #pypy [#pypy]
<travis-ci> vmprof/vmprof-python@master: The build was broken. (https://travis-ci.org/vmprof/vmprof-python/builds/539255981)
<antocuni> moreover, there also also flaky tests like the one which just failed :(
travis-ci has joined #pypy
<travis-ci> vmprof/vmprof-python@master: The build passed. (https://travis-ci.org/vmprof/vmprof-python/builds/539255981)
travis-ci has left #pypy [#pypy]
<fijal> cfbolz: I still claim that overspecific tests that are hard to maintain but actually don't test much are worse than no tests at all ;-)
mvantellingen has quit [Ping timeout: 252 seconds]
mvantellingen has joined #pypy
antocuni has quit [Ping timeout: 258 seconds]
marky1991_2 has quit [Quit: Saliendo]
jacob22 has quit [Ping timeout: 252 seconds]
jacob22 has joined #pypy
Rhy0lite has quit [Quit: Leaving]
marky1991 has joined #pypy
fryguybo1 has quit [Read error: Connection reset by peer]
Ai9zO5AP has quit [Quit: WeeChat 2.4]
fryguybob has joined #pypy
<kenaan> mattip py3.6 51716b155429 /pypy/module/_codecs/test/test_codecs.py: skip test that only works translated
<kenaan> mattip py3.6 8c02125cb1c5 /pypy/objspace/std/unicodeobject.py: win32, python2 doesn't like surrogates, skip this check
Ai9zO5AP has joined #pypy
marky1991 has quit [Ping timeout: 246 seconds]
<tos9> mattip: FWIW I didn't forget about numpy stuff, just "luckily" now I can't actually *re-break* things so I can confirm what fixed it :/
<tos9> I am fairly sure that homebrew changed some stuff recently vis-a-vis binutils (they stopped linking it and made it keg only)
<tos9> So now I think I have to go out of my way to probably make my system look like what I think it looked like a few weeks ago before they changed the formula
<tos9> But yeah homebrew is really :((( sometimes.
<mattip> well, it is fine to close the issue as "no longer reproducible"
<tos9> I think it *is* reproducible because of the way homebrew works there -- basically it doesn't migrate systems that it linked the formula on
<tos9> So e.g. one set of users I suspect will run into those errors are if you installed binutils like 6 months ago
<tos9> then homebrew, even though it changed the formula, does not go and unlink the original binaries
<tos9> But I think e.g. glyph was one of the people that commented on the ticket, so maybe I can just check with him to see if he still is seeing errors
<glyph> yo
<glyph> what do you need me to check
<tos9> aloha
<tos9> glyph: Were you having issues getting numpy installed on macOS+pypy
<tos9> glyph: And if so, what does this command do for you: `rm -rf venv; virtualenv -p pypy3 venv; MACOSX_DEPLOYMENT_TARGET=10.14 venv/bin/python -m pip install --no-cache numpy`
<glyph> I definitely was
<glyph> I have a meeting in 5 minutes
* mattip zzz
<glyph> I'll happily check that command afterwards though
<tos9> Yup cool.
<kenaan> mattip py3.6 95ef57b94c9d /pypy/module/posix/: fixes for win32
<kenaan> mattip win32-encoding 51a97447c69a /pypy/module/sys/: start to use filesystemencoderrors
<bbot2> Started: http://buildbot.pypy.org/builders/pypy-c-jit-win-x86-32/builds/4635 [mattip: force build, win32-encoding]
<bbot2> Failure: http://buildbot.pypy.org/builders/pypy-c-jit-win-x86-32/builds/4635 [mattip: force build, win32-encoding]
forgottenone has quit [Quit: Konversation terminated!]
i9zO5AP has joined #pypy
Ai9zO5AP has quit [Ping timeout: 272 seconds]
marky1991 has joined #pypy
marky1991 has quit [Changing host]
marky1991 has joined #pypy
NemeXis has joined #pypy
NemeXis has quit [Remote host closed the connection]
infinite has quit [Ping timeout: 272 seconds]
kipras has quit [Ping timeout: 272 seconds]
infinite has joined #pypy
i9zO5AP has quit [Quit: WeeChat 2.4]
_whitelogger has joined #pypy
lritter has quit [Quit: Leaving]
speeder39_ has joined #pypy
_whitelogger has joined #pypy