[Cython] Type Inference: Inter Procedural Analysis

2018-01-02 Thread usama hameed
Hi all, 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 channel. I went through the code base, and have implemented a rudimentary type i

Re: [Cython] Type Inference: Inter Procedural Analysis

2018-01-08 Thread usama hameed
further, to fix/improve on the whole system. I do not know about Incremental Type Inference, but if that's the way to go and my above strategy is overly simplistic, I'll be happy to work on that too. Usama On Tue, Jan 2, 2018 at 8:23 PM, Stefan Behnel wrote: > Hi! > > Thank