cfbolz 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 | if a pep adds a mere 25-30 [C-API] functions or so, it's a drop in the ocean (cough) - Armin
BPL has quit [Quit: Leaving]
jcea has quit [Quit: jcea]
dddddd has quit [Ping timeout: 256 seconds]
jvesely has quit [Ping timeout: 256 seconds]
jvesely has joined #pypy
lritter has joined #pypy
oberstet has joined #pypy
_whitelogger has joined #pypy
tsaka__ has joined #pypy
tsaka__ has quit [Ping timeout: 272 seconds]
xcm has quit [Read error: Connection reset by peer]
xcm has joined #pypy
dmalcolm_ has joined #pypy
dmalcolm has quit [Ping timeout: 240 seconds]
kipras`away has quit [Quit: ZNC - http://znc.in]
kipras`away has joined #pypy
kipras`away has quit [Ping timeout: 260 seconds]
tsaka__ has joined #pypy
tsaka__ has quit [Ping timeout: 246 seconds]
tsaka__ has joined #pypy
tsaka__ has quit [Ping timeout: 265 seconds]
dddddd has joined #pypy
tsaka__ has joined #pypy
YannickJadoul has joined #pypy
jcea has joined #pypy
jvesely has quit [Ping timeout: 256 seconds]
nimaje has quit [Quit: WeeChat 2.7.1]
nimaje has joined #pypy
<antocuni> FWIW, I got mentioned here: https://github.com/simple-icons/simple-icons/issues/2963
<antocuni> It seems a project to provide icons to various projects/brands, and they want to include PyPy
<antocuni> I don't think we have a monochrome logo. If anyone wants to join the discussion and provide some input, feel free to do so
<mattip> if they could improve the low-res 16x16 icon we use as a favico.ico that would be nice
<antocuni> do we have the svg source anywhere?
<antocuni> and what is its license?
<mattip> fijal ^^^
<antocuni> uhm, we should probably put a LICENSE file in our pypy.org repo
<antocuni> uh, I didn't see this tweet: https://twitter.com/bitpharma/status/1250761397501386752
<antocuni> does it mean that pypy helped research about the coronavirus? :)
Ai9zO5AP has quit [Ping timeout: 240 seconds]
Ai9zO5AP has joined #pypy
Ai9zO5AP has quit [Ping timeout: 240 seconds]
Ai9zO5AP has joined #pypy
lritter has quit [Ping timeout: 265 seconds]
jiffe has quit [Ping timeout: 265 seconds]
jiffe has joined #pypy
<fijal> antocuni: the new pypy logo can be under whatever license we want
<antocuni> good. Should we choose one for it and for the whole pypy.org?
<fijal> we can always change it, we own all the IP
<antocuni> I don't know much about CC licenses, though
<fijal> I would be inclined to say "public domain" but I'm sure a lot of people have massive opinions about those sort of things
<antocuni> I don't :)
<tumbleweed> public domain is terribly defined, and in some jurisdictions you can't put things into the public domain
<tumbleweed> cc-0 is a better alternative
<cfbolz> +1 on CC-0
dmalcolm__ has joined #pypy
dmalcolm_ has quit [Ping timeout: 256 seconds]
<fijal> antocuni: see? ;-)
<antocuni> 😂
<antocuni> I'm glad that someone has opinions
oberstet has quit [Remote host closed the connection]
<tumbleweed> logos are well protected by trademark law (although presumably pypy hasn't applied for any) so copyright is probably not the best tool to use. permissive licenses on logos seems sensible
Ai9zO5AP has quit [Ping timeout: 240 seconds]
Ai9zO5AP has joined #pypy
Ai9zO5AP has quit [Client Quit]
Dejan has quit [Quit: Leaving]
Ai9zO5AP has joined #pypy
kipras`away has joined #pypy
kipras`away has quit [Read error: No route to host]
kipras`away has joined #pypy
kipras`away has quit [Quit: ZNC - http://znc.in]
kipras`away has joined #pypy
<antocuni> uhm, it seems I can't push to heptapod
<mattip> ?
<antocuni> "abort: push failed: remote repository changed while pushing - please try again"
<antocuni> I got it twice in a row
<mattip> something about hg 4.5 ?
<antocuni> no, I have 5.3
<mattip> so update evolve, see yesterday's logs
<antocuni> ok, it worked
<antocuni> very obscure error message :(
<antocuni> uhm, another obscure error
<antocuni> "hg push -b hpy" worked
<antocuni> but "hg push" does not
<antocuni> remote: push create a new head on branch "py3.7"
<antocuni> my py3.7 tip is b0441aa4fa0a
<antocuni> ah no, indeed I have another open head: cf424222cda8
<antocuni> I have no idea how I ended up with two heads, since I never committed anything on that branch
tsaka__ has quit [Quit: Konversation terminated!]
tsaka__ has joined #pypy
<antocuni> YannickJadoul: on my computer, I have this commit which was done by you: http://paste.openstack.org/show/792564/
<antocuni> however, it seems that it's not on heptapod
<antocuni> did you strip it intentionally? Should I strip it from my local repo or it disappeared by mistake?
<YannickJadoul> antocuni: Huh, I vagely remember this
<YannickJadoul> Let me check
<YannickJadoul> Oh, it's still an unmerged PR (well, MR)
<antocuni> oh
<antocuni> so, why does my mercurial thinks it is a head of the branch? :(
<YannickJadoul> It's a topic, rather than a branch
<antocuni> yeah, whatever
<YannickJadoul> Maybe that's why mercurial is confused?
<antocuni> I think that all heptapod PRs are translated into hg topics
<antocuni> so I don't know why this one specifically makes it confused
<YannickJadoul> Then maybe I messed up something else :-/
<antocuni> or maybe I hg pulled when I had the wrong combination of hg/evolve versions :(
<YannickJadoul> Hmmm, it's already there for a while, I think
<antocuni> let's wait for the mercurial experts then :)
* antocuni off
BPL has joined #pypy
tsaka__ has quit [Ping timeout: 256 seconds]
<YannickJadoul> Something's wrong here as well, when I try to push
<YannickJadoul> `remote has heads on branch 'py3.6:recvmsg_into' that are not known locally: c89be391fa14`
<YannickJadoul> `abort: push creates new remote head dfb17bbbfb18 on branch 'py3.6:recvmsg_into'!`
<YannickJadoul> (Nvm, needed to update mercurial)
yajadoul has joined #pypy
YannickJadoul has quit [Ping timeout: 256 seconds]
ronan has quit [Remote host closed the connection]
ronan has joined #pypy
yajadoul has quit [Quit: Leaving]
Ai9zO5AP has quit [Ping timeout: 240 seconds]
Ai9zO5AP has joined #pypy
BPL has quit [Read error: Connection reset by peer]