[Webkit-unassigned] [Bug 242757] New: JavaScriptCore source files are missing includes when compiling them in a non-unified build
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Thu Jul 14 10:52:29 PDT 2022
https://bugs.webkit.org/show_bug.cgi?id=242757
Bug ID: 242757
Summary: JavaScriptCore source files are missing includes when
compiling them in a non-unified build
Product: WebKit
Version: WebKit Nightly Build
Hardware: Unspecified
OS: Unspecified
Status: NEW
Severity: Trivial
Priority: P2
Component: JavaScriptCore
Assignee: webkit-unassigned at lists.webkit.org
Reporter: akyrtzi at gmail.com
Due to unified sources bundling there are implicit dependencies between implementation files and if the files get compiled on their own it leads to compiler or linker errors, due to missing includes.
It would be good to add the missing includes so they can compile on their own, which is beneficial even for the unified build because adding/removing files changes the unified source partitions and can expose these errors later on.
--
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/20220714/281d2a5e/attachment.htm>
More information about the webkit-unassigned
mailing list