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
lritter has quit [Ping timeout: 240 seconds]
lritter has joined #pypy
lritter has quit [Quit: Leaving]
jcea has quit [Quit: jcea]
dddddd has quit [Ping timeout: 260 seconds]
xcm has quit [Read error: Connection reset by peer]
xcm has joined #pypy
oberstet has joined #pypy
xcm has quit [Remote host closed the connection]
xcm has joined #pypy
rubdos has quit [Ping timeout: 240 seconds]
rubdos has joined #pypy
oberstet has quit [Remote host closed the connection]
oberstet has joined #pypy
xcm has quit [Remote host closed the connection]
xcm has joined #pypy
oberstet_ has joined #pypy
oberstet has quit [Ping timeout: 240 seconds]
xcm has quit [Remote host closed the connection]
xcm has joined #pypy
nimaje has quit [Quit: WeeChat 2.7.1]
nimaje has joined #pypy
inhahe has quit []
inhahe has joined #pypy
dddddd has joined #pypy
<mjacob>
arigo: do you still use hg-git?
dddddd_ has joined #pypy
dddddd has quit [Ping timeout: 246 seconds]
dddddd__ has joined #pypy
dddddd_ has quit [Ping timeout: 264 seconds]
dddddd__ has quit [Ping timeout: 240 seconds]
dddddd__ has joined #pypy
dddddd__ is now known as dddddd
tsaka_ has joined #pypy
mattip_ has quit [Ping timeout: 264 seconds]
mattip has joined #pypy
mattip has quit [Ping timeout: 260 seconds]
mattip has joined #pypy
Dejan has joined #pypy
Dejan has joined #pypy
inhahe has quit []
inhahe has joined #pypy
ionelmc has joined #pypy
inhahe has quit []
inhahe has joined #pypy
tsaka_ has quit [Ping timeout: 256 seconds]
inhahe has quit []
inhahe has joined #pypy
inhahe has quit []
inhahe has joined #pypy
<arigo>
mjacob: hg-git: no, I don't use it
tsaka_ has joined #pypy
<antocuni>
I might need to use it for a private hg repo which I currently have on bitbucket. The plan is to put the code in a private git repo on github, but the code relies on mercurial to synchronize itself across different computers of the same LAN. So if anybody has experience and/or horror stories with hg-git, I'll be glad to hear
<arigo>
personally I've moved this kind of private repos to my own servers, for now
<antocuni>
would you advise against using hg-git for this?
<arigo>
I don't have enough experience using hg-git
<antocuni>
ok
BPL has joined #pypy
tsaka_ has quit [Ping timeout: 240 seconds]
tsaka_ has joined #pypy
xcm has quit [Remote host closed the connection]
xcm has joined #pypy
tsaka_ has quit [Ping timeout: 256 seconds]
otisolsen70 has joined #pypy
tsaka_ has joined #pypy
BPL has quit [Quit: Leaving]
inhahe has quit []
inhahe has joined #pypy
thrnciar has quit [Ping timeout: 256 seconds]
inhahe has quit []
tsaka_ has quit [Read error: Connection reset by peer]
<tumbleweed>
antocuni: I know facebok basically uses hg as a frontend to enormous git repos. Dunno if that answers your question though
thrnciar has joined #pypy
camelCaser has quit [Ping timeout: 272 seconds]
ccamel has joined #pypy
inhahe has joined #pypy
lritter has joined #pypy
xcm has quit [Remote host closed the connection]
xcm has joined #pypy
mattip_ has joined #pypy
mattip has quit [Ping timeout: 260 seconds]
mattip_ is now known as mattip
<Dejan>
tumbleweed, maybe some group of devs in Facebook does
<Dejan>
I know several devs from FB and they all use Git
<Dejan>
They never even mentioned mercurial...
<tumbleweed>
dunno. I know they did a lot of work to scale mercurial up to their monorepo. And the FB people I talk to, only talk about hg, not git
<mjacob>
antocuni: hg-git has some design flaws and bugs... but georges racinet and i put some time into fixing some incompatibilities and it now also works on python 3. if you run into a bug and it's not a fundamental design flaw, we can fix it short-term.