[Webkit-unassigned] [Bug 257084] Remove no-argument simplifyWhitespace

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun May 21 01:12:23 PDT 2023


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

--- Comment #1 from Anne van Kesteren <annevk at annevk.nl> ---
I tried to make isSpaceOrNewline into a template (modeled after isASCIIWhitespace), but that still doesn't jive with CodeUnitMatchFunction. My knowledge of this space is not sufficient to tackle this problem.

I even tried going from UChar32 to UChar for these Unicode whitespace predicates as no White_Space code point goes outside of it, but that gave me

Undefined symbols for architecture arm64e:
  "WTF::StringImpl::simplifyWhiteSpace(bool (*)(char16_t))", referenced from:
      WebCore::newCoordsArray(WTF::String const&, int&) in UnifiedSource273.o
ld: symbol(s) not found for architecture arm64e
clang: error: linker command failed with exit code 1 (use -v to see invocation)

-- 
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/20230521/7bb06cff/attachment.htm>


More information about the webkit-unassigned mailing list