Created
May 1, 2018 14:16
-
-
Save kwstannard/d0fa4e71ac8a584199115c123a0a5f5f to your computer and use it in GitHub Desktop.
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
>> RUST_BACKTRACE=1 cargo run > log.txt | |
Compiling serde v1.0.43 | |
Compiling core-foundation-sys v0.5.1 | |
Compiling regex-syntax v0.5.5 | |
Compiling walkdir v2.1.4 | |
Compiling base64 v0.9.1 | |
Compiling proc-macro2 v0.3.8 | |
Compiling num-traits v0.1.43 | |
Compiling rand v0.4.2 | |
Compiling net2 v0.2.32 | |
Compiling log v0.3.9 | |
Compiling thread_local v0.3.5 | |
Compiling khronos_api v2.2.0 | |
Compiling aho-corasick v0.6.4 | |
Compiling objc v0.2.2 | |
Compiling clap v2.31.2 | |
Compiling euclid v0.17.2 | |
Compiling fsevent v0.2.17 | |
Compiling mio v0.6.14 | |
Compiling cgmath v0.16.1 | |
Compiling parking_lot_core v0.2.14 | |
Compiling gl_generator v0.9.0 | |
Compiling quote v0.5.2 | |
Compiling core-foundation v0.5.1 | |
Compiling notify v4.0.3 | |
Compiling objc_id v0.1.0 | |
Compiling parking_lot v0.5.5 | |
Compiling syn v0.13.4 | |
Compiling mio-more v0.1.0 | |
Compiling regex v0.2.10 | |
Compiling alacritty v0.1.0 (file:///Users/kstannard/opensource/alacritty) | |
Compiling gleam v0.4.34 | |
Compiling glutin v0.14.0 (file:///Users/kstannard/opensource/glutin) | |
Compiling objc-foundation v0.1.1 | |
Compiling core-graphics v0.13.0 | |
Compiling serde_yaml v0.7.4 | |
Compiling serde_json v1.0.16 | |
Compiling serde_derive_internals v0.23.1 | |
Compiling env_logger v0.5.9 | |
Compiling copypasta v0.0.1 (file:///Users/kstannard/opensource/alacritty/copypasta) | |
Compiling cocoa v0.14.0 | |
Compiling core-text v9.2.0 | |
Compiling font v0.1.0 (file:///Users/kstannard/opensource/alacritty/font) | |
Compiling serde_derive v1.0.43 | |
Compiling winit v0.13.1 | |
Compiling cgl v0.2.1 | |
warning: unreachable pattern | |
--> src/event.rs:289:21 | |
| | |
266 | Closed => { | |
| ------ matches any value | |
... | |
289 | Resized(w, h) => { | |
| ^^^^^^^^^^^^^ unreachable pattern | |
| | |
= note: #[warn(unreachable_patterns)] on by default | |
warning: unreachable pattern | |
--> src/event.rs:293:21 | |
| | |
266 | Closed => { | |
| ------ matches any value | |
... | |
293 | HiDPIFactorChanged(dpr) => { | |
| ^^^^^^^^^^^^^^^^^^^^^^^ unreachable pattern | |
warning: unreachable pattern | |
--> src/event.rs:297:21 | |
| | |
266 | Closed => { | |
| ------ matches any value | |
... | |
297 | KeyboardInput { input, .. } => { | |
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^ unreachable pattern | |
warning: unreachable pattern | |
--> src/event.rs:305:21 | |
| | |
266 | Closed => { | |
| ------ matches any value | |
... | |
305 | ReceivedCharacter(c) => { | |
| ^^^^^^^^^^^^^^^^^^^^ unreachable pattern | |
warning: unreachable pattern | |
--> src/event.rs:308:21 | |
| | |
266 | Closed => { | |
| ------ matches any value | |
... | |
308 | MouseInput { state, button, modifiers, .. } => { | |
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ unreachable pattern | |
warning: unreachable pattern | |
--> src/event.rs:313:21 | |
| | |
266 | Closed => { | |
| ------ matches any value | |
... | |
313 | CursorMoved { position: (x, y), modifiers, .. } => { | |
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ unreachable pattern | |
warning: unreachable pattern | |
--> src/event.rs:326:21 | |
| | |
266 | Closed => { | |
| ------ matches any value | |
... | |
326 | MouseWheel { delta, phase, modifiers, .. } => { | |
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ unreachable pattern | |
warning: unreachable pattern | |
--> src/event.rs:330:21 | |
| | |
266 | Closed => { | |
| ------ matches any value | |
... | |
330 | Refresh => { | |
| ^^^^^^^ unreachable pattern | |
warning: unreachable pattern | |
--> src/event.rs:333:21 | |
| | |
266 | Closed => { | |
| ------ matches any value | |
... | |
333 | Focused(is_focused) => { | |
| ^^^^^^^^^^^^^^^^^^^ unreachable pattern | |
warning: unreachable pattern | |
--> src/event.rs:346:21 | |
| | |
266 | Closed => { | |
| ------ matches any value | |
... | |
346 | _ => (), | |
| ^ unreachable pattern | |
warning: unused variable: `Closed` | |
--> src/event.rs:266:21 | |
| | |
266 | Closed => { | |
| ^^^^^^ help: consider using `_Closed` instead | |
| | |
= note: #[warn(unused_variables)] on by default | |
warning: variable `Closed` should have a snake case name such as `closed` | |
--> src/event.rs:266:21 | |
| | |
266 | Closed => { | |
| ^^^^^^ | |
| | |
= note: #[warn(non_snake_case)] on by default | |
Finished dev [unoptimized + debuginfo] target(s) in 66.53 secs | |
Running `target/debug/alacritty` | |
>> RUST_LOG=alacritty=debug cargo run | |
Finished dev [unoptimized + debuginfo] target(s) in 0.0 secs | |
Running `target/debug/alacritty` | |
INFO 2018-05-01T14:15:20Z: alacritty: Welcome to Alacritty. | |
INFO 2018-05-01T14:15:20Z: alacritty: Configuration loaded from /Users/kstannard/.config/alacritty/alacritty.yml | |
INFO 2018-05-01T14:15:21Z: alacritty::display: device_pixel_ratio: 1 | |
INFO 2018-05-01T14:15:21Z: alacritty::renderer: width: 1024, height: 768 | |
INFO 2018-05-01T14:15:21Z: alacritty::display: Initializing glyph cache | |
INFO 2018-05-01T14:15:21Z: alacritty::display: Finished initializing glyph cache in 0.10411678 | |
INFO 2018-05-01T14:15:21Z: alacritty::renderer: width: 564, height: 340 | |
INFO 2018-05-01T14:15:21Z: alacritty::display: Cell Size: (7 x 14) | |
INFO 2018-05-01T14:15:21Z: alacritty: PTY Dimensions: Line(24) x Column(80) |
Author
kwstannard
commented
May 1, 2018
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment