- [
a945244830
] - doc: add 2016-08-10 CTC meeting minutes (Josh Gavant) #8229 - [
1ffdee7c86
] - test: mark pseudo-tty/no_dropped_stdio as flaky (Michael Dawson) #8385 - [
ed640ae4cb
] - crypto: make malloc failure check cross-platform (Rich Trott) #8352 - [
a00ccb0fb9
] - src: normalize malloc, realloc (Michael Dawson) #7564 - [
a290ddfdc9
] - src: unbreak build when compiling against uclibc (Ben Noordhuis) #8308 - [
a01e8bcf18
] - src: moving f function call co
This file contains hidden or 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
bower prism#gh-pages not-cached https://github.com/LeaVerou/prism.git#gh-pages | |
bower prism#gh-pages resolve https://github.com/LeaVerou/prism.git#gh-pages | |
bower prism#gh-pages checkout gh-pages |
This file contains hidden or 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
bower prism#gh-pages not-cached https://github.com/LeaVerou/prism.git#gh-pages | |
bower prism#gh-pages resolve https://github.com/LeaVerou/prism.git#gh-pages | |
bower prism#gh-pages checkout gh-pages | |
bower prism#gh-pages error Path must be a string. Received [ '/var/folders/ty/q7q6b07j5r3c7nvnpzm6hkq40000gn/T/thealphanerd/bower/prism-84066-KfaPIF', [Function: _cleanupCallback] ] | |
Stack trace: | |
TypeError: Path must be a string. Received [ '/var/folders/ty/q7q6b07j5r3c7nvnpzm6hkq40000gn/T/thealphanerd/bower/prism-84066-KfaPIF', | |
[Function: _cleanupCallback] ] | |
at assertPath (path.js:8:11) | |
at Object.posix.join (path.js:479:5) |
This file contains hidden or 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
addons: | |
apt: | |
sources: | |
- ubuntu-toolchain-r-test | |
packages: | |
- gcc-4.8 | |
- g++-4.8 |
This file contains hidden or 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
> [email protected] test /Users/thealphanerd/code/watchify | |
> tape test/*.js | |
TAP version 13 | |
# api | |
ok 1 null | |
ok 2 should be equal | |
ok 3 null | |
ok 4 null |
This file contains hidden or 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
______ | |
.-" "-. | |
/ \ | |
| | | |
|, .-. .-. ,| | |
| )(__/ \__)( | | |
|/ /\ \| | |
(_ ^^ _) | |
\__|IIIIII|__/ | |
|-\IIIIII|-| |
This file contains hidden or 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
1..2 | |
ok 1 parallel/test-arm-math-exp-regress-1376 | |
--- | |
duration_ms: 0.102 | |
... | |
not ok 2 parallel/test-npm-install | |
--- | |
duration_ms: 0.858 | |
error: | |
message: Failure |
ALL DONE FUCK YEAH
- [
ed4cd2eebe
] - deps: cherry-pick 34880eb3dc from V8 upstream (Myles Borins) #8673 - [
eff771f399
] - tickprocessor: apply c++filt manually on mac (Fedor Indutny) #8480 - [
2ce364ad10
] - test: modernize JS and tighten equality checking (Peter Ogilvie) #8476 - [
6e3db283ed
] - buffer: fix ArrayBuffer checks (Brian White) #8453 - [
0d24247e50
] - src: pull AfterConnect from pipe_wrap and tcp_wrap (Daniel Bevenius) #8448 - [
f346dee940
] - win,build: forward rele
This file contains hidden or 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
$ node -e 'require("./").pass("this is fine");throw new Error("pwn")' | |
TAP version 13 | |
ok 1 - this is fine | |
not ok 2 - Error: pwn | |
--- | |
at: | |
line: 1 | |
column: 42 | |
file: '[eval]' | |
stack: | |