gnu-arch-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Gnu-arch-users] Re: ANN: Spaces in filenames


From: Christian Thäter
Subject: Re: [Gnu-arch-users] Re: ANN: Spaces in filenames
Date: Thu, 30 Oct 2003 01:54:32 +0100

> What on earth are you talking about?  These escape sequences are
> _internal_ to tla/arch.  Why would non-tla code (or other programs
> specifically intended for dealing with arch on-disk formats) ever have
> to deal with them?

misunderstood you, thought you talked about external tools / scripts

> Internal to tla, existing parts of tla which are not escape-aware
> should just_pass through_ whatever it finds -- thus the goal avoiding
> things like '\ '-- leaving the escape expansion to lower/later layers.

Thats exactly what i want to prevent. The escapes will be (un)escaped at
I/O time and vice versa. The inner tla logic never sees escapes!
Whenever it reads something which might have escapes it is first
unescaped (right after the tokenization step).
Whenever it writes something it is escaped (prior assembling output
lines).

I/O the clean layer where such things can be done, the code which needs
to be changed is easy to spot and it is nonintrusive to the inner tla
logic and easy to debug. Besides that there are much more spots of
maintainace which need to handle the escapes when it is delayed to
lower/later layers, sorry I don't want to do that.

        Christian




reply via email to

[Prev in Thread] Current Thread [Next in Thread]