Re: [Cython] Control flow graph

2011-04-14 Thread Stefan Behnel
Vitja Makarov, 14.04.2011 09:27: Can I use cython-generators project on hudson for control-flow tests? So I'll move cf branch development to my master branch. Sure. I renamed the tab to "cython-vitek". It's your repo, use it as you see fit. Stefan

Re: [Cython] Control flow graph

2011-04-14 Thread Vitja Makarov
Can I use cython-generators project on hudson for control-flow tests? So I'll move cf branch development to my master branch. -- vitja. ___ cython-devel mailing list cython-devel@python.org http://mail.python.org/mailman/listinfo/cython-devel

Re: [Cython] Control flow graph

2011-03-02 Thread Vitja Makarov
2011/2/28 Vitja Makarov : > 2011/2/23 Vitja Makarov : >> 2011/2/23 Vitja Makarov : >>> 2011/2/22 Stefan Behnel : Vitja Makarov, 20.02.2011 18:23: > > 2011/2/16 Vitja Makarov: >> >> Hmm... both python and codespeaks in the thread Yes, we should keep it to cython-devel

Re: [Cython] Control flow graph

2011-02-28 Thread Vitja Makarov
2011/2/23 Vitja Makarov : > 2011/2/23 Vitja Makarov : >> 2011/2/22 Stefan Behnel : >>> Vitja Makarov, 20.02.2011 18:23: 2011/2/16 Vitja Makarov: > > Hmm... both python and codespeaks in the thread >>> >>> Yes, we should keep it to cython-devel only. Sorry for mixing it up. >>> >>>

Re: [Cython] Control flow graph

2011-02-22 Thread Vitja Makarov
2011/2/22 Stefan Behnel : > Vitja Makarov, 20.02.2011 18:23: >> >> 2011/2/16 Vitja Makarov: >>> >>> Hmm... both python and codespeaks in the thread > > Yes, we should keep it to cython-devel only. Sorry for mixing it up. > > >>> Here is my commit it's mostly broken now but anyway >>> >>> https://gi

Re: [Cython] Control flow graph

2011-02-22 Thread Stefan Behnel
Vitja Makarov, 20.02.2011 18:23: 2011/2/16 Vitja Makarov: Hmm... both python and codespeaks in the thread Yes, we should keep it to cython-devel only. Sorry for mixing it up. Here is my commit it's mostly broken now but anyway https://github.com/vitek/cython/commit/5579b23c3c1c06981331b6427

Re: [Cython] Control flow graph

2011-02-20 Thread Vitja Makarov
2011/2/16 Vitja Makarov : > 2011/2/15 Stefan Behnel : >> Robert Bradshaw, 15.02.2011 08:21: >>> >>> On Mon, Feb 14, 2011 at 9:49 PM, Vitja Makarov wrote: 2011/2/15 Robert Bradshaw: > > On Sun, Feb 13, 2011 at 11:40 PM, Vitja Makarov wrote: >> >> Hi! >> >> In order

Re: [Cython] Control flow graph

2011-02-15 Thread Vitja Makarov
2011/2/15 Stefan Behnel : > Robert Bradshaw, 15.02.2011 08:21: >> >> On Mon, Feb 14, 2011 at 9:49 PM, Vitja Makarov wrote: >>> >>> 2011/2/15 Robert Bradshaw: On Sun, Feb 13, 2011 at 11:40 PM, Vitja Makarov wrote: > > Hi! > > In order to implement "reaching definitions" alg

Re: [Cython] Control flow graph

2011-02-15 Thread Vitja Makarov
2011/2/15 Stefan Behnel : > Robert Bradshaw, 15.02.2011 08:21: >> >> On Mon, Feb 14, 2011 at 9:49 PM, Vitja Makarov wrote: >>> >>> 2011/2/15 Robert Bradshaw: On Sun, Feb 13, 2011 at 11:40 PM, Vitja Makarov wrote: > > Hi! > > In order to implement "reaching definitions" alg

Re: [Cython] Control flow graph

2011-02-15 Thread Dag Sverre Seljebotn
On 02/15/2011 08:21 AM, Robert Bradshaw wrote: On Mon, Feb 14, 2011 at 9:49 PM, Vitja Makarov wrote: 2011/2/15 Robert Bradshaw: On Sun, Feb 13, 2011 at 11:40 PM, Vitja Makarov wrote: Hi! In order to implement "reaching definitions" algorithm. I'm now working on control-flo

Re: [Cython] Control flow graph

2011-02-14 Thread Stefan Behnel
Robert Bradshaw, 15.02.2011 08:21: On Mon, Feb 14, 2011 at 9:49 PM, Vitja Makarov wrote: 2011/2/15 Robert Bradshaw: On Sun, Feb 13, 2011 at 11:40 PM, Vitja Makarov wrote: Hi! In order to implement "reaching definitions" algorithm. I'm now working on control-flow (or data-flow) graph. Here is

Re: [Cython] Control flow graph

2011-02-14 Thread Robert Bradshaw
On Mon, Feb 14, 2011 at 9:49 PM, Vitja Makarov wrote: > 2011/2/15 Robert Bradshaw : >> On Sun, Feb 13, 2011 at 11:40 PM, Vitja Makarov >> wrote: >>> Hi! >>> >>> In order to implement "reaching definitions" algorithm. >>> I'm now working on control-flow (or data-flow) graph. >>> >>> Here is funny

Re: [Cython] Control flow graph

2011-02-14 Thread Vitja Makarov
2011/2/15 Vitja Makarov : > 2011/2/15 Robert Bradshaw : >> On Sun, Feb 13, 2011 at 11:40 PM, Vitja Makarov >> wrote: >>> Hi! >>> >>> In order to implement "reaching definitions" algorithm. >>> I'm now working on control-flow (or data-flow) graph. >>> >>> Here is funny picture made with graphviz ;

Re: [Cython] Control flow graph

2011-02-14 Thread Greg Ewing
Vitja Makarov wrote: Here is funny picture made with graphviz ;) http://piccy.info/view3/1099337/ca29d7054d09bd0503cefa25f5f49420/1200/ Gives the term "spaghetti code" a whole new meaning! -- Greg ___ cython-devel mailing list cython-devel@python.

Re: [Cython] Control flow graph

2011-02-14 Thread Dag Sverre Seljebotn
On 02/14/2011 08:40 AM, Vitja Makarov wrote: Hi! In order to implement "reaching definitions" algorithm. I'm now working on control-flow (or data-flow) graph. Here is funny picture made with graphviz ;) http://piccy.info/view3/1099337/ca29d7054d09bd0503cefa25f5f49420/1200/ Cool! This wi

Re: [Cython] Control flow graph

2011-02-14 Thread Stefan Behnel
Vitja Makarov, 14.02.2011 08:40: In order to implement "reaching definitions" algorithm. I'm now working on control-flow (or data-flow) graph. Cool. Another good topic for the workshop. I've added it to the list on the wiki page. Note that it's related to the NameNode graph, but not completely

[Cython] Control flow graph

2011-02-13 Thread Vitja Makarov
Hi! In order to implement "reaching definitions" algorithm. I'm now working on control-flow (or data-flow) graph. Here is funny picture made with graphviz ;) http://piccy.info/view3/1099337/ca29d7054d09bd0503cefa25f5f49420/1200/ -- vitja. ___ cython-