Skip to content

Instantly share code, notes, and snippets.

@johnomarkid
Created January 15, 2019 16:22
Show Gist options
  • Save johnomarkid/629e58ae49b9d30317de156fcd3e0f4f to your computer and use it in GitHub Desktop.
Save johnomarkid/629e58ae49b9d30317de156fcd3e0f4f to your computer and use it in GitHub Desktop.
```
~ >>> npm i @fly/core
> integer@1.0.7 install /Users/johnomar/node_modules/integer
> node-gyp rebuild
CXX(target) Release/obj.target/integer/src/integer.o
../src/integer.cpp:329:21: warning: 'Value' is deprecated [-Wdeprecated-declarations]
v8::String::Value utf16(string);
^
/Users/johnomar/.node-gyp/10.14.1/include/node/v8.h:2916:5: note: 'Value' has been explicitly marked
deprecated here
V8_DEPRECATED("Use Isolate version", explicit Value(Local<v8::Value> obj));
^
/Users/johnomar/.node-gyp/10.14.1/include/node/v8config.h:327:29: note: expanded from macro
'V8_DEPRECATED'
declarator __attribute__((deprecated))
^
1 warning generated.
SOLINK_MODULE(target) Release/integer.node
> fsevents@1.2.4 install /Users/johnomar/node_modules/fsevents
> node install
[fsevents] Success: "/Users/johnomar/node_modules/fsevents/lib/binding/Release/node-v64-darwin-x64/fse.node" already installed
Pass --update-binary to reinstall or --build-from-source to recompile
> better-sqlite3@4.2.0 install /Users/johnomar/node_modules/better-sqlite3
> node-gyp rebuild
ACTION deps_sqlite3_gyp_action_before_build_target_unpack_sqlite_dep Release/obj/gen/sqlite-autoconf-3240000/sqlite3.c
TOUCH Release/obj.target/deps/action_before_build.stamp
CC(target) Release/obj.target/sqlite3/gen/sqlite-autoconf-3240000/sqlite3.o
LIBTOOL-STATIC Release/sqlite3.a
CXX(target) Release/obj.target/better_sqlite3/src/better_sqlite3.o
./src/util/database-handles.lzz:14:39: warning: 'Utf8Value' is deprecated [-Wdeprecated-declarations]
v8::String::Utf8Value utf8(filename);
^
/Users/johnomar/.node-gyp/10.14.1/include/node/v8.h:2891:5: note: 'Utf8Value' has been explicitly
marked deprecated here
V8_DEPRECATED("Use Isolate version",
^
/Users/johnomar/.node-gyp/10.14.1/include/node/v8config.h:327:29: note: expanded from macro
'V8_DEPRECATED'
declarator __attribute__((deprecated))
^
./src/util/sql-string.lzz:44:5: warning: 'Value' is deprecated [-Wdeprecated-declarations]
: value (string), missing_semicolon (value.length() < 1 || (*value)[value.length() - 1] != 0x3b)
^
/Users/johnomar/.node-gyp/10.14.1/include/node/v8.h:2916:5: note: 'Value' has been explicitly marked
deprecated here
V8_DEPRECATED("Use Isolate version", explicit Value(Local<v8::Value> obj));
^
/Users/johnomar/.node-gyp/10.14.1/include/node/v8config.h:327:29: note: expanded from macro
'V8_DEPRECATED'
declarator __attribute__((deprecated))
^
./src/objects/database.lzz:146:39: warning: 'Utf8Value' is deprecated [-Wdeprecated-declarations]
v8::String::Utf8Value sql(source);
^
/Users/johnomar/.node-gyp/10.14.1/include/node/v8.h:2891:5: note: 'Utf8Value' has been explicitly
marked deprecated here
V8_DEPRECATED("Use Isolate version",
^
/Users/johnomar/.node-gyp/10.14.1/include/node/v8config.h:327:29: note: expanded from macro
'V8_DEPRECATED'
declarator __attribute__((deprecated))
^
./src/objects/database.lzz:165:47: warning: 'Utf8Value' is deprecated [-Wdeprecated-declarations]
v8::String::Utf8Value only_database(onlyDatabase);
^
/Users/johnomar/.node-gyp/10.14.1/include/node/v8.h:2891:5: note: 'Utf8Value' has been explicitly
marked deprecated here
V8_DEPRECATED("Use Isolate version",
^
/Users/johnomar/.node-gyp/10.14.1/include/node/v8config.h:327:29: note: expanded from macro
'V8_DEPRECATED'
declarator __attribute__((deprecated))
^
./src/objects/database.lzz:211:39: warning: 'Utf8Value' is deprecated [-Wdeprecated-declarations]
v8::String::Utf8Value name(nameString);
^
/Users/johnomar/.node-gyp/10.14.1/include/node/v8.h:2891:5: note: 'Utf8Value' has been explicitly
marked deprecated here
V8_DEPRECATED("Use Isolate version",
^
/Users/johnomar/.node-gyp/10.14.1/include/node/v8config.h:327:29: note: expanded from macro
'V8_DEPRECATED'
declarator __attribute__((deprecated))
^
./src/objects/database.lzz:230:39: warning: 'Utf8Value' is deprecated [-Wdeprecated-declarations]
v8::String::Utf8Value filename(filenameString);
^
/Users/johnomar/.node-gyp/10.14.1/include/node/v8.h:2891:5: note: 'Utf8Value' has been explicitly
marked deprecated here
V8_DEPRECATED("Use Isolate version",
^
/Users/johnomar/.node-gyp/10.14.1/include/node/v8config.h:327:29: note: expanded from macro
'V8_DEPRECATED'
declarator __attribute__((deprecated))
^
./src/objects/statement.lzz:89:35: warning: 'Value' is deprecated [-Wdeprecated-declarations]
v8::String::Value sql(source);
^
/Users/johnomar/.node-gyp/10.14.1/include/node/v8.h:2916:5: note: 'Value' has been explicitly marked
deprecated here
V8_DEPRECATED("Use Isolate version", explicit Value(Local<v8::Value> obj));
^
/Users/johnomar/.node-gyp/10.14.1/include/node/v8config.h:327:29: note: expanded from macro
'V8_DEPRECATED'
declarator __attribute__((deprecated))
^
./src/util/custom-aggregate.lzz:67:87: warning: 'BooleanValue' is deprecated
[-Wdeprecated-declarations]
entry->Get(ctx, CS::Get(isolate, CS::done)).ToLocalChecked()->BooleanValue(),
^
/Users/johnomar/.node-gyp/10.14.1/include/node/v8.h:2474:3: note: 'BooleanValue' has been explicitly
marked deprecated here
V8_DEPRECATED("Use maybe version", bool BooleanValue() const);
^
/Users/johnomar/.node-gyp/10.14.1/include/node/v8config.h:327:29: note: expanded from macro
'V8_DEPRECATED'
declarator __attribute__((deprecated))
^
./src/util/data.lzz:86:222: warning: 'Utf8Value' is deprecated [-Wdeprecated-declarations]
...) ; } else if ( value -> IsString ( ) ) { v8 :: String :: Utf8Value utf8 ( v8 :: Local < v8 :...
^
/Users/johnomar/.node-gyp/10.14.1/include/node/v8.h:2891:5: note: 'Utf8Value' has been explicitly
marked deprecated here
V8_DEPRECATED("Use Isolate version",
^
/Users/johnomar/.node-gyp/10.14.1/include/node/v8config.h:327:29: note: expanded from macro
'V8_DEPRECATED'
declarator __attribute__((deprecated))
^
./src/util/data.lzz:91:213: warning: 'Utf8Value' is deprecated [-Wdeprecated-declarations]
...) ; } else if ( value -> IsString ( ) ) { v8 :: String :: Utf8Value utf8 ( v8 :: Local < v8 :...
^
/Users/johnomar/.node-gyp/10.14.1/include/node/v8.h:2891:5: note: 'Utf8Value' has been explicitly
marked deprecated here
V8_DEPRECATED("Use Isolate version",
^
/Users/johnomar/.node-gyp/10.14.1/include/node/v8config.h:327:29: note: expanded from macro
'V8_DEPRECATED'
declarator __attribute__((deprecated))
^
./src/binding/binder.lzz:119:55: warning: 'Utf8Value' is deprecated [-Wdeprecated-declarations]
v8::String::Utf8Value param_name(key);
^
/Users/johnomar/.node-gyp/10.14.1/include/node/v8.h:2891:5: note: 'Utf8Value' has been explicitly
marked deprecated here
V8_DEPRECATED("Use Isolate version",
^
/Users/johnomar/.node-gyp/10.14.1/include/node/v8config.h:327:29: note: expanded from macro
'V8_DEPRECATED'
declarator __attribute__((deprecated))
^
./src/binding/multi-binder.lzz:76:55: warning: 'Utf8Value' is deprecated [-Wdeprecated-declarations]
v8::String::Utf8Value param_name(key);
^
/Users/johnomar/.node-gyp/10.14.1/include/node/v8.h:2891:5: note: 'Utf8Value' has been explicitly
marked deprecated here
V8_DEPRECATED("Use Isolate version",
^
/Users/johnomar/.node-gyp/10.14.1/include/node/v8config.h:327:29: note: expanded from macro
'V8_DEPRECATED'
declarator __attribute__((deprecated))
^
12 warnings generated.
SOLINK_MODULE(target) Release/better_sqlite3.node
CC(target) Release/obj.target/test_extension/deps/test_extension.o
SOLINK_MODULE(target) Release/test_extension.node
> isolated-vm@1.7.2 install /Users/johnomar/node_modules/isolated-vm
> node-gyp rebuild --release -j 4
CXX(target) Release/obj.target/nortti/src/external_copy_nortti.o
LIBTOOL-STATIC Release/nortti.a
CXX(target) Release/obj.target/isolated_vm/src/isolate/allocator.o
CXX(target) Release/obj.target/isolated_vm/src/isolate/class_handle.o
CXX(target) Release/obj.target/isolated_vm/src/isolate/environment.o
CXX(target) Release/obj.target/isolated_vm/src/isolate/holder.o
CXX(target) Release/obj.target/isolated_vm/src/isolate/inspector.o
CXX(target) Release/obj.target/isolated_vm/src/isolate/stack_trace.o
CXX(target) Release/obj.target/isolated_vm/src/isolate/three_phase_task.o
CXX(target) Release/obj.target/isolated_vm/src/context_handle.o
CXX(target) Release/obj.target/isolated_vm/src/external_copy.o
CXX(target) Release/obj.target/isolated_vm/src/external_copy_handle.o
CXX(target) Release/obj.target/isolated_vm/src/isolate.o
CXX(target) Release/obj.target/isolated_vm/src/isolate_handle.o
CXX(target) Release/obj.target/isolated_vm/src/lib_handle.o
CXX(target) Release/obj.target/isolated_vm/src/native_module_handle.o
CXX(target) Release/obj.target/isolated_vm/src/reference_handle.o
CXX(target) Release/obj.target/isolated_vm/src/script_handle.o
CXX(target) Release/obj.target/isolated_vm/src/module_handle.o
CXX(target) Release/obj.target/isolated_vm/src/session_handle.o
CXX(target) Release/obj.target/isolated_vm/src/transferable.o
CXX(target) Release/obj.target/isolated_vm/src/array_buffer_shim.o
SOLINK_MODULE(target) Release/isolated_vm.node
> segfault-handler@1.0.1 install /Users/johnomar/node_modules/segfault-handler
> node-gyp rebuild
CXX(target) Release/obj.target/segfault-handler/src/segfault-handler.o
../src/segfault-handler.cpp:297:46: warning: 'ToString' is deprecated [-Wdeprecated-declarations]
String::Utf8Value utf8Value(info[i]->ToString());
^
/Users/johnomar/.node-gyp/10.14.1/include/node/v8.h:2454:10: note: 'ToString' has been explicitly
marked deprecated here
inline V8_DEPRECATED("Use maybe version", Local<String> ToString() const);
^
/Users/johnomar/.node-gyp/10.14.1/include/node/v8config.h:327:29: note: expanded from macro
'V8_DEPRECATED'
declarator __attribute__((deprecated))
^
../src/segfault-handler.cpp:297:27: warning: 'Utf8Value' is deprecated [-Wdeprecated-declarations]
String::Utf8Value utf8Value(info[i]->ToString());
^
/Users/johnomar/.node-gyp/10.14.1/include/node/v8.h:2891:5: note: 'Utf8Value' has been explicitly
marked deprecated here
V8_DEPRECATED("Use Isolate version",
^
/Users/johnomar/.node-gyp/10.14.1/include/node/v8config.h:327:29: note: expanded from macro
'V8_DEPRECATED'
declarator __attribute__((deprecated))
^
2 warnings generated.
SOLINK_MODULE(target) Release/segfault-handler.node
> sharp@0.20.8 install /Users/johnomar/node_modules/sharp
> (node install/libvips && node install/dll-copy && prebuild-install) || (node-gyp rebuild && node install/dll-copy)
info sharp Using cached /Users/johnomar/.npm/_libvips/libvips-8.6.1-darwin-x64.tar.gz
> uglifyjs-webpack-plugin@0.4.6 postinstall /Users/johnomar/node_modules/webpack/node_modules/uglifyjs-webpack-plugin
> node lib/post_install.js
npm WARN saveError ENOENT: no such file or directory, open '/Users/johnomar/package.json'
npm WARN enoent ENOENT: no such file or directory, open '/Users/johnomar/package.json'
npm WARN johnomar No description
npm WARN johnomar No repository field.
npm WARN johnomar No README data
npm WARN johnomar No license field.
+ @fly/core@0.44.8
added 619 packages from 700 contributors and audited 11078 packages in 134.508s
found 7 vulnerabilities (2 low, 5 high)
run `npm audit fix` to fix them, or `npm audit` for details
```
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment