Philip Herron

Results 133 comments of Philip Herron

Nice find! You can submit a pull request if you like and i will merge in :). Thanks. On 6 April 2016 at 22:32, thilaire [email protected] wrote: > Hi >...

I'm really sorry this happened, i think i know what the problem is. I will update this issue in the morning.

to compile *.pyx files you need to run: ``` bash $ cython cythoncode.pyx ``` This creates cythoncode.c and cythoncode.h for anything that is public and it creates code targeting python2.x

Yep we can do things the same way. I am currently going for the next milestone to re-use bohem-gc as a mean time garbage collector just to have something as...

Yeah this is what i would love to show currently the goal for gccpy is to get to implement python 2.4 to almost fully correct. With this realse i am...

I'm aiming to move all my documentation onto github wiki as its more dynamic and fun and more social on github to host an entire project here than source forge...

With this mile stone you will be able to start doing things like import sys etc which will be great then the next milestone will be threading and more stdlib...

having parsing issues moving back to next milestone

Having sync'ed against latest GCC sources some serious GIMPLE bugs have cropped up moving back to next milestone

I am pretty sure the issue will be: ``` impl Map where S: HashState, ::Wut: Hasher, ``` Assigning the associated type like this is something that isn't implemented yet