Bug 302948
| Summary: | Nest modules in WebKit internal modulemap | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | adrian_taylor |
| Component: | WebKit Misc. | Assignee: | Nobody <webkit-unassigned> |
| Status: | RESOLVED FIXED | ||
| Severity: | Normal | CC: | webkit-bug-importer |
| Priority: | P2 | Keywords: | InRadar |
| Version: | WebKit Nightly Build | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
adrian_taylor
The internal modulemap for WebKit has two modules - one for objc and one for C++. These were not previously stacked in any way, and this seemed to cause parsing problems where the 'requires objc' stipulation of the first module was also taken to apply to the second, during the generation of Swift/C++ interop header files.
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Radar WebKit Bug Importer
<rdar://problem/165212021>
adrian_taylor
Pull request: https://github.com/WebKit/WebKit/pull/54322
EWS
Committed 303747@main (bc49cd45def2): <https://commits.webkit.org/303747@main>
Reviewed commits have been landed. Closing PR #54322 and removing active labels.