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
Fresh nodrop v0.1.12 | |
Fresh lazycell v0.6.0 | |
Fresh lazy_static v1.0.0 | |
Fresh smallvec v0.6.0 | |
Fresh winapi-build v0.1.1 | |
Fresh percent-encoding v1.0.1 | |
Fresh rustc-demangle v0.1.7 | |
Fresh libc v0.2.40 | |
Fresh scopeguard v0.3.3 | |
Fresh futures v0.1.21 |
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
--- /tmp/old-tasks.json 2018-03-26 11:31:34.594155074 -0400 | |
+++ /tmp/tasks-symbols-nightly.json 2018-03-26 12:59:16.290562050 -0400 | |
@@ -349125,126 +349125,6 @@ | |
"workerType": "gecko-3-b-android" | |
} | |
}, | |
- "build-android-api-16/opt-upload-symbols": { | |
- "attributes": { | |
- "always_target": false, | |
- "build_platform": "android-api-16", |
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
--- /tmp/old-tasks.json 2018-03-23 16:20:45.224885550 -0400 | |
+++ /tmp/tasks-symbols-nightly.json 2018-03-23 16:36:50.362414520 -0400 | |
@@ -398661,126 +398661,6 @@ | |
"workerType": "gecko-3-b-android" | |
} | |
}, | |
- "build-android-api-16/opt-upload-symbols": { | |
- "attributes": { | |
- "always_target": false, | |
- "build_platform": "android-api-16", |
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
#ifdef NOT_DEFINED | |
/* | |
* blank space | |
* more blank space | |
*/ | |
#endif | |
int foo(int x) { | |
return x * x; | |
} |
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
#ifdef NOT_DEFINED | |
/* | |
* blank space | |
*/ | |
#endif | |
int foo(int x) { | |
return x * x; | |
} |
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
https://twitter.com/TedMielczarek/statuses/461571887592509440 | |
https://en.wikipedia.org/wiki/Gamepad | |
https://en.wikipedia.org/wiki/Analog_stick | |
https://en.wikipedia.org/wiki/Tennis_for_Two 1958-10-18 (first video game, one paddle, one button) | |
https://en.wikipedia.org/wiki/Magnavox_Odyssey 1972-09 (first home console system, three paddles, one button) | |
https://en.wikipedia.org/wiki/Pong 1972-11-29 (dual paddles) | |
https://en.wikipedia.org/wiki/Fairchild_Channel_F 1976-11 (eight-way joystick/paddle, push/pull as two separate inputs) | |
https://en.wikipedia.org/wiki/Magnavox_Odyssey_series#Odyssey_3000 1977 (detachable paddles, two buttons on console) | |
https://en.wikipedia.org/wiki/Telstar_(game_console) Telstar Ranger 1977 (paddles) |
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
SRCSRV: ini ------------------------------------------------ | |
VERSION=2 | |
INDEXVERSION=2 | |
VERCTRL=http | |
SRCSRV: variables ------------------------------------------ | |
HGSERVER=https://hg.mozilla.org/mozilla-central | |
SRCSRVVERCTRL=http | |
HTTP_EXTRACT_TARGET=%hgserver%/raw-file/%var3%/%var2% | |
SRCSRVTRG=%http_extract_target% | |
SRCSRV: source files --------------------------------------- |
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
SRCSRV: ini ------------------------------------------------ | |
VERSION=2 | |
INDEXVERSION=2 | |
VERCTRL=http | |
SRCSRV: variables ------------------------------------------ | |
HGSERVER=https://hg.mozilla.org/mozilla-central | |
SRCSRVVERCTRL=http | |
HTTP_EXTRACT_TARGET=%hgserver%/raw-file/%var3%/%var2% | |
SRCSRVTRG=%http_extract_target% | |
SRCSRV: source files --------------------------------------- |
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
*~ | |
libcallback.so | |
weak |
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
[package] | |
name = "failure-errorchain" | |
version = "0.1.0" | |
authors = ["Ted Mielczarek <[email protected]>"] | |
[dependencies] | |
error-chain = "0.11.0" | |
failure = "0.1.1" |