$include_dir="/home/hyper-archives/boost-build/include"; include("$include_dir/msg-header.inc") ?>
From: Vladimir Prus (ghost_at_[hidden])
Date: 2003-06-06 00:47:16
David Abrahams wrote:
> Vladimir Prus <ghost_at_[hidden]> writes:
> >> plus it would have drawn path.jam into the kernel,
> >
> > Not sure code duplication is better.
>
> It's not duplication. My normalize-raw-paths is smaller, cleaner,
> easier to understand, and better-documented ;-)
Good statement! Whether it's smaller/cleaner/easier/whatever is orthogonal
question. There's two pieces of code which do the same thing, and that's code
duplication, by definition.
Besides, the email you've responded to questioned the need to call
'normalize-raw-paths' at all. Do you have any comments on this?
- Volodya