Skip to content

Instantly share code, notes, and snippets.

@samueldr
Created August 8, 2018 02:43
Show Gist options
  • Save samueldr/458b08a62675e8d73b1f9889cd6826e5 to your computer and use it in GitHub Desktop.
Save samueldr/458b08a62675e8d73b1f9889cd6826e5 to your computer and use it in GitHub Desktop.
PR#37344 failure with nox-review
@nix { "action": "setPhase", "phase": "unpackPhase" }
unpacking sources
unpacking source archive /nix/store/gy4vhqbhlzjjkzwilavkgr721pf3ddl0-source
source root is source
@nix { "action": "setPhase", "phase": "buildPhase" }
building
/build/source/src/EventStore.Projections.v8Integration /build/source
CompiledScript.cpp: In member function 'void js1::CompiledScript::isolate_terminate_execution()':
CompiledScript.cpp:23:11: error: 'TerminateExecution' is not a member of 'v8::V8'
v8::V8::TerminateExecution(isolate);
^~~~~~~~~~~~~~~~~~
CompiledScript.cpp: In member function 'virtual void js1::CompiledScript::report_errors(v8::Isolate*, v8::Handle<v8::Context>, REPORT_ERROR_CALLBACK)':
CompiledScript.cpp:29:15: error: 'IsDead' is not a member of 'v8::V8'
if (v8::V8::IsDead() || v8::V8::IsExecutionTerminating(isolate))
^~~~~~
CompiledScript.cpp:29:35: error: 'IsExecutionTerminating' is not a member of 'v8::V8'
if (v8::V8::IsDead() || v8::V8::IsExecutionTerminating(isolate))
^~~~~~~~~~~~~~~~~~~~~~
CompiledScript.cpp: In member function 'js1::Status js1::CompiledScript::compile_script(v8::Handle<v8::Context>, v8::Handle<v8::ObjectTemplate>, const uint16_t*, const uint16_t*)':
CompiledScript.cpp:58:16: error: no matching function for call to 'v8::TryCatch::TryCatch()'
v8::TryCatch try_catch;
^~~~~~~~~
In file included from stdafx.h:16:0,
from CompiledScript.cpp:1:
/nix/store/0fa2ipbkgx6a5333bx05gqs8svr6ymk2-v8-6.6.335/include/v8.h:8281:12: note: candidate: v8::TryCatch::TryCatch(v8::Isolate*)
explicit TryCatch(Isolate* isolate);
^~~~~~~~
/nix/store/0fa2ipbkgx6a5333bx05gqs8svr6ymk2-v8-6.6.335/include/v8.h:8281:12: note: candidate expects 1 argument, 0 provided
CompiledScript.cpp: In member function 'v8::Handle<v8::Value> js1::CompiledScript::run_script(v8::Isolate*, v8::Handle<v8::Context>)':
CompiledScript.cpp:77:16: error: no matching function for call to 'v8::TryCatch::TryCatch()'
v8::TryCatch try_catch;
^~~~~~~~~
In file included from stdafx.h:16:0,
from CompiledScript.cpp:1:
/nix/store/0fa2ipbkgx6a5333bx05gqs8svr6ymk2-v8-6.6.335/include/v8.h:8281:12: note: candidate: v8::TryCatch::TryCatch(v8::Isolate*)
explicit TryCatch(Isolate* isolate);
^~~~~~~~
/nix/store/0fa2ipbkgx6a5333bx05gqs8svr6ymk2-v8-6.6.335/include/v8.h:8281:12: note: candidate expects 1 argument, 0 provided
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment