WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED DUPLICATE of
bug 213274
213273
REGRESSION (
r250866
): update-webkit-localizable-strings fails with "mismatched quotes" errors
https://bugs.webkit.org/show_bug.cgi?id=213273
Summary
REGRESSION (r250866): update-webkit-localizable-strings fails with "mismatche...
Andy Estes
Reported
2020-06-16 17:03:54 PDT
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
Comment 1
2020-06-16 17:06:47 PDT
*** This bug has been marked as a duplicate of
bug 213274
***
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug