Re: [Cython] Type Inference: Inter Procedural Analysis

2018-01-08 Thread usama hameed
Hey! Thank you for the reply. Interesting. Could you elaborate on what you found missing or badly designed? Would be interesting to know for us. I'll elaborate a bit on what I had in mind while implementing inter procedural analysis, and what I found to be a bit inflexible. Also, I am attaching

Re: [Cython] Type Inference: Inter Procedural Analysis

2018-01-02 Thread Stefan Behnel
Hi! Thanks for working on this! usama hameed schrieb am 29.12.2017 um 19:31: > I recently suggested implementing Inter-Procedural Analysis to infer > function types and made the following Github issue > , and I was advised to > communicate on this cha