Skip to content

Commit

Permalink
Merge pull request #204 from dandavison/style-strings
Browse files Browse the repository at this point in the history
Style strings
  • Loading branch information
dandavison authored May 26, 2020
2 parents 54da480 + 9643a8e commit d2b7fdc
Show file tree
Hide file tree
Showing 20 changed files with 1,760 additions and 1,152 deletions.
42 changes: 0 additions & 42 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 0 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,15 +17,12 @@ path = "src/main.rs"

[dependencies]
ansi_colours = "1.0.1"
ansi-parser = "0.6.5"
ansi_term = "0.12.1"
atty = "0.2.14"
bit-set = "0.5.2"
box_drawing = "0.1.2"
bytelines = "2.2.2"
console = "0.11.2"
dirs = "2.0"
itertools = "0.9.0"
lazy_static = "1.4"
regex = "1.2.1"
shell-words = "1.0.0"
Expand Down
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ unit-test:

end-to-end-test: build
./tests/test_color_only_output_matches_git_on_full_repo_history
./tests/test_deprecated_options > /dev/null

release:
@make -f release.Makefile release
Expand Down
1 change: 1 addition & 0 deletions ci/script.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ if [[ $TARGET != arm-unknown-linux-gnueabihf ]] && [[ $TARGET != aarch64-unknown
cargo test --target "$TARGET" --verbose
cargo build --release
./tests/test_color_only_output_matches_git_on_full_repo_history
./tests/test_deprecated_options > /dev/null

cargo run --target "$TARGET" -- < /dev/null
fi
Loading

0 comments on commit d2b7fdc

Please sign in to comment.