Affected packages
Functions implemented
v8::Isolate::GetCurrent()
v8::Isolate::TryGetCurrent()
v8::Isolate::GetCurrentContext()
v8::Number::New(v8::Isolate*, double)
v8::Number::Value() const
v8::String::NewFromUtf8(v8::Isolate*, char const*, v8::NewStringType, int)
v8::String::WriteUtf8(v8::Isolate*, char*, int, int*, int) const
v8::api_internal::ToLocalEmpty()
v8::String::Length() const
v8::External::New(v8::Isolate*, void*)
v8::External::Value() const
v8::Object::New(v8::Isolate*)
v8::Object::Set(v8::Local<v8::Context>, v8::Local<v8::Value>, v8::Local<v8::Value>)
v8::Object::SetInternalField(int, v8::Local<v8::Data>)
v8::Object::SlowGetInternalField(int)
v8::HandleScope::HandleScope(v8::Isolate*)
v8::HandleScope::~HandleScope()
v8::FunctionTemplate::GetFunction(v8::Local<v8::Context>)
v8::FunctionTemplate::New(v8::Isolate*, void (*)(v8::FunctionCallbackInfo<v8::Value> const&), v8::Local<v8::Value>, v8::Local<v8::Signature>, int, v8::ConstructorBehavior, v8::SideEffectType, v8::CFunction const*, unsigned short, unsigned short, unsigned short) (only when all parameters past data are their default values)
v8::ObjectTemplate::NewInstance(v8::Local<v8::Context>)
v8::ObjectTemplate::SetInternalFieldCount(int)
v8::ObjectTemplate::InternalFieldCount() const
v8::ObjectTemplate::New(v8::Isolate*, v8::Local<v8::FunctionTemplate>) (only when no FunctionTemplate is provided)
v8::EscapableHandleScopeBase::EscapeSlot(unsigned long*)
v8::EscapableHandleScopeBase::EscapableHandleScopeBase(v8::Isolate*)
node_module_register
v8::Function::SetName(v8::Local<v8::String>)
v8::Value::IsBoolean() const
v8::Boolean::Value() const
v8::Value::FullIsTrue() const
v8::Value::FullIsFalse() const
v8::EscapableHandleScope::EscapableHandleScope(v8::Isolate*)
v8::EscapableHandleScope::~EscapableHandleScope()
v8::Value::IsObject() const
v8::Value::IsNumber() const
v8::Value::IsUint32() const
v8::Value::Uint32Value(v8::Local<v8::Context>) const
v8::Value::IsUndefined() const
v8::Value::IsNull() const
v8::Value::IsNullOrUndefined() const
v8::Value::IsTrue() const
v8::Value::IsFalse() const
v8::Value::IsString() const
v8::Boolean::New(v8::Isolate*, bool)
v8::Object::GetInternalField(int)
node::AddEnvironmentCleanupHook(v8::Isolate*, void (*)(void*), void*)
node::RemoveEnvironmentCleanupHook(v8::Isolate*, void (*)(void*), void*)
v8::HandleScope::CreateHandle(v8::internal::Isolate*, unsigned long)
v8::internal::IsolateFromNeverReadOnlySpaceObject(unsigned long)
v8::Array::New(v8::Isolate*, v8::Local<v8::Value>*, unsigned long)
v8::Object::Get(v8::Local<v8::Context>, v8::Local<v8::Value>)
Major areas of unimplemented functionality
What version of Bun is running?
0.8.0+ad326b77342dd3d8585a30b7da803d32f9c11fe2
What platform is your computer?
Linux 6.4.10-artix1-1 x86_64 unknown
What steps can reproduce the bug?
import Database from 'better-sqlite3' ;
const db = new Database ( 'foobar.db' , { } ) ;
console . log ( db . prepare ( "CREATE TABLE TEST" ) . run ( ) ) ;
What is the expected behavior?
Run as normally
What do you see instead?
/usr/bin/bun: symbol lookup error: /home/hyro/Workspace/booo/node_modules/better-sqlite3/build/Release/better_sqlite3.node: undefined symbol: node_module_register
Additional information
Related thread: 1144181146809270332
Message: https://discord.com/channels/876711213126520882/1144181146809270332/1144184224006557747
All versions are affected
Affected packages
better-sqlite3node-canvas@v2(node-canvas v3 is supported)midilibxmljsbignumzeromqnode-libcurlbson-extheapdump@datadog/native-metricstiny-secp256k1tree-sitter-c-sharpchacha-native@sentry/profiling-nodepdfjs-distglleveldown/pouchdbsleepcpu-featuresodbcmsgpackrre2node-ptyi2cgdal-asyncdd-traceblake2@confluentinc/kafka-javascriptFunctions implemented
v8::Isolate::GetCurrent()v8::Isolate::TryGetCurrent()v8::Isolate::GetCurrentContext()v8::Number::New(v8::Isolate*, double)v8::Number::Value() constv8::String::NewFromUtf8(v8::Isolate*, char const*, v8::NewStringType, int)v8::String::WriteUtf8(v8::Isolate*, char*, int, int*, int) constv8::api_internal::ToLocalEmpty()v8::String::Length() constv8::External::New(v8::Isolate*, void*)v8::External::Value() constv8::Object::New(v8::Isolate*)v8::Object::Set(v8::Local<v8::Context>, v8::Local<v8::Value>, v8::Local<v8::Value>)v8::Object::SetInternalField(int, v8::Local<v8::Data>)v8::Object::SlowGetInternalField(int)v8::HandleScope::HandleScope(v8::Isolate*)v8::HandleScope::~HandleScope()v8::FunctionTemplate::GetFunction(v8::Local<v8::Context>)v8::FunctionTemplate::New(v8::Isolate*, void (*)(v8::FunctionCallbackInfo<v8::Value> const&), v8::Local<v8::Value>, v8::Local<v8::Signature>, int, v8::ConstructorBehavior, v8::SideEffectType, v8::CFunction const*, unsigned short, unsigned short, unsigned short)(only when all parameters pastdataare their default values)v8::ObjectTemplate::NewInstance(v8::Local<v8::Context>)v8::ObjectTemplate::SetInternalFieldCount(int)v8::ObjectTemplate::InternalFieldCount() constv8::ObjectTemplate::New(v8::Isolate*, v8::Local<v8::FunctionTemplate>)(only when no FunctionTemplate is provided)v8::EscapableHandleScopeBase::EscapeSlot(unsigned long*)v8::EscapableHandleScopeBase::EscapableHandleScopeBase(v8::Isolate*)node_module_registerv8::Function::SetName(v8::Local<v8::String>)v8::Value::IsBoolean() constv8::Boolean::Value() constv8::Value::FullIsTrue() constv8::Value::FullIsFalse() constv8::EscapableHandleScope::EscapableHandleScope(v8::Isolate*)v8::EscapableHandleScope::~EscapableHandleScope()v8::Value::IsObject() constv8::Value::IsNumber() constv8::Value::IsUint32() constv8::Value::Uint32Value(v8::Local<v8::Context>) constv8::Value::IsUndefined() constv8::Value::IsNull() constv8::Value::IsNullOrUndefined() constv8::Value::IsTrue() constv8::Value::IsFalse() constv8::Value::IsString() constv8::Boolean::New(v8::Isolate*, bool)v8::Object::GetInternalField(int)node::AddEnvironmentCleanupHook(v8::Isolate*, void (*)(void*), void*)node::RemoveEnvironmentCleanupHook(v8::Isolate*, void (*)(void*), void*)v8::HandleScope::CreateHandle(v8::internal::Isolate*, unsigned long)v8::internal::IsolateFromNeverReadOnlySpaceObject(unsigned long)v8::Array::New(v8::Isolate*, v8::Local<v8::Value>*, unsigned long)v8::Object::Get(v8::Local<v8::Context>, v8::Local<v8::Value>)Major areas of unimplemented functionality
bun installfixes (need to pass node-gyp the right version)What version of Bun is running?
0.8.0+ad326b77342dd3d8585a30b7da803d32f9c11fe2
What platform is your computer?
Linux 6.4.10-artix1-1 x86_64 unknown
What steps can reproduce the bug?
What is the expected behavior?
Run as normally
What do you see instead?
Additional information
Related thread: 1144181146809270332
Message: https://discord.com/channels/876711213126520882/1144181146809270332/1144184224006557747
All versions are affected