[Webkit-unassigned] [Bug 179814] [Win] forwarding headers should not be copies

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Nov 27 10:38:11 PST 2017


https://bugs.webkit.org/show_bug.cgi?id=179814

--- Comment #32 from Alex Christensen <achristensen at apple.com> ---
(In reply to Don Olmstead from comment #20)
> It’s my understanding that the copy is present in ALL Apple ports. I think
> it’s better for the project as a whole for everyone to move to copying the
> headers for consistency.

I agree.

(In reply to Michael Catanzaro from comment #25)
> Copying headers is fundamentally incompatible with #pragma once.

This is not true if we include directories well.  For example, when building WTF we should include the Source/WTF directory and not the directory containing the copies and when building everything else we should include the directory containing the copies.  When building JSC we should include Source/JavaScriptCore and not the directory containing the copies and when building everything else we should include the directory containing the copies.  Etc.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20171127/c2fe1843/attachment-0001.html>


More information about the webkit-unassigned mailing list