withoutboats / notty

A new kind of terminal
GNU Affero General Public License v3.0
2.3k stars 41 forks source link

build failure #51

Closed SolarAquarion closed 8 years ago

SolarAquarion commented 8 years ago

running 2 tests test cfg::toml::tests::test_default ... FAILED test cfg::toml::tests::test_update_from_file ... FAILED

failures:

---- cfg::toml::tests::test_default stdout ---- thread 'cfg::toml::tests::test_default' panicked at 'assertion failed: (left == right) (left: "Monospace 10", right: "Inconsolata 10")', src/cfg/toml.rs:244 note: Run with RUST_BACKTRACE=1 for a backtrace.

---- cfg::toml::tests::test_update_from_file stdout ---- thread 'cfg::toml::tests::test_update_from_file' panicked at 'assertion failed: (left == right) (left: "Monospace 10", right: "Inconsolata 10")', src/cfg/toml.rs:244

failures: cfg::toml::tests::test_default cfg::toml::tests::test_update_from_file

SolarAquarion commented 8 years ago

inconosolata is a dependency?

SolarAquarion commented 8 years ago

no fails

withoutboats commented 8 years ago

I changed the default without changing the spec, I'll check in a fix tonight. (the point of the change was that inconsolata should not be a dependency)