<div dir="ltr"><div class="gmail_extra"><div class="gmail_quote">On Mon, Mar 31, 2014 at 4:23 PM, Argyrios Kyrtzidis <span dir="ltr"><<a href="mailto:kyrtzidis@apple.com" target="_blank">kyrtzidis@apple.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div class="">><br>
> What I'm suggesting is:<br>
><br>
> 1) Drop the -I paths that are earlier than the module in the header search path when building the module<br>
> 2) Include the rest of the header search paths in the configuration hash for the module<br>
<br>
</div>This will prevent us from sharing system modules across projects, and, as Ben already mentioned, will result in an explosion of module files, even within the same project.<br></blockquote><div><br></div><div>Why? System modules would only have system include paths, and these would usually be the same across projects, right?</div>
<div><br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Even if we include the search paths in the module hash we will still need to re-lookup the module dependencies before loading the module, because a new module.map may have showed up somewhere in the search paths since the time we built the module; unless I’m missing something, I don’t see any benefit in including the header search paths in the hash.</blockquote>
<div><br></div><div>The hash should include everything that affects the way the module is built. If we're transferring include paths from the user of the module to the module build, the hash should include those paths, or two modules with different search paths could collide in the cache.</div>
</div></div></div>