Re: Overhaul filename convention

2014-02-26 Thread Iain Buclaw
On 26 February 2014 11:48, Daniel Murphy wrote: > "Iain Buclaw" wrote in message > news:mailman.306.1393348468.6445.d@puremagic.com... > >> > And give them better names while you're at it? >> >> Visitor names? I was thinking IRVisitor, and build_ir (). ;) > > > I mean, you have todt.c with

Re: Overhaul filename convention

2014-02-26 Thread Daniel Murphy
"Iain Buclaw" wrote in message news:mailman.306.1393348468.6445.d@puremagic.com... > And give them better names while you're at it? Visitor names? I was thinking IRVisitor, and build_ir (). ;) I mean, you have todt.c with all the toDt methods, which you are now free to call something

Re: Overhaul filename convention

2014-02-25 Thread Iain Buclaw
On 25 February 2014 15:39, Daniel Murphy wrote: > "Iain Buclaw" wrote in message > news:mailman.286.1393282527.6445.d@puremagic.com... > > >> OK, rather than all at once, I'll move each file with each visitor >> conversion. First one is d-toir.cc -> toir.cc in the 2.065 merge. :) > > > And g

Re: Overhaul filename convention

2014-02-25 Thread Daniel Murphy
"Iain Buclaw" wrote in message news:mailman.286.1393282527.6445.d@puremagic.com... OK, rather than all at once, I'll move each file with each visitor conversion. First one is d-toir.cc -> toir.cc in the 2.065 merge. :) And give them better names while you're at it?

Re: Overhaul filename convention

2014-02-24 Thread Iain Buclaw
On 24 February 2014 17:15, Johannes Pfau wrote: > Am Mon, 24 Feb 2014 17:07:21 + > schrieb "Iain Buclaw" : > >> Hi, >> >> I've been thinking about this in the back of my head for a while, >> but thought now would be a good time to raise it with the new >> release and impending visitor-related

Re: Overhaul filename convention

2014-02-24 Thread Johannes Pfau
Am Mon, 24 Feb 2014 17:07:21 + schrieb "Iain Buclaw" : > Hi, > > I've been thinking about this in the back of my head for a while, > but thought now would be a good time to raise it with the new > release and impending visitor-related conversion changes. > > The current naming convention f

Overhaul filename convention

2014-02-24 Thread Iain Buclaw
Hi, I've been thinking about this in the back of my head for a while, but thought now would be a good time to raise it with the new release and impending visitor-related conversion changes. The current naming convention for glue files is currently the prefix d- followed by the name. eg: d-ob