$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [boost] [modularization] Improving/splitting up detail
From: Daniel Pfeifer (daniel_at_[hidden])
Date: 2013-11-01 18:10:52
Hi John,
Thanks for the analysis! Could you adapt the mapping in
repositories.txt accordingly and submit a pull request on Boost2Git
(Preferable in several small commits)?
Alternatively, I can make the changes in repositories.txt if you give
me the *exact* information what to change (Maybe after the
discussion).
> boost/detail/xxx.hpp
>
> File appears to be unused, suggest we remove it.
Since we modularize the complete history, we need to define where a
file belongs. Even if we delete it.
> boost/detail/xxx.hpp
>
> Used by YYY and ZZZ, move to "common"
Isn't there already a dependency from YYY to ZZZ? Could we put xxx.hpp
to ZZZ instead? Maybe a "common" is not even needed.
-- Daniel