Bug 213273
Summary: | REGRESSION (r250866): update-webkit-localizable-strings fails with "mismatched quotes" errors | ||
---|---|---|---|
Product: | WebKit | Reporter: | Andy Estes <aestes> |
Component: | Tools / Tests | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED DUPLICATE | ||
Severity: | Normal | ||
Priority: | P2 | ||
Version: | WebKit Local Build | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Bug Depends on: | 195088 | ||
Bug Blocks: |
Andy Estes
Starting in r250866, update-webkit-localizable-strings fails with the following errors:
> % Tools/Scripts/update-webkit-localizable-strings
> Source/WebKit/NetworkProcess/Classifier/ResourceLoadStatisticsDatabaseStore.cpp:929: mismatched quotes
> Source/WebKit/NetworkProcess/Classifier/ResourceLoadStatisticsDatabaseStore.cpp:946: mismatched quotes
> 577 localizable strings
> 41665 strings not marked for localization
> Errors encountered. Exiting without writing to Source/WebCore/en.lproj/Localizable.strings.
Looks like this is due to the use of the R"" literal in joinSubStatisticsForSorting(). Since raw string literals are a new feature in C++11, we probably need to teach extract-localizable-strings.pl how to handle them.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Andy Estes
*** This bug has been marked as a duplicate of bug 213274 ***