notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Remember
I remember
2024-11-06 Today brought in a new category: filesystems. Sadly, the website did not process it well. I am working on that. It may take a few days.
2024-11-07 Commit processing is halted. I have a fix for the new category. It is making its way through the system.
UPDATE: the backend is processing the original filesystems commit now. It should take about an hour.
UPDATE: as of 20:30 UTC, the filesystems commit has been processed. Commit processing is now up to date.
non port: www/webkit-gtk3/files/patch-icu59

Number of commits found: 1

Monday, 11 Sep 2017
14:30 jbeich search for other commits by this committer
www/webkit-gtk*: unbreak with ICU 59.1

Source/JavaScriptCore/API/JSStringRef.cpp:40:12: error: no matching function for
call to 'create'
    return OpaqueJSString::create(chars, numChars).leakRef();
           ^~~~~~~~~~~~~~~~~~~~~~
./Source/JavaScriptCore/API/OpaqueJSString.h:44:39: note: candidate function not
viable: no known conversion from 'const JSChar *' (aka 'const unsigned short *')
to 'const LChar *' (aka 'const unsigned char *') for 1st argument
    static PassRefPtr<OpaqueJSString> create(const LChar* characters, unsigned
length)
                                      ^
./Source/JavaScriptCore/API/OpaqueJSString.h:49:39: note: candidate function not
viable: no known conversion from 'const JSChar *' (aka 'const unsigned short *')
to 'const UChar *' (aka 'const char16_t *') for 1st argument
    static PassRefPtr<OpaqueJSString> create(const UChar* characters, unsigned
length)
                                      ^
./Source/JavaScriptCore/API/OpaqueJSString.h:39:39: note: candidate function not
viable: requires 0 arguments, but 2 were provided
    static PassRefPtr<OpaqueJSString> create()
                                      ^
./Source/JavaScriptCore/API/OpaqueJSString.h:54:57: note: candidate function not
viable: requires 1 argument, but 2 were provided
(Only the first 15 lines of the commit message are shown above View all of this commit message)
Original commitRevision:449649 

Number of commits found: 1