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
"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
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
"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?
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
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
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