API/JSStringRef.cpp:40:12: error: no matching function for call to 'create'
return OpaqueJSString::create(chars, numChars).leakRef();
^~~~~~~~~~~~~~~~~~~~~~
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)
^
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)
^
API/OpaqueJSString.h:39:39: note: candidate function not viable: requires 0 arguments, but 2 were provided
static PassRefPtr<OpaqueJSString> create() // null
^
API/OpaqueJSString.h:54:57: note: candidate function not viable: requires 1 argument, but 2 were provided
JS_EXPORT_PRIVATE static PassRefPtr<OpaqueJSString> create(const String&);
^
API/JSStringRef.cpp:65:35: error: no matching function for call to 'createWithoutCopying'
return OpaqueJSString::create(StringImpl::createWithoutCopying(chars, numChars, WTF::DoesNotHaveTerminatingNullCharacter)).leakRef();
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../WTF/wtf/text/StringImpl.h:431:57: 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
WTF_EXPORT_STRING_API static PassRefPtr<StringImpl> createWithoutCopying(const UChar* characters, unsigned length, HasTerminatingNullCharacter);
^
../WTF/wtf/text/StringImpl.h:432:57: 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
WTF_EXPORT_STRING_API static PassRefPtr<StringImpl> createWithoutCopying(const LChar* characters, unsigned length, HasTerminatingNullCharacter);
^
API/JSStringRef.cpp:86:12: error: cannot initialize return object of type 'const JSChar *' (aka 'const unsigned short *') with an rvalue of type 'const UChar *' (aka 'const char16_t *')
return string->characters();
^~~~~~~~~~~~~~~~~~~~
PR: 222222
Obtained from: upstream (WebKit, rebased)
Right now, it fails with:
Can't rename in-place work file '/tmp/g5jI40tc' to '/tmp/foo': Capabilities insufficient
Obtained from: #p5p on irc.perl.org
Sponsored by: Absolight
In file included from objdir/dist/include/mozilla/dom/EventTarget.h:12:0,
from dom/base/nsPIDOMWindow.h:15,
from objdir/dist/include/mozilla/DOMEventTargetHelper.h:13,
from dom/presentation/PresentationAvailability.h:10,
from dom/presentation/AvailabilityCollection.cpp:10,
from objdir/dom/presentation/Unified_cpp_dom_presentation0.cpp:2:
dom/base/nsWrapperCache.h:48:1: error: static assertion failed: Only support 32-bit and 64-bit
static_assert(sizeof(void*) == 4, "Only support 32-bit and 64-bit");
^
Reported by: Martin Husemann (via upstream bug)
perfect forward secrecy in (a)synchronous communications. It uses triple
Diffie-Hellman for authentication and ECDHE for perfect forward secrecy. The
protocol is lighter and more robust than the OTR protocol - providing better
forward and future secrecy, as well as deniability.
The protocol was developed by Trevor Perrin and Moxie Marlinspike. Its chief
use currently is in the Open Whisper Systems Signal package.
WWW: https://github.com/rxcomm/pyaxo
PR: 222040
Submitted by: Yuri Victorovich (maintainer)
Reviewed by: lifanov (mentor), matthew (mentor), koobs, sunpoet
Approved by: lifanov (mentor), matthew (mentor), koobs
Differential Revision: https://reviews.freebsd.org/D12310
networking library for Python.
This is useful for writing utilities to control or make use of Tor in
event-based Python programs. If your Twisted program supports endpoints (like
twistd does) your server or client can make use of Tor immediately, with no
code changes. Start your own Tor or connect to one and get live stream, circuit,
relay updates; read and change config; monitor events; build circuits; create
onion services; etcetera (ReadTheDocs).
PR: 222042
Submitted by: Yuri Victorovich (maintainer)
Reviewed by: lifanov (mentor), matthew (mentor), koobs
Approved by: lifanov (mentor), matthew (mentor)
Differential Revision: https://reviews.freebsd.org/D12311
Remove files/patch-node.gyp, since this patch has landed upstream. Use
DTRACE_CONFIGURE_ON to add --with-dtrace to the configure arguments when
DTRACE is enabled.
Approved by: robak (mentor)
Differential Revision: https://reviews.freebsd.org/D12297
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
JS_EXPORT_PRIVATE static PassRefPtr<OpaqueJSString> create(const String&);
^
Source/JavaScriptCore/API/JSStringRef.cpp:65:35: error: no matching function for call to 'createWithoutCopying'
return OpaqueJSString::create(StringImpl::createWithoutCopying(chars, numChars)).leakRef();
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
./Source/WTF/wtf/text/StringImpl.h:393:54: 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
WTF_EXPORT_STRING_API static PassRef<StringImpl> createWithoutCopying(const UChar* characters, unsigned length);
^
./Source/WTF/wtf/text/StringImpl.h:394:54: 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
WTF_EXPORT_STRING_API static PassRef<StringImpl> createWithoutCopying(const LChar* characters, unsigned length);
^
Source/JavaScriptCore/API/JSStringRef.cpp:86:12: error: cannot initialize return object of type 'const JSChar *' (aka 'const unsigned short *') with an rvalue of type 'const UChar *' (aka 'const char16_t *')
return string->characters();
^~~~~~~~~~~~~~~~~~~~
PR: 218788
Obtained from: upstream (rebased)