rustup doc --book
doesn't seem to do anything- error: 'rustfmt' is not installed for the toolchain 'stable-x86_64-apple-darwin'
- To install, run
rustup component add rustfmt --toolchain stable-x86_64-apple-darwin
- error: toolchain 'stable-x86_64-apple-darwin' does not contain component 'rustfmt' for target 'x86_64-apple-darwin'
- rust-lang/rustup#1558
- To install, run
cargo new hello_cargo
createssrc/lib.rs
, notmain.rs
- this default seems to no longer be the case on current version of rustup/rustc?
cargo check
doesn't exist?- w0rp/ale vim plugin seems to integrate with it fine though?
- Maybe a missing
extern crate rand;
?
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Homebrew build logs for urh on macOS 10.15.4 | |
Build date: 2020-05-23 16:52:56 |
- Node.js C++ Addons and node-addon-examples
- goingnative NodeSchool style interactive tutorial
- NAN API docs
- http://www.cplusplus.com/
- LLDB quick reference
- substack/tape for writing JavaScript tests that can easily be run through LLDB or GDB like
lldb node test.js
for debugging C++ errors. This is in contrast to test frameworks like mocha that rely on their own binary (which lacks thenode
binary symbols) to run tests.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/home/mikemorris/.node-gyp/0.10.36/deps/v8/include/v8.h:2620:26: error: expected unqualified-id before numeric constant | |
Handle<Boolean> V8EXPORT True(); | |
^ | |
/home/mikemorris/.node-gyp/0.10.36/deps/v8/include/v8.h:2621:26: error: expected unqualified-id before numeric constant | |
Handle<Boolean> V8EXPORT False(); | |
^ | |
/home/mikemorris/.node-gyp/0.10.36/deps/v8/include/v8.h:2625:24: error: expected unqualified-id before numeric constant | |
inline Handle<Boolean> True(Isolate* isolate); | |
^ | |
/home/mikemorris/.node-gyp/0.10.36/deps/v8/include/v8.h:2626:24: error: expected unqualified-id before numeric constant |
I hereby claim:
- I am mikemorris on github.
- I am mikemorris (https://keybase.io/mikemorris) on keybase.
- I have a public key whose fingerprint is 60CB 705A B917 00D2 CCF3 3754 35B6 2BB4 A0C5 0D07
To claim this, I am signing this object:
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
12-12 13:11:35.405 1293-1293/com.mapbox.mapboxgl.app V/MainActivity﹕ onCreate | |
12-12 13:11:35.733 1293-1293/com.mapbox.mapboxgl.app V/MapFragment﹕ onCreateView | |
12-12 13:11:35.789 1293-1293/com.mapbox.mapboxgl.app V/MapView﹕ initialize | |
12-12 13:11:35.852 1293-1293/com.mapbox.mapboxgl.app D/JNI﹕ JNI_OnLoad | |
12-12 13:11:35.868 1293-1293/com.mapbox.mapboxgl.app D/JNI﹕ nativeCreate | |
12-12 13:11:35.887 1293-1293/com.mapbox.mapboxgl.app D/Android﹕ NativeMapView::NativeMapView | |
12-12 13:11:35.888 1293-1293/com.mapbox.mapboxgl.app D/JNI﹕ nativeSetLonLat | |
12-12 13:11:35.900 1293-1293/com.mapbox.mapboxgl.app D/Android﹕ NativeMapView::notify_map_change() | |
12-12 13:11:35.905 1293-1293/com.mapbox.mapboxgl.app D/Android﹕ NativeMapView::notify_map_change() | |
12-12 13:11:35.906 1293-1293/com.mapbox.mapboxgl.app D/JNI﹕ nativeSetZoom |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Waiting for device. | |
/Users/mikemorris/Library/Android/sdk/tools/emulator -avd Nexus_5_API_21_x86 -netspeed full -netdelay none | |
Device connected: emulator-5554 | |
Device Nexus_5_API_21_x86 [emulator-5554] is online, waiting for processes to start up.. | |
Device Nexus_5_API_21_x86 [emulator-5554] is online, waiting for processes to start up.. | |
Device Nexus_5_API_21_x86 [emulator-5554] is online, waiting for processes to start up.. | |
Device Nexus_5_API_21_x86 [emulator-5554] is online, waiting for processes to start up.. | |
Device Nexus_5_API_21_x86 [emulator-5554] is online, waiting for processes to start up.. | |
Device Nexus_5_API_21_x86 [emulator-5554] is online, waiting for processes to start up.. | |
Device Nexus_5_API_21_x86 [emulator-5554] is online, waiting for processes to start up.. |
This file has been truncated, but you can view the full file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
ulimit -c: unlimited | |
cat: /proc/sys/kernel/core_pattern: No such file or directory | |
/proc/sys/kernel/core_pattern: | |
[==========] Running 8 tests from 1 test case. | |
[----------] Global test environment set-up. | |
[----------] 8 tests from ClipIDs | |
[ RUN ] ClipIDs.ParentAndFourChildren | |
[ OK ] ClipIDs.ParentAndFourChildren (0 ms) | |
[ RUN ] ClipIDs.ParentAndFourChildrenNegative | |
[ OK ] ClipIDs.ParentAndFourChildrenNegative (0 ms) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
ulimit -c: unlimited | |
cat: /proc/sys/kernel/core_pattern: No such file or directory | |
/proc/sys/kernel/core_pattern: | |
[==========] Running 8 tests from 1 test case. | |
[----------] Global test environment set-up. | |
[----------] 8 tests from ClipIDs | |
[ RUN ] ClipIDs.ParentAndFourChildren | |
[ OK ] ClipIDs.ParentAndFourChildren (0 ms) | |
[ RUN ] ClipIDs.ParentAndFourChildrenNegative | |
[ OK ] ClipIDs.ParentAndFourChildrenNegative (0 ms) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
deps/run_gyp test/test.gyp -Iconfig.gypi -Dplatform=osx --depth=. -Goutput_dir=.. --generator-output=./build/test -f make | |
/Applications/Xcode.app/Contents/Developer/usr/bin/make -C build/test BUILDTYPE=Debug V=1 test | |
test/mbgl-osx.target.mk:159: warning: overriding commands for target `../Debug/libmbgl-osx.a' | |
mbgl-osx.target.mk:159: warning: ignoring old commands for target `../Debug/libmbgl-osx.a' | |
version.target.mk:21: warning: overriding commands for target `../Debug/obj/gen/include/mbgl/util/version.hpp' | |
test/version.target.mk:21: warning: ignoring old commands for target `../Debug/obj/gen/include/mbgl/util/version.hpp' | |
make[1]: Nothing to be done for `test'. | |
ulimit -c: unlimited | |
cat: /proc/sys/kernel/core_pattern: No such file or directory | |
/proc/sys/kernel/core_pattern: |
NewerOlder