Yardanico

Results 134 comments of Yardanico

@1st1 by the way, you can already play around PyPy3.5, there's nightly builds: http://buildbot.pypy.org/nightly/py3.5/ It's not stable thought

@1st1 the time has come! First public release of PyPy3.5

@thedrow Where is CFFI in pyuv? I see no CFFI here, only usual Python C extension. If uvloop would use pyuv, PyPy3.5 would be slower, because Python C Extensions are...

@thedrow , @1st1, I found this uvloop CFFI extension - https://github.com/koehlma/uv/

Maybe the default GC for the compiler should be changed in https://github.com/nim-lang/Nim/blob/devel/compiler/nim.cfg instead?

I've briefly looked at the renderer, and it only seems to check the first character of the name to see if it should be quoted or not - https://github.com/nim-lang/Nim/blob/devel/compiler/renderer.nim#L971 It's...

See https://github.com/nim-lang/Nim/issues/14631 and https://github.com/nim-lang/Nim/pull/13541 as well

I didn't check the PR in detail, but how is this different from `xmltree.innerText` - https://nim-lang.org/docs/xmltree.html#innerText%2CXmlNode?

So are you also planning on removing LibreSSL support as it relies on OpenSSL 1.0 APIs? It's really nice that you're doing the work with bringing up OpenSSL 3, but...

As @rockcavera mentioned, there are some MinGW distributions that statically link winpthread and other similar libraries, such as https://jmeubank.github.io/tdm-gcc/